Автор: Elliot Levin (elliotlevin@hotmail.com)
Наследование: implements Pinq\Interfaces\IJoiningOnTraversable
Пример #1
0
 public function __construct(ICollection $collection, IJoinIterator $joinIterator, callable $collectionFactory)
 {
     parent::__construct($collection->getIteratorScheme(), $joinIterator, $collectionFactory);
     $this->collection = $collection;
 }