API17

Difference between revisions of "JPathway::getPathwayNames"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JPathway::getPathwayNames|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JPathway::getPathwayNames|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JPathway::getPathwayNames ()
+
public function getPathwayNames ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' array Array of names of pathway items
array Array of names of pathway items
+
* '''Defined''' on line 126 of libraries/joomla/application/pathway.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/application/pathway.php (line 131)
 
* see source code in [[jplatform:application/pathway.php#cl-131|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JPathway::getPathwayNames source code''' on [[jplatform:application/pathway.php#cl-118|BitBucket]]
 +
* {{JVer|11.1}} Class [[JPathway/11.1|JPathway]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
 +
* [[JPathway::getPathwayNames|Other versions of JPathway::getPathwayNames]]
 +
{{SeeAlso:JPathway::getPathwayNames}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPathway::getPathwayNames|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JPathway::getPathwayNames|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JPathway/11.1|JPathway]]
+
===User contributed notes===
* [[JPathway::getPathwayNames|Other versions of this method]]
 
{{SeeAlso:JPathway::getPathwayNames}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 35: Line 31:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JPathway]][[Category:JPathway::getPathwayNames]]</noinclude>
 
<noinclude>[[Category:JPathway]][[Category:JPathway::getPathwayNames]]</noinclude>

Revision as of 21:29, 27 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.

Joomla 11.1 JPathway::getPathwayNames[edit]

Description[edit]

Create and return an array of the pathway names.

Template:Description:JPathway::getPathwayNames [Edit Descripton]

public function getPathwayNames ()
  • Returns array Array of names of pathway items
  • Defined on line 126 of libraries/joomla/application/pathway.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JPathway::getPathwayNames [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />