Property | Type | Description | |
---|---|---|---|
$args | |||
$function | |||
$generator | Generator |
Method | Description | |
---|---|---|
__call ( $method, $args ) | ||
__construct ( callable $function, array $args ) | ||
current ( ) | ||
key ( ) | ||
next ( ) | ||
rewind ( ) | ||
send ( $value = null ) | ||
valid ( ) |
public __construct ( callable $function, array $args ) | ||
$function | callable | |
$args | array |