Exemple #1
0
 public function eliminar(Areas $area)
 {
     $this->tableGateway->delete(array('areas_id' => $area->getAreasId()));
 }