API17

Difference between revisions of "JApplication::getMenu"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Returns the application  object.  
 
Returns the application  object.  
  
{{Description:JApplication::getMenu}}
+
{{subst:Description:JApplication::getMenu}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JApplication::getMenu|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function getMenu (
 
public function getMenu (
Line 40: Line 38:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
 
* [[API17:JApplication::getMenu|Other versions of JApplication::getMenu]]
 
* [[API17:JApplication::getMenu|Other versions of JApplication::getMenu]]
{{SeeAlso:JApplication::getMenu}}
+
{{subst:SeeAlso:JApplication::getMenu}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JApplication::getMenu|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 09:44, 24 March 2017

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 JApplication::getMenu[edit]

Description[edit]

Returns the application object.

{{subst:Description:JApplication::getMenu}}

public function getMenu (
        $name=null
        $options=array
)
Parameter Type Default Description
$name string null The name of the application/client.
$options array array() An optional associative array of configuration settings.
  • Returns object .
  • Defined on line 785 of libraries/joomla/application/application.php
  • Since Joomla 11.1

See also[edit]

{{subst:SeeAlso:JApplication::getMenu}}

User contributed notes[edit]

<CodeExamplesForm />