API17:JHtmlAccess::usergroups
From Joomla! Documentation
JHtmlAccess::usergroups
Description
Returns a UL list of user groups with check boxes.
public static function usergroups (
$name
$selected
$checkSuperAdmin=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the checkbox controls array | |
| $selected | array | An array of the checked boxes | |
| $checkSuperAdmin | false |
- Returns string
- Defined on line 130 of libraries/joomla/html/html/access.php
See also
JHtmlAccess::usergroups source code on BitBucket
Class JHtmlAccess
Subpackage Html- Other versions of JHtmlAccess::usergroups
User contributed notes
Code Examples