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