예제 #1
0
 /**
  * Get a list of the actions.
  *
  * @return	array
  * @since	1.6
  */
 public function getDebugActions()
 {
     $component = $this->getState('filter.component');
     return UsersHelperDebug::getDebugActions($component);
 }
예제 #2
0
 public function getDebugActions()
 {
     $component = JRequest::getVar('option');
     return UsersHelperDebug::getDebugActions($component);
 }