API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JPathway

Graphe d'héritage de JPathway:
Graphe de collaboration de JPathway:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

JPathway::__construct ( options = array())

Class constructor

Réimplémentée dans JPathwaySite.


Documentation des fonctions membres

JPathway::_makeItem ( name,
link 
)

Create and return a new pathway object.

private

Paramètres:
string$nameName of the item
string$linkLink to the item
Renvoie:
object Pathway item object
Depuis:
1.5

Références $item, $link, et $name.

JPathway::addItem ( name,
link = '' 
)

Create and add an item to the pathway.

public

Paramètres:
string$name
string$link
Renvoie:
boolean True on success
Depuis:
1.5

Références $link, et $name.

& JPathway::getInstance ( client,
options = array() 
)

Returns a reference a JPathway object

This method must be invoked as:

  $menu = &JPathway::getInstance();

public

Paramètres:
string$clientThe name of the client
array$optionsAn associative array of options
Renvoie:
JPathway A pathway object.
Depuis:
1.5

Références $classname, $client, $error, $path, JApplicationHelper::getClientInfo(), et JError::raiseError().

Référencé par JApplication::getPathway().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JPathway::getPathway ( )

Return the JPathWay items array

public

Renvoie:
array Array of pathway items
Depuis:
1.5
JPathway::getPathwayNames ( )

Create and return an array of the pathway names.

public

Renvoie:
array Array of names of pathway items
Depuis:
1.5

Références $item.

JPathway::setItemName ( id,
name 
)

Set item name.

public

Paramètres:
integer$id
string$name
Renvoie:
boolean True on success
Depuis:
1.5

Références $id, et $name.

JPathway::setPathway ( pathway)

Set the JPathway items array.

public

Paramètres:
array$pathwayAn array of pathway objects.
Renvoie:
array The previous pathway data.
Depuis:
1.5

Documentation des données membres

JPathway::$_count = 0

Integer number of items in the pathway private

JPathway::$_pathway = null

Array to hold the pathway item objects private


La documentation de cette classe a été générée à partir du fichier suivant :