Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getPathway () | |
setPathway ($pathway) | |
getPathwayNames () | |
addItem ($name, $link='') | |
setItemName ($id, $name) | |
Fonctions membres publiques statiques | |
static | getInstance ($client) |
Fonctions membres protégées | |
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.
addItem | ( | $name, | |
$link = '' |
|||
) |
|
static |
Returns a Pathway object
string | $client | The name of the client |
Références $client, $name, Factory\getContainer(), Symfony\Contracts\Service\has(), et Text\sprintf().
getPathway | ( | ) |
getPathwayNames | ( | ) |
|
protected |
Create and return a new pathway object.
string | $name | Name of the item |
string | $link | Link to the item |
Références $item, $link, $name, et ENT_COMPAT.
setItemName | ( | $id, | |
$name | |||
) |
setPathway | ( | $pathway | ) |
Set the Pathway items array.
array | $pathway | An array of pathway objects. |
|
protected |
|
staticprotected |
|
protected |