/php/component/show_publication.class.php
PHP | 15 lines | 11 code | 4 blank | 0 comment | 0 complexity | aedfa28e37c12f16d6b8cdfede1e4d54 MD5 | raw file
1<?php 2namespace application\weblcms\tool\link; 3 4use application\weblcms\ToolComponent; 5 6class LinkToolShowPublicationComponent extends LinkTool 7{ 8 9 function run() 10 { 11 ToolComponent :: launch($this); 12 } 13 14} 15?>