示例#1
0
文件: Cell.php 项目: rostmefpoter/bh
 public function attachCell($key, Cell $cell)
 {
     $cell->setParent($this)->setRoot($this->getRoot());
     $this->set($key, $cell);
     return $this;
 }