API17

JPathway

From Joomla! Documentation

Revision as of 20:08, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JPathway/11.1 to API17:JPathway without leaving a redirect: Robot: Moved page)

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[edit]

Description[edit]

Template:Description:JPathway [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Class constructor.
public addItem Create and add an item to the pathway.
public getPathway Return the JPathWay items array.
public getPathwayNames Create and return an array of the pathway names.
public setItemName Set item name.
public setPathway Set the items array.
public static getInstance Returns a object.
  • Defined in libraries/joomla/application/pathway.php
  • Extends JObject

Importing[edit]

jimport( 'joomla.application.pathway' );

See also[edit]

Template:SeeAlso:JPathway [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />