Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
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

 __construct ($options=array())
 getPathway ()
 setPathway ($pathway)
 getPathwayNames ()
 addItem ($name, $link= '')
 setItemName ($id, $name)
- Fonctions membres publiques inherited from JObject
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres publiques statiques

static getInstance ($client, $options=array())

Fonctions membres protégées

 _makeItem ($name, $link)

Attributs protégés

 $_pathway = null
 $_count = 0
- Attributs protégés inherited from JObject
 $_errors = array()

Attributs protégés statiques

static $instances = array()

Documentation des constructeurs et destructeur

JPathway::__construct (   $options = array())

Class constructor

Paramètres:
array$optionsThe 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$nameName of the item
string$linkLink 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$nameThe name of the item.
string$linkThe 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

Returns a JPathway object

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

Références $client, $options, $path, JApplicationHelper\getClientInfo(), JError\raiseError(), et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :

JPathway::getPathway ( )

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$idThe id of the item on which to set the name.
string$nameThe 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$pathwayAn array of pathway objects.
Renvoie:
array The previous pathway data.
Depuis:
11.1

Documentation des données membres

JPathway::$_count = 0
protected
JPathway::$_pathway = null
protected
JPathway::$instances = array()
staticprotected

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