\JPathwaySite
Class to manage the site application pathway.
Synopsis
class JPathwaySite
extends JPathway
{
- // Inherited members from JPathway
- protected $_pathway;
- protected $_count;
- protected $instances;
- // methods
- public void __construct()
- // Inherited methods from JPathway
- 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
Extends
Members
protected
- $_count — integer
- $_pathway — array
- $instances — array
Methods
Inherited from JPathway
protected
- _makeItem() — Create and return a new pathway object.
- makeItem() — Create and return a new pathway object.
public
- 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.