Class: ModulEnumeration

Source Location: /CORE/system/classes/modul/ModulEnumeration.php

Class ModulEnumeration

Class Overview

Used to handle a List of Modules.

Located in /CORE/system/classes/modul/ModulEnumeration.php [line 37]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: ModulEnumeration.php,v 1.4 2006/11/26 22:04:13 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
ModulEnumeration   ModulEnumeration()   May be filled with any Content in a later development status.
void   hasNext()   Returns whether we have a next Result.
void   next()   Returns the next Modul.

[ Top ]
Methods
Constructor ModulEnumeration  [line 48]

  ModulEnumeration ModulEnumeration( $ids  )

May be filled with any Content in a later development status.

For now there is nothing to do in the Constructor.

Parameters:
   $ids: 


[ Top ]
hasNext  [line 56]

  void hasNext( )

Returns whether we have a next Result.



[ Top ]
next  [line 64]

  void next( )

Returns the next Modul.



[ Top ]