API17

Difference between revisions of "JCategoryNode::getPath"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JCategoryNode::getPath source code''' on [[jplatform:application/categories.php#cl-613|BitBucket]]
 
* {{JVer|11.1}} '''JCategoryNode::getPath source code''' on [[jplatform:application/categories.php#cl-613|BitBucket]]
* {{JVer|11.1}} Class [[JCategoryNode/11.1|JCategoryNode]]
+
* {{JVer|11.1}} Class [[API17:JCategoryNode|JCategoryNode]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JCategoryNode::getPath|Other versions of JCategoryNode::getPath]]
+
* [[API17:JCategoryNode::getPath|Other versions of JCategoryNode::getPath]]
 
{{SeeAlso:JCategoryNode::getPath}}
 
{{SeeAlso:JCategoryNode::getPath}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 33: Line 33:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JCategoryNode]][[Category:JCategoryNode::getPath]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:55, 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 JCategoryNode::getPath[edit]

Description[edit]

Returns the category path to the root category.

Template:Description:JCategoryNode::getPath [Edit Descripton]

public function getPath ()
  • Returns array
  • Defined on line 621 of libraries/joomla/application/categories.php

See also[edit]

Template:SeeAlso:JCategoryNode::getPath [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />