/php/component/hide_publication.class.php

https://bitbucket.org/chamilo/chamilo-app-weblcms-link/ · PHP · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · 29dc14affc90a566f6c3302cf2040bca MD5 · raw file

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