\JPathwayInspector
General inspector class for JPathway.
Synopsis
class JPathwayInspector
extends JPathway
{
- // Inherited members from JPathway
- protected $_pathway;
- protected $_count;
- protected $instances;
- // 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
public
- __call() — Calls any inaccessible method from the class.
- __get() — Method for inspecting protected variables.
- __set() — Sets any property from the class.
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.