API16

JMenu/load: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: ===Description=== Loads the menu items <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{D...
 
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
Loads the menu items
Loads the menu items


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JMenu/load|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JMenu/load}}
 
 


===Syntax===
===Syntax===
Line 28: Line 26:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JMenu/load|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{SeeAlso:JMenu/load}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=load
  category=load
  category=JMenu
  category=JMenu
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:54, 25 March 2017

Description

Loads the menu items



Syntax

load()


Returns

array

Defined in

libraries/joomla/application/menu.php

Importing

jimport( 'joomla.application.menu' );

Source Body

public function load()
{
        return array();
}



Examples

Code Examples