iter\rewindable\_RewindableGenerator::__construct PHP Метод

__construct() публичный Метод

public __construct ( callable $function, array $args )
$function callable
$args array
    public function __construct(callable $function, array $args)
    {
        $this->function = $function;
        $this->args = $args;
        $this->generator = null;
    }