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