JHtmlAccess::usergroup
Displays a list of the available user groups.
Signature
public function usergroup(string
$name,
[string
$selected = '',
[string
$attribs = '',
[boolean
$allowAll = true]]] )
Parameters
-
$name
- The form field name.
-
$selected
- The name of the selected section.
-
$attribs
- Additional attributes to add to the select field.
-
$allowAll
- True to add "All Groups" option.
Returns
- string
- The required HTML for the SELECT tag.