Example #1
0
 /**
  * {@inheritdoc}
  */
 public function addCell(CellInterface $cell, Coordinate $coordinate)
 {
     $cell->setCoordinate($coordinate);
     $this->cells[] = $cell;
     return $this;
 }