\JPathway
Class to maintain a pathway.
The user's navigated path within the application.
Synopsis
class JPathway
{
- // members
- protected $_pathway;
- protected $_count;
- protected $instances;
- // methods
- public void __construct()
- public static JPathway getInstance()
- public array getPathway()
- public array setPathway()
- public array getPathwayNames()
- public boolean addItem()
- public boolean setItemName()
- protected JPathway _makeItem()
- protected JPathway makeItem()
Hierarchy
Extended by
Members
protected
- $_count — integer
- $_pathway — array
- $instances — array
Methods
protected
- _makeItem() — Create and return a new pathway object.
- makeItem() — Create and return a new pathway object.
public
- __construct() — Class constructor
- addItem() — Create and add an item to the pathway.
- getInstance() — Returns a JPathway object
- getPathway() — Return the JPathway items array
- getPathwayNames() — Create and return an array of the pathway names.
- setItemName() — Set item name.
- setPathway() — Set the JPathway items array.