The ItemHistoryEnumeration provides methods for receiving all list of Items.
Located in /CORE/system/classes/item/ItemHistoryEnumeration.php [line 38]
MasterItemType | --Itemtype | --ItemHistoryEnumeration
Methods
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.
ItemHistoryEnumeration ItemHistoryEnumeration( int $dbResult )
Gets all Children of the given Item ID
void count( )
void next( )