Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($options=array()) | |
getPathway () | |
setPathway ($pathway) | |
getPathwayNames () | |
addItem ($name, $link='') | |
setItemName ($id, $name) | |
Fonctions membres publiques statiques | |
static | getInstance ($client, $options=array()) |
Fonctions membres protégées | |
_makeItem ($name, $link) | |
makeItem ($name, $link) | |
Attributs protégés | |
$_pathway = array() | |
$_count = 0 | |
Attributs protégés statiques | |
static | $instances = array() |
Class to maintain a pathway.
The user's navigated path within the application.
__construct | ( | $options = array() | ) |
Class constructor
array | $options | The class options. |
|
protected |
addItem | ( | $name, | |
$link = '' |
|||
) |
|
static |
Returns a Pathway object
string | $client | The name of the client |
array | $options | An associative array of options |
Références $client, $info, $options, $path, ApplicationHelper\getClientInfo(), et JLoader\register().
getPathway | ( | ) |
getPathwayNames | ( | ) |
|
protected |
setItemName | ( | $id, | |
$name | |||
) |
setPathway | ( | $pathway | ) |
Set the Pathway items array.
array | $pathway | An array of pathway objects. |
|
protected |
|
protected |
|
staticprotected |