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