API17:JMenu::getItems
From Joomla! Documentation
JMenu::getItems
Description
Gets menu items by attribute.
public function getItems (
$attributes
$values
$firstonly=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $attributes | string | The field name | |
| $values | string | The value of the field | |
| $firstonly | boolean | false | If true, only returns the first item found |
- Returns array
- Defined on line 211 of libraries/joomla/application/menu.php
See also
JMenu::getItems source code on BitBucket
Class JMenu
Subpackage Application- Other versions of JMenu::getItems
User contributed notes
Code Examples