API17:JHtmlAccess::assetgroups
From Joomla! Documentation
JHtmlAccess::assetgroups
Description
Gets a list of the asset groups as an array of compatible options.
public static function assetgroups ($config=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $config | array | array() | An array of options for the options |
- Returns mixed An array or false if an error occurs
- Defined on line 235 of libraries/joomla/html/html/access.php
- Referenced by
See also
JHtmlAccess::assetgroups source code on BitBucket
Class JHtmlAccess
Subpackage Html- Other versions of JHtmlAccess::assetgroups
User contributed notes
Code Examples