JPathway

From Joomla! Documentation
(Difference between revisions)
Jump to: navigation, search
(New page: '''JPathway''' is an abstract class to maintain a pathway. Main example of use so far is the mod_breadcrumbs module that keeps track of the user's navigated path within the Joomla applica...)
 
(Bulk upload by Doxiki2)
Line 1: Line 1:
'''JPathway''' is an abstract class to maintain a pathway.  Main example of use so far is the mod_breadcrumbs module that keeps track of the user's navigated path within the Joomla application.
+
This class is available in the following Joomla versions:-
 
+
<splist showpath=notparent />
===Availability===
+
<noinclude>[[Category:Framework]][[Category:JPathway]]</noinclude>
{{JVer|1.5|From Joomla 1.5}} {{JVer|1.6|Joomla 1.6}}
+
 
+
===Defined in===
+
/joomla/application/pathway.php
+
 
+
===Extends===
+
* [[JObject]]
+
 
+
===Methods===
+
{| class="wikitable"
+
|-
+
!Method name
+
!Description
+
|-
+
|[[JPathway/__construct|__construct]]
+
|Constructor
+
|-
+
|[[JPathway/addItem|addItem]]
+
|Create and add an item to the pathway
+
|-
+
|[[JPathway/getInstance|getInstance]]
+
|Returns a reference to a JPathway object
+
|-
+
|[[JPathway/getPathway|getPathway]]
+
|Return the JPathway items array
+
|-
+
|[[JPathway/getPathwayNames|getPathwayNames]]
+
|Returns an array of the pathway names.
+
|-
+
|[[JPathway/setPathway|setPathway]]
+
|Set the JPathway items array.
+
|}
+
===Importing===
+
<source lang="php">jimport( 'joomla.application.pathway' );</source>
+
 
+
===See also===
+
* [http://api.joomla.org/Joomla-Framework/Application/JPathway.html JPathway on api.joomla.org]
+
<noinclude>[[Category:Development]][[Category:Framework]][[Category:JPathway]]</noinclude>
+

Revision as of 16:29, 17 April 2011

This class is available in the following Joomla versions:-

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox