Class: ItemEnumeration

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

Class ItemEnumeration

Class Overview

The ItemEnumeration helps reading a all list of Items.

Located in /CORE/system/classes/item/ItemEnumeration.php [line 39]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: ItemEnumeration.php,v 1.7 2007/12/27 21:48:03 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
int   count()   Count how many Items can be returned by this Enumeration.
Item   next()   Returns the next Item in this Enumeration.

[ Top ]
Methods
count  [line 65]

  int count( )

Count how many Items can be returned by this Enumeration.


API Tags:
Return:  the amount of Items within this Enumeration


[ Top ]
next  [line 73]

  Item next( )

Returns the next Item in this Enumeration.


API Tags:
Return:  the next Item


[ Top ]