\UsersHelper
Users component helper.
Synopsis
class UsersHelper
{
- // members
- protected JObject $actions;
- // methods
- public static void addSubmenu()
- public static JObject getActions()
- public static array getStateOptions()
- public static array getActiveOptions()
- public static array getGroups()
- public static array getRangeOptions()
- public static array getTwoFactorMethods()
Tasks
Tasks
Line | Task |
---|---|
82+ | Refactor to work with notes |
Members
protected
- $actions — JObject
Methods
public
- getActions() — Gets a list of the actions that can be performed.
- getActiveOptions() — Get a list of filter options for the activated state of a user.
- getGroups() — Get a list of the user groups for filtering.
- getRangeOptions() — Creates a list of range options used in filter select list used in com_users on users view
- getStateOptions() — Get a list of filter options for the blocked state of a user.
- getTwoFactorMethods() — Creates a list of two factor authentication methods used in com_users on user view