Class: ItemHistoryEnumeration

Source Location: /CORE/system/classes/item/ItemHistoryEnumeration.php

Class ItemHistoryEnumeration

Class Overview

The ItemHistoryEnumeration provides methods for receiving all list of Items.

Located in /CORE/system/classes/item/ItemHistoryEnumeration.php [line 38]

MasterItemType
   |
   --Itemtype
      |
      --ItemHistoryEnumeration
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: ItemHistoryEnumeration.php,v 1.5 2006/11/26 22:04:09 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

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

Inherited From Itemtype

Itemtype::Itemtype()
Itemtype::getClass()
Itemtype::getClassName()
Itemtype::getCommand()
Itemtype::getDirectory()
Itemtype::getItemtypeID()
Itemtype::initItemtype()

Inherited From MasterItemType

MasterItemType::MasterItemType()
Empty Constructor.
MasterItemType::countItemtypes()
Returns how many Itemtypes are known by the System.
MasterItemType::getClassForItemType()
Returns a new instance of the Class for the given Itentype ID.
MasterItemType::getClassNameForItemType()
Returns the Classname for the given Itentype ID.
MasterItemType::getCommandForItemType()
Return the Command for the given Itemtype ID.
MasterItemType::getDirectoryForItemType()
Return the Directory for the given Itemtype ID.
MasterItemType::getItemTypeForCommand()
Get the Itemtype ID for the given Command (or null).
MasterItemType::getSelectColumns()
Returns the Select Columns to be used for Item- and Treeselects.

[ Top ]
Method Summary
ItemHistoryEnumeration   ItemHistoryEnumeration()   Gets all Children of the given Item ID
void   count()  
void   next()  

[ Top ]
Methods
Constructor ItemHistoryEnumeration  [line 50]

  ItemHistoryEnumeration ItemHistoryEnumeration( int $dbResult  )

Gets all Children of the given Item ID

Parameters:
int   $dbResult:  the Item ID for that all first level childs will be fetched


[ Top ]
count  [line 55]

  void count( )



[ Top ]
next  [line 59]

  void next( )



[ Top ]