저자: Elliot Levin (elliotlevin@hotmail.com)
상속: extends IteratorIterator
예제 #1
0
 public function __construct(IIterator $iterator, callable $orderByFunction, $isAscending)
 {
     parent::__construct($iterator);
     self::__constructIterator($orderByFunction, $isAscending);
 }
예제 #2
0
 public function __construct(IIterator $iterator, callable $groupKeyFunction, callable $traversableFactory)
 {
     parent::__construct($iterator);
     self::__constructIterator($groupKeyFunction, $traversableFactory);
 }