* Constructor (only setting type of base class). */
| 199 | * Constructor (only setting type of base class). |
| 200 | */ |
| 201 | ArticleDefinitionBaseFacility::ArticleDefinitionBaseFacility() : ArticleDefinition(UFOPAEDIA_TYPE_BASE_FACILITY) |
| 202 | {} |
| 203 | |
| 204 | /** |
| 205 | * Loads the article definition from a YAML file. |
nothing calls this directly
no outgoing calls
no test coverage detected