Class: DBCategory

Source Location: /CORE/system/classes/category/DBCategory.php

Class DBCategory

Class Overview

This represents a Category that is initialized with an value array.

Located in /CORE/system/classes/category/DBCategory.php [line 38]

Category
   |
   --DBCategory
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: DBCategory.php,v 1.5 2008/02/23 19:27:39 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

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.

[ Top ]
Method Summary
DBCategory   DBCategory()   This intializes the Object with the given Category ID

[ Top ]
Methods
Constructor DBCategory  [line 46]

  DBCategory DBCategory( int $values  )

This intializes the Object with the given Category ID

Parameters:
int   $values:  the Category ID


[ Top ]