API17

Difference between revisions of "JHtmlMenu::menuitems"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlMenu::menuitems source code''' on [[jplatform:html/html/menu.php#cl-54|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlMenu::menuitems source code''' on [[jplatform:html/html/menu.php#cl-54|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlMenu/11.1|JHtmlMenu]]
+
* {{JVer|11.1}} Class [[API17:JHtmlMenu|JHtmlMenu]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlMenu::menuitems|Other versions of JHtmlMenu::menuitems]]
+
* [[API17:JHtmlMenu::menuitems|Other versions of JHtmlMenu::menuitems]]
 
{{SeeAlso:JHtmlMenu::menuitems}}
 
{{SeeAlso:JHtmlMenu::menuitems}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:55, 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 JHtmlMenu::menuitems[edit]

Description[edit]

Returns an array of menu items groups by menu.

Template:Description:JHtmlMenu::menuitems [Edit Descripton]

public static function menuitems ($config=array())
Parameter Type Default Description
$config array array() An array of configuration options.
  • Returns array
  • Defined on line 62 of libraries/joomla/html/html/menu.php

See also[edit]

Template:SeeAlso:JHtmlMenu::menuitems [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />