JHtmlAccess
From Joomla! Documentation
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Defined in[edit]
libraries/joomla/html/html/access.php
Methods[edit]
Method name | Description |
---|---|
level | Displays a list of the available access view levels |
usergroup | Displays a list of the available user groups. |
usergroups | Returns a UL list of user groups with check boxes |
actions | Returns a UL list of user groups with check boxes |
assetgroups | Gets a list of the asset groups as an array of JHtml compatible options. |
assetgrouplist | Displays a Select list of the available asset groups |
Importing[edit]
jimport( 'joomla.html.html.access' );
Examples[edit]
Code Examples[edit]