/php/component/show_publication.class.php

https://bitbucket.org/chamilo/chamilo-app-weblcms-link/ · PHP · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · aedfa28e37c12f16d6b8cdfede1e4d54 MD5 · raw file

  1. <?php
  2. namespace application\weblcms\tool\link;
  3. use application\weblcms\ToolComponent;
  4. class LinkToolShowPublicationComponent extends LinkTool
  5. {
  6. function run()
  7. {
  8. ToolComponent :: launch($this);
  9. }
  10. }
  11. ?>