/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

  1. <?php
  2. namespace repository\content_object\handbook_topic;
  3. use repository\ContentObjectInstaller;
  4. class HandbookTopicContentObjectInstaller extends ContentObjectInstaller
  5. {
  6. function get_path()
  7. {
  8. return dirname(__FILE__);
  9. }
  10. }
  11. ?>