PHP Class iter\rewindable\_RewindableGenerator

Inheritance: implements Iterator
Afficher le fichier Open project: nikic/iter

Protected Properties

Свойство Type Description
$args
$function
$generator Generator

Méthodes publiques

Méthode Description
__call ( $method, $args )
__construct ( callable $function, array $args )
current ( )
key ( )
next ( )
rewind ( )
send ( $value = null )
valid ( )

Method Details

__call() public méthode

public __call ( $method, $args )

__construct() public méthode

public __construct ( callable $function, array $args )
$function callable
$args array

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

send() public méthode

public send ( $value = null )

valid() public méthode

public valid ( )

Property Details

$args protected_oe property

protected $args

$function protected_oe property

protected $function

$generator protected_oe property

protected Generator $generator
Résultat Generator