/php/component/toggle_visibility.class.php

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

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