/php/install/handbook_topic_installer.class.php
https://bitbucket.org/chamilo/chamilo-handbook-topic-dev/ · PHP · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · b18fdcdce622c7282c4c6c869fe41129 MD5 · raw file
- <?php
- namespace repository\content_object\handbook_topic;
-
- use repository\ContentObjectInstaller;
-
- class HandbookTopicContentObjectInstaller extends ContentObjectInstaller
- {
-
- function get_path()
- {
- return dirname(__FILE__);
- }
- }
- ?>