Class Horde_Rdo_Iterator

Description

Implements interfaces:

  • Iterator (internal interface)

Iterator for Horde_Rdo_Base objects that allows relationships and decorated objects to be handled gracefully.

Located in /Rdo/lib/Horde/Rdo/Iterator.php (line 14)


	
			
Method Summary
 Horde_Rdo_Iterator __construct (Horde_Rdo_Base $rdo)
 mixed current ()
 mixed key ()
 void next ()
 void rewind ()
 boolean valid ()
Methods
Constructor __construct (line 47)

New Horde_Rdo_Iterator for iterating over Rdo objects.

  • access: public
Horde_Rdo_Iterator __construct (Horde_Rdo_Base $rdo)
current (line 71)

Return the current value.

  • return: The current value
  • access: public
mixed current ()

Implementation of:
Iterator::current
key (line 82)

Return the current key.

  • return: The current key
  • access: public
mixed key ()

Implementation of:
Iterator::key
next (line 90)

Move to the next key in the iterator.

  • access: public
void next ()

Implementation of:
Iterator::next
rewind (line 61)

Reset to the first key.

  • access: public
void rewind ()

Implementation of:
Iterator::rewind
valid (line 100)

Check array bounds.

  • return: Inside array bounds?
  • access: public
boolean valid ()

Implementation of:
Iterator::valid

Documentation generated on Sun, 30 Jan 2011 05:18:39 +0000 by phpDocumentor 1.4.3