Category Category(
int
$id
)
|
|
This intializes the Object with the given Category ID
Parameters:
Counts the amount of children for this Category.
API Tags:
| Return: | the amount of children |
Alias for getChilds().
API Tags:
| Return: | the children of this Category |
| Deprecated: | use getChilds() instead |
Get the childs of this Category.
API Tags:
| Return: | the children of this Category |
Gets the ID of the current Category
API Tags:
Returns the Name of the Category.
API Tags:
| Return: | the Category Name |
Returns the Parent Category or null if this is the TOP LEVEL Category.
API Tags:
| Return: | the Parent Category or null |
Returns if this Category has Children.
API Tags:
| Return: | whether this Category has Children or not |