API17

API17:JHtmlAccess::usergroups

From Joomla! Documentation

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


User contributed notes

Code Examples