API17

API17:JMenu::getItems

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples