Example #1
0
 public function setNext(Collection $collection)
 {
     $collection->setParent($this);
     $collection->setMapper($this->mapper);
     $this->next = $collection;
 }
Example #2
0
 public function registerCollection($alias, Collection $collection)
 {
     $collection->setMapper($this);
     $this->collections[$alias] = $collection;
 }