Class ModuleList

Description

Implements interfaces:

Module storage

Objects of this class are used for storing and passing multiple ModuleItems. The list is traversable by a Iterator.

Located in /phpsatk-lib/core/15.module.list.php (line 36)


	
			
Method Summary
void append (ModuleItem $module)
ModuleList findAll (ModuleSearch $search, [ModuleList $results = null])
ModuleItem findFirst (ModuleSearch $search)
ArrayIterator getIterator ()
Methods
append (line 50)

Append a module

  • access: public
void append (ModuleItem $module)
findAll (line 85)

Finds all matching modules in this list

  • access: public
ModuleList findAll (ModuleSearch $search, [ModuleList $results = null])
findFirst (line 70)

Finds the first module matching the passed search criteria

  • access: public
ModuleItem findFirst (ModuleSearch $search)
getIterator (line 60)

Gets an interator over the contained modules

  • access: public
ArrayIterator getIterator ()

Documentation generated on Mon, 21 May 2007 10:34:37 +0200 by phpDocumentor 1.3.0RC5