API17

Difference between revisions of "JPathway"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JPathway::__construct/11.1|__construct]]
+
|[[API17:JPathway::__construct|__construct]]
 
|Class constructor.  
 
|Class constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPathway::addItem/11.1|addItem]]
+
|[[API17:JPathway::addItem|addItem]]
 
|Create and add an item to the pathway.  
 
|Create and add an item to the pathway.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPathway::getPathway/11.1|getPathway]]
+
|[[API17:JPathway::getPathway|getPathway]]
 
|Return the JPathWay items array.  
 
|Return the JPathWay items array.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPathway::getPathwayNames/11.1|getPathwayNames]]
+
|[[API17:JPathway::getPathwayNames|getPathwayNames]]
 
|Create and return an array of the pathway names.  
 
|Create and return an array of the pathway names.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPathway::setItemName/11.1|setItemName]]
+
|[[API17:JPathway::setItemName|setItemName]]
 
|Set item name.  
 
|Set item name.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPathway::setPathway/11.1|setPathway]]
+
|[[API17:JPathway::setPathway|setPathway]]
 
|Set the  items array.  
 
|Set the  items array.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JPathway::getInstance/11.1|getInstance]]
+
|[[API17:JPathway::getInstance|getInstance]]
 
|Returns a  object.  
 
|Returns a  object.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/application/pathway.php
 
* '''Defined in''' libraries/joomla/application/pathway.php
* '''Extends''' [[JObject/11.1|JObject]]
+
* '''Extends''' [[API17:JObject|JObject]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.application.pathway' );</source>
 
<source lang="php">jimport( 'joomla.application.pathway' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JPathway source code''' on [[jplatform:application/pathway.php|BitBucket]]
 
* {{JVer|11.1}} '''JPathway source code''' on [[jplatform:application/pathway.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[JPathway|Other versions of JPathway]]
+
* [[API17:JPathway|Other versions of JPathway]]
 
{{SeeAlso:JPathway}}
 
{{SeeAlso:JPathway}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:19, 11 May 2013

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.

Joomla 11.1 JPathway[edit]

Description[edit]

Template:Description:JPathway [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Class constructor.
public addItem Create and add an item to the pathway.
public getPathway Return the JPathWay items array.
public getPathwayNames Create and return an array of the pathway names.
public setItemName Set item name.
public setPathway Set the items array.
public static getInstance Returns a object.
  • Defined in libraries/joomla/application/pathway.php
  • Extends JObject

Importing[edit]

jimport( 'joomla.application.pathway' );

See also[edit]

Template:SeeAlso:JPathway [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />