PHP Class ScriptFUSION\Porter\Collection\RecordCollection

Inheritance: implements Iterator
Afficher le fichier Open project: ScriptFUSION/Porter Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Iterator $records, RecordCollection $previousCollection = null )
current ( )
findFirstCollection ( )
getPreviousCollection ( ) : RecordCollection | null
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public méthode

public __construct ( Iterator $records, RecordCollection $previousCollection = null )
$records Iterator
$previousCollection RecordCollection

current() public méthode

public current ( )

findFirstCollection() public méthode

public findFirstCollection ( )

getPreviousCollection() public méthode

public getPreviousCollection ( ) : RecordCollection | null
Résultat RecordCollection | null

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )