API17

API17:JPathway::addItem

From Joomla! Documentation

Joomla 11.1 JPathway::addItem

Description

Create and add an item to the pathway.


public function addItem (
        $name
        $link=''
)
Parameter Type Default Description
$name string
$link string $link
  • Returns boolean True on success
  • Defined on line 149 of libraries/joomla/application/pathway.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples