Liste de tous les membres
Fonctions membres publiques statiques |
static | getInstance ($client, $options=array()) |
Fonctions membres protégées |
| _makeItem ($name, $link) |
Attributs protégés statiques |
static | $instances = array() |
Documentation des constructeurs et destructeur
JPathway::__construct |
( |
|
$options = array() | ) |
|
Class constructor
- Paramètres:
-
array | $options | The class options. |
- Depuis:
- 11.1
Réimplémentée à partir de JObject.
Réimplémentée dans JPathwaySite.
Documentation des fonctions membres
JPathway::_makeItem |
( |
|
$name, |
|
|
|
$link |
|
) |
| |
|
protected |
Create and return a new pathway object.
- Paramètres:
-
string | $name | Name of the item |
string | $link | Link to the item |
- Renvoie:
- JPathway Pathway item object
- Depuis:
- 11.1
Références $item, $link, et $name.
JPathway::addItem |
( |
|
$name, |
|
|
|
$link = '' |
|
) |
| |
Create and add an item to the pathway.
- Paramètres:
-
string | $name | The name of the item. |
string | $link | The link to the item. |
- Renvoie:
- boolean True on success
- Depuis:
- 11.1
Références $link, et $name.
static JPathway::getInstance |
( |
|
$client, |
|
|
|
$options = array() |
|
) |
| |
|
static |
Return the JPathWay items array
- Renvoie:
- array Array of pathway items
- Depuis:
- 11.1
JPathway::getPathwayNames |
( |
| ) |
|
Create and return an array of the pathway names.
- Renvoie:
- array Array of names of pathway items
- Depuis:
- 11.1
Références $item, $names, et null.
JPathway::setItemName |
( |
|
$id, |
|
|
|
$name |
|
) |
| |
Set item name.
- Paramètres:
-
integer | $id | The id of the item on which to set the name. |
string | $name | The name to set. |
- Renvoie:
- boolean True on success
- Depuis:
- 11.1
Références $id, et $name.
JPathway::setPathway |
( |
|
$pathway | ) |
|
Set the JPathway items array.
- Paramètres:
-
array | $pathway | An array of pathway objects. |
- Renvoie:
- array The previous pathway data.
- Depuis:
- 11.1
Documentation des données membres
JPathway::$_pathway = null |
|
protected |
JPathway::$instances = array() |
|
staticprotected |
La documentation de cette classe a été générée à partir du fichier suivant :