Ejemplo n.º 1
0
 public function setNext(Collection $collection)
 {
     $collection->setParent($this);
     $collection->setMapper($this->mapper);
     $this->next = $collection;
 }