Exemple #1
0
 /**
  * @param Cell $cell
  */
 public function addCell(Cell $cell)
 {
     $this->count[$cell->getType()]++;
 }