Ouzo\Utilities\Iterator\GeneratingIterator::__construct PHP Method

__construct() public method

public __construct ( $function )
    public function __construct($function)
    {
        $this->function = $function;
    }