remove() публичный Метод

public remove ( $object )
 /** {@inheritdoc} */
 public function remove(UuidInterface $reservationId)
 {
     $reservation = $this->get($reservationId);
     $this->file->remove($reservation);
 }