Pinq\Iterators\Generators\OrderedIterator::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Pinq\Iterators\Generators\IGenerator $iterator, callable $orderByFunction, $isAscending )
$iterator Pinq\Iterators\Generators\IGenerator
$orderByFunction callable
    public function __construct(IGenerator $iterator, callable $orderByFunction, $isAscending)
    {
        parent::__construct($iterator);
        self::__constructIterator($orderByFunction, $isAscending);
    }