* Constructor (only setting type of base class). */
| 180 | * Constructor (only setting type of base class). |
| 181 | */ |
| 182 | ArticleDefinitionTextImage::ArticleDefinitionTextImage() : ArticleDefinition(UFOPAEDIA_TYPE_TEXTIMAGE), text_width(0) |
| 183 | {} |
| 184 | |
| 185 | /** |
| 186 | * Loads the article definition from a YAML file. |
nothing calls this directly
no outgoing calls
no test coverage detected