JPathway
Class to maintain a pathway.
The user's navigated path within the application.
Located in /libraries/joomla/application/pathway.php (line 21)
JObject (Subpackage Base)
![]()
JPathway (Subpackage Application)
Class constructor
- array $options: The class options.
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Create and add an item to the pathway.
- string $name: The name of the item.
- string $link: The link to the item.
Returns a JPathway object
- string $client: The name of the client
- array $options: An associative array of options
Create and return an array of the pathway names.
Set item name.
- integer $id: The id of the item on which to set the name.
- string $name: The name to set.
Set the JPathway items array.
- array $pathway: An array of pathway objects.
Create and return a new pathway object.
- string $name: Name of the item
- string $link: Link to the item
Inherited Methods
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

static
static