This represents a Category that is initialized with an value array.
Located in /CORE/system/classes/category/DBCategory.php [line 38]
Category | --DBCategory
Methods
Inherited From Category
Category::Category() This intializes the Object with the given Category ID Category::countChilds() Counts the amount of children for this Category. Category::getChildEnumeration() Alias for getChilds(). Category::getChilds() Get the childs of this Category. Category::getDescription() Category::getID() Gets the ID of the current Category Category::getName() Returns the Name of the Category. Category::getParent() Returns the Parent Category or null if this is the TOP LEVEL Category. Category::getParentID() Category::hasChilds() Returns if this Category has Children.
DBCategory DBCategory( int $values )
This intializes the Object with the given Category ID