API17

Difference between revisions of "JPathway"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/application/pathway.php
 
libraries/joomla/application/pathway.php
 +
* see source code in [[jplatform:application/pathway.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Application/11.1|Application]]
 
[[Subpackage Application/11.1|Application]]
Line 45: Line 46:
 
<source lang="php">jimport( 'joomla.application.pathway' );</source>
 
<source lang="php">jimport( 'joomla.application.pathway' );</source>
 
===See also===
 
===See also===
 +
* JPathway source code in [[jplatform:application/pathway.php|BitBucket]]
 
* [[JPathway|Other versions of this class]]
 
* [[JPathway|Other versions of this class]]
 
{{SeeAlso:JPathway}}
 
{{SeeAlso:JPathway}}

Revision as of 18:00, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JPathway

Defined in[edit]

libraries/joomla/application/pathway.php

Subpackage[edit]

Application

Extends[edit]

JObject

Extended by[edit]

Methods[edit]

Method name Description
__construct Class constructor.
_makeItem Create and return a new pathway object.
addItem Create and add an item to the pathway.
getPathway Return the JPathWay items array.
getPathwayNames Create and return an array of the pathway names.
setItemName Set item name.
setPathway Set the items array.
getInstance Returns a object.

Importing[edit]

jimport( 'joomla.application.pathway' );

See also[edit]

Template:SeeAlso:JPathway [Edit See Also]

Examples[edit]

<CodeExamplesForm />