API17

API17:JHtmlAccess::actions

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples