API17

Difference between revisions of "JCategories"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JCategories::__construct/11.1|__construct]]
+
|[[API17:JCategories::__construct|__construct]]
 
|Class constructor.  
 
|Class constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JCategories::get/11.1|get]]
+
|[[API17:JCategories::get|get]]
 
|Loads a specific category and all its children in a  object.  
 
|Loads a specific category and all its children in a  object.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JCategories::getInstance/11.1|getInstance]]
+
|[[API17:JCategories::getInstance|getInstance]]
 
|Returns a reference to a  object.  
 
|Returns a reference to a  object.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JCategories::_load/11.1|_load]]
+
|[[API17:JCategories::_load|_load]]
 
|
 
|
 
|-
 
|-
Line 35: Line 35:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JCategories source code''' on [[jplatform:application/categories.php|BitBucket]]
 
* {{JVer|11.1}} '''JCategories source code''' on [[jplatform:application/categories.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[JCategories|Other versions of JCategories]]
+
* [[API17:JCategories|Other versions of JCategories]]
 
{{SeeAlso:JCategories}}
 
{{SeeAlso:JCategories}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

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 JCategories[edit]

Description[edit]

Template:Description:JCategories [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Class constructor.
public get Loads a specific category and all its children in a object.
public static getInstance Returns a reference to a object.
protected _load
  • Defined in libraries/joomla/application/categories.php

Importing[edit]

jimport( 'joomla.application.categories' );

See also[edit]

Template:SeeAlso:JCategories [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />