Ouzo\Utilities\Iterator\GeneratingIterator::__construct PHP Метод

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

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