JPathway/1.5

From Joomla! Documentation
< JPathway
Revision as of 16:04, 13 February 2013 by JoomlaWikiBot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Joomla 1.5 JPathway

Description

JPathway is an abstract class to maintain a pathway. Main example of use so far is the mod_breadcrumbs module that keeps track of the user's navigated path within the Joomla application. [Edit Descripton]

Methods

Visibility Method name Description
public __construct Class constructor.
public _makeItem Create and return a new pathway object.
public addItem Create and add an item to the pathway.
public getInstance Returns a reference a object.
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.
  • Defined in libraries/joomla/application/pathway.php
  • Extends JObject

Importing

jimport( 'joomla.application.pathway' );

See also

SeeAlso:JPathway [Edit See Also]

User contributed notes

<CodeExamplesForm />


Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox