예제 #1
0
파일: toolbar.php 프로젝트: 01J/topm
 public static function editListx($task = 'edit')
 {
     if (method_exists('JToolbarHelper', 'editListx')) {
         return JToolbarHelper::editListx($task);
     }
     return JToolbarHelper::editList($task);
 }
예제 #2
0
 public static function editListx($task = 'edit', $alt = 'Edit')
 {
     return JToolbarHelper::editListx($task, $alt);
 }