/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
- <?php
- namespace application\weblcms\tool\link;
-
- use application\weblcms\ToolComponent;
-
- class LinkToolToggleVisibilityComponent extends LinkTool
- {
-
- function run()
- {
- ToolComponent :: launch($this);
- }
- }
- ?>