예제 #1
0
파일: Row.php 프로젝트: Appizy/appizy
 /**
  * @param Cell $newCell
  */
 function addCell(Cell $newCell)
 {
     $cell_id = $newCell->get_id();
     $this->cells[$cell_id] = $newCell;
 }