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