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