Class UsersHelper

Description

Users component helper.

  • since: 1.6

Located in /administrator/components/com_users/helpers/users.php (line 20)


	
			
Variable Summary
static JObject $actions
Method Summary
static void addSubmenu (string $vName)
static JObject getActions ()
static array getActiveOptions ()
static array getGroups ()
static array getRangeOptions ()
static array getStateOptions ()
Variables
static JObject $actions (line 26)
  • var: A cache for the available actions.
  • since: 1.6
  • access: protected
Methods
static method addSubmenu (line 37)

Configure the Linkbar.

  • since: 1.6
  • access: public
static void addSubmenu (string $vName)
  • string $vName: The name of the active view.
static method getActions (line 83)

Gets a list of the actions that can be performed.

  • todo: Refactor to work with notes
  • since: 1.6
  • access: public
static JObject getActions ()
static method getActiveOptions (line 125)

Get a list of filter options for the activated state of a user.

  • return: An array of JHtmlOption elements.
  • since: 1.6
static array getActiveOptions ()
static method getGroups (line 142)

Get a list of the user groups for filtering.

  • return: An array of JHtmlOption elements.
  • since: 1.6
static array getGroups ()
static method getRangeOptions (line 177)

Creates a list of range options used in filter select list used in com_users on users view

  • since: 2.5
  • access: public
static array getRangeOptions ()
static method getStateOptions (line 108)

Get a list of filter options for the blocked state of a user.

  • return: An array of JHtmlOption elements.
  • since: 1.6
static array getStateOptions ()

Documentation generated on Mon, 25 Jun 2012 14:00:32 -0500 by phpDocumentor 1.4.4