/php/complex_handbook_topic_form.class.php
https://bitbucket.org/chamilo/chamilo-handbook-topic-dev/ · PHP · 15 lines · 7 code · 4 blank · 4 comment · 0 complexity · 10a74164ed6c5f82f425ad12d2283fa0 MD5 · raw file
- <?php
- namespace repository\content_object\handbook_topic;
-
- use repository\ComplexContentObjectItemForm;
-
- /**
- * $Id: complex_handbook_topic_form.class.php 200 2009-11-13 12:30:04Z kariboe $
- * @package repository.lib.content_object.handbook_topic
- */
-
- class ComplexHandbookTopicForm extends ComplexContentObjectItemForm
- {
- }
-
- ?>