API17

Difference between revisions of "JPathway"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (moving preparation)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JPathway==
 +
===Description===
 +
{{Description:JPathway}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JPathway|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JPathway|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JPathway}}
 
===Defined in===
 
libraries/joomla/application/pathway.php
 
===Subpackage===
 
[[Subpackage Application/11.1|Application]]
 
===Extends===
 
[[JObject/11.1|JObject]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JPathway::__construct/11.1|__construct]]
+
|public
 +
|[[API17:JPathway::__construct|__construct]]
 
|Class constructor.  
 
|Class constructor.  
 
|-
 
|-
|[[JPathway::_makeItem/11.1|_makeItem]]
+
|public
|Create and return a new pathway object.
+
|[[API17:JPathway::addItem|addItem]]
|-
 
|[[JPathway::addItem/11.1|addItem]]
 
 
|Create and add an item to the pathway.  
 
|Create and add an item to the pathway.  
 
|-
 
|-
|[[JPathway::getPathway/11.1|getPathway]]
+
|public
 +
|[[API17:JPathway::getPathway|getPathway]]
 
|Return the JPathWay items array.  
 
|Return the JPathWay items array.  
 
|-
 
|-
|[[JPathway::getPathwayNames/11.1|getPathwayNames]]
+
|public
 +
|[[API17:JPathway::getPathwayNames|getPathwayNames]]
 
|Create and return an array of the pathway names.  
 
|Create and return an array of the pathway names.  
 
|-
 
|-
|[[JPathway::setItemName/11.1|setItemName]]
+
|public
 +
|[[API17:JPathway::setItemName|setItemName]]
 
|Set item name.  
 
|Set item name.  
 
|-
 
|-
|[[JPathway::setPathway/11.1|setPathway]]
+
|public
 +
|[[API17:JPathway::setPathway|setPathway]]
 
|Set the  items array.  
 
|Set the  items array.  
 
|-
 
|-
|[[JPathway::getInstance/11.1|getInstance]]
+
|public static
 +
|[[API17:JPathway::getInstance|getInstance]]
 
|Returns a  object.  
 
|Returns a  object.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/application/pathway.php
 +
* '''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===
* [[JPathway|Other versions of this class]]
+
* {{JVer|11.1}} '''JPathway source code''' on [[jplatform:application/pathway.php|BitBucket]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
 +
* [[API17:JPathway|Other versions of JPathway]]
 
{{SeeAlso:JPathway}}
 
{{SeeAlso:JPathway}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPathway|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JPathway|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 58: Line 62:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JPathway]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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 />