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);
    }