Class UsersHelper

Description

Users component helper.

  • since: 1.6

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


	
			
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 ()
 static array getTwoFactorMethods ()
Variables
static JObject $actions (line 25)
  • var: A cache for the available actions.
  • since: 1.6
  • access: protected
Methods
static addSubmenu (line 36)

Configure the Linkbar.

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

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 getActiveOptions (line 124)

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

  • return: An array of JHtmlOption elements.
  • since: 1.6
  • access: public
static array getActiveOptions ()
static getGroups (line 141)

Get a list of the user groups for filtering.

  • return: An array of JHtmlOption elements.
  • since: 1.6
  • access: public
static array getGroups ()
static getRangeOptions (line 180)

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 getStateOptions (line 107)

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

  • return: An array of JHtmlOption elements.
  • since: 1.6
  • access: public
static array getStateOptions ()
static getTwoFactorMethods (line 202)

Creates a list of two factor authentication methods used in com_users on user view

  • since: 3.2.0
  • access: public
static array getTwoFactorMethods ()

Documentation generated on Tue, 19 Nov 2013 15:16:38 +0100 by phpDocumentor 1.4.3