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