JCategoryNodeHelper class to load Categorytree
Located in /libraries/legacy/categories/categories.php (line 374)
JObject | --JCategoryNode
integer
$access
= null (line 486)
Access level for the category
string
$alias
= null (line 446)
The the alias for the category
array
$assets
= null (line 598)
Array of assets
integer
$asset_id
= null (line 390)
The id of the category in the asset table
boolean
$checked_out
= 0 (line 470)
Whether the category is or is not checked out
string
$checked_out_time
= 0 (line 478)
The time at which the category was checked out
integer
$childrennumitems
= null (line 582)
Number of children items
string
$created_time
= null (line 534)
The time at which the category was created
integer
$created_user_id
= null (line 526)
The ID of the user who created the category
string
$description
= null (line 454)
Description of the category.
integer
$extension
= null (line 430)
The extension this category is associated with
integer
$hits
= null (line 558)
Nmber of times the category has been viewed
integer
$id
= null (line 382)
Primary key
string
$language
= null (line 566)
The language for the category in xx-XX format
integer
$level
= null (line 422)
The depth of this category's position in the category tree
integer
$lft
= null (line 406)
The lft value for this category in the category tree
string
$metadata
= null (line 518)
JSON string of other meta data
string
$metadesc
= null (line 502)
Metadata description
string
$metakey
= null (line 510)
Key words for meta data
string
$modified_time
= null (line 550)
The time at which the category was modified
integer
$modified_user_id
= null (line 542)
The ID of the user who last modified the category
integer
$numitems
= null (line 574)
Number of items in this category or descendants of this category
string
$params
= null (line 494)
JSON string of parameters
integer
$parent_id
= null (line 398)
The id of the parent of category in the asset table, 0 for category root
boolean
$published
= null (line 462)
The publication status of the category
integer
$rgt
= null (line 414)
The rgt value for this category in the category tree
string
$slug
= null (line 590)
Slug fo the category (used in URL)
string
$title
= null (line 438)
The menu title for the category (a short name)
boolean
$_allChildrenloaded
= false (line 644)
true if all children have been loaded
Array
$_children
= array() (line 612)
$_constructor
= null (line 652)
Constructor of this tree
integer
$_leftSibling
= null (line 628)
Category left of this one
object
$_parent
= null (line 606)
Parent Category object
array
$_path
= array() (line 620)
Path from root to this category
$_rightSibling
= null (line 636)
Category right of this one
Inherited from JObject
JObject::$_errors
Class constructor
Add child to this node
If the child already has a parent, the link is unset
Returns the user that created the category
Get the children of this node
Returns the number of items.
Returns the right or left sibling of a category
Remove a specific child
Set the parent of this category
If the category already has a parent, the link is unset
Function to set the left or right sibling of a category
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::__toString()
Documentation generated on Tue, 19 Nov 2013 14:55:09 +0100 by phpDocumentor 1.4.3