* Constructor. * @param type_id Article type of this instance. */
| 56 | * @param type_id Article type of this instance. |
| 57 | */ |
| 58 | ArticleDefinition::ArticleDefinition(UfopaediaTypeId type_id) : _type_id(type_id), _listOrder(0) |
| 59 | {} |
| 60 | |
| 61 | /** |
| 62 | * Destructor. |
nothing calls this directly
no outgoing calls
no test coverage detected