TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
Iterator Class Reference
Inheritance diagram for Iterator:

Public Member Functions

 __construct (array $values=array())
 
 attach (\SplFileInfo $fileinfo)
 
 rewind ()
 
 valid ()
 
 next ()
 
 current ()
 
 key ()
 

Protected Attributes

 $values = array()
 

Detailed Description

Definition at line 14 of file Iterator.php.

Constructor & Destructor Documentation

__construct ( array  $values = array())

Definition at line 18 of file Iterator.php.

References Iterator\$values, Iterator\attach(), and Iterator\rewind().

Member Function Documentation

attach ( \SplFileInfo  $fileinfo)

Definition at line 26 of file Iterator.php.

Referenced by Iterator\__construct().

current ( )

Definition at line 46 of file Iterator.php.

Referenced by Iterator\valid().

key ( )

Definition at line 51 of file Iterator.php.

next ( )

Definition at line 41 of file Iterator.php.

rewind ( )

Definition at line 31 of file Iterator.php.

Referenced by Iterator\__construct().

valid ( )

Definition at line 36 of file Iterator.php.

References Iterator\current().

Member Data Documentation

$values = array()
protected

Definition at line 16 of file Iterator.php.

Referenced by Iterator\__construct().