API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JPathway::__construct | ( | $ | options = array() | ) |
Class constructor
Réimplémentée dans JPathwaySite.
JPathway::_makeItem | ( | $ | name, |
$ | link | ||
) |
JPathway::addItem | ( | $ | name, |
$ | link = '' |
||
) |
& JPathway::getInstance | ( | $ | client, |
$ | options = array() |
||
) |
Returns a reference a JPathway object
This method must be invoked as:
$menu = &JPathway::getInstance();
public
string | $client | The name of the client |
array | $options | An associative array of options |
Références $classname, $client, $error, $path, JApplicationHelper::getClientInfo(), et JError::raiseError().
Référencé par JApplication::getPathway().
JPathway::getPathway | ( | ) |
Return the JPathWay items array
public
JPathway::getPathwayNames | ( | ) |
Create and return an array of the pathway names.
public
Références $item.
JPathway::setItemName | ( | $ | id, |
$ | name | ||
) |
JPathway::setPathway | ( | $ | pathway | ) |
Set the JPathway items array.
public
array | $pathway | An array of pathway objects. |
JPathway::$_count = 0 |
Integer number of items in the pathway private
JPathway::$_pathway = null |
Array to hold the pathway item objects private