API17

Difference between revisions of "JHtmlAccess::assetgroups"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHtmlAccess::assetgroups/11.1 to API17:JHtmlAccess::assetgroups without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 27: Line 27:
 
* '''Defined''' on line 235 of libraries/joomla/html/html/access.php
 
* '''Defined''' on line 235 of libraries/joomla/html/html/access.php
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[assetgrouplist/11.1|assetgrouplist]]
+
** [[assetgrouplist|assetgrouplist]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlAccess::assetgroups source code''' on [[jplatform:html/html/access.php#cl-227|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlAccess::assetgroups source code''' on [[jplatform:html/html/access.php#cl-227|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlAccess/11.1|JHtmlAccess]]
+
* {{JVer|11.1}} Class [[API17:JHtmlAccess|JHtmlAccess]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlAccess::assetgroups|Other versions of JHtmlAccess::assetgroups]]
+
* [[API17:JHtmlAccess::assetgroups|Other versions of JHtmlAccess::assetgroups]]
 
{{SeeAlso:JHtmlAccess::assetgroups}}
 
{{SeeAlso:JHtmlAccess::assetgroups}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 48: Line 48:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlAccess]][[Category:JHtmlAccess::assetgroups]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:51, 11 May 2013

The "API17" 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.

Joomla 11.1 JHtmlAccess::assetgroups[edit]

Description[edit]

Gets a list of the asset groups as an array of compatible options.

Template:Description:JHtmlAccess::assetgroups [Edit Descripton]

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[edit]

Template:SeeAlso:JHtmlAccess::assetgroups [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />