PHP Class QCheck\RewindableIterator

Inheritance: implements Iterator
Afficher le fichier Open project: steos/php-quickcheck Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Iterator $gen )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public méthode

public __construct ( Iterator $gen )
$gen Iterator

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )