Ejemplo n.º 1
0
 public function attachCell($key, Cell $cell)
 {
     $cell->setParent($this)->setRoot($this->getRoot());
     $this->set($key, $cell);
     return $this;
 }