API17:JPathway::addItem
From Joomla! Documentation
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

See also
JPathway::addItem source code on BitBucket
Class JPathway
Subpackage Application- Other versions of JPathway::addItem
User contributed notes
Code Examples