/php/handbook_topic_display.class.php
https://bitbucket.org/chamilo/chamilo-handbook-topic-dev/ · PHP · 16 lines · 7 code · 2 blank · 7 comment · 0 complexity · 03b307b1055e2c147c879f2968e0fad5 MD5 · raw file
- <?php
- namespace repository\content_object\handbook_topic;
-
- use repository\ContentObjectDisplay;
-
- /**
- * $Id: handbook_topic_display.class.php 200 2009-11-13 12:30:04Z kariboe $
- * @package repository.lib.content_object.handbook_topic
- */
- /**
- * This class can be used to display handbook_topics
- */
- class HandbookTopicDisplay extends ContentObjectDisplay
- {
- }
- ?>