API16

Difference between revisions of "JCategoryNode"

From Joomla! Documentation

m (clean up)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
+
{{subst:Description:JCategoryNode}}
<nowiki>[</nowiki>[[Description:JCategoryNode|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
{{Description:JCategoryNode}}
 
  
 
===Defined in===
 
===Defined in===
Line 22: Line 19:
 
<source lang="php">jimport( 'joomla.application.categories' );</source>
 
<source lang="php">jimport( 'joomla.application.categories' );</source>
  
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JCategoryNode|Edit See Also]]<nowiki>]</nowiki>
+
{{subst:SeeAlso:JCategoryNode}}
</span>
 
{{SeeAlso:JCategoryNode}}
 
  
 
===Examples===
 
===Examples===

Revision as of 08:44, 24 March 2017

The "API16" 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.

{{subst:Description:JCategoryNode}}

Defined in[edit]

libraries/joomla/application/categories.php

Methods[edit]

Method name Description
__construct Class constructor
isSystem Test if this node is the system node

Importing[edit]

jimport( 'joomla.application.categories' );


{{subst:SeeAlso:JCategoryNode}}

Examples[edit]

<CodeExamplesForm />