API16

Difference between revisions of "JMenu"

From Joomla! Documentation

(New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JMenu}} ===Defined in=== libraries...)
 
Line 48: Line 48:
 
|Returns a JMenu object
 
|Returns a JMenu object
 
|}
 
|}
 +
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.application.menu' );</source>
 
<source lang="php">jimport( 'joomla.application.menu' );</source>

Revision as of 04:59, 30 March 2010

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

[Edit Descripton] Template:Description:JMenu

Defined in[edit]

libraries/joomla/application/menu.php

Methods[edit]

Method name Description
__construct Class constructor
getItem Get menu item by id
setDefault Set the default item by id
getDefault Get menu item by id
setActive Set the default item by id
getActive Get menu item by id
getItems Gets menu items by attribute
getParams Gets the parameter object for a certain menu item
getMenu Getter for the menu array
authorise Method to check JMenu object authorization against an access control object and optionally an access extension object
load Loads the menu items
getInstance Returns a JMenu object

Importing[edit]

jimport( 'joomla.application.menu' );

[Edit See Also] Template:SeeAlso:JMenu

Examples[edit]

<CodeExamplesForm />