* Constructor (only setting type of base class). */
| 216 | * Constructor (only setting type of base class). |
| 217 | */ |
| 218 | ArticleDefinitionItem::ArticleDefinitionItem() : ArticleDefinition(UFOPAEDIA_TYPE_ITEM) |
| 219 | {} |
| 220 | |
| 221 | /** |
| 222 | * Loads the article definition from a YAML file. |
nothing calls this directly
no outgoing calls
no test coverage detected