Ejemplo n.º 1
0
 public function update(Clientes $clientes)
 {
     if ($this->find($clientes->getId())) {
         $this->tableGateway->update($clientes->getArrayCopy(), ['id' => $clientes->getId()]);
     }
 }