API17

JPathway:: makeItem

From Joomla! Documentation

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

Joomla 11.1 JPathway::_makeItem[edit]

Description[edit]

Create and return a new pathway object.


Since[edit]

Joomla 11.1

Synopsis[edit]

public JPathway::_makeItem ($name, $link)
Parameter Type Default Description
$name string Name of the item
$link string Link to the item

Returns[edit]

object Pathway item object

Defined in[edit]

libraries/joomla/application/pathway.php (line 198)

Referenced by[edit]

See also[edit]

Examples[edit]

Code Examples[edit]