/**
  * @param $ship
  */
 public function removeShip($ship)
 {
     $this->ships->removeElement($ship);
 }
Exemple #2
0
 /**
  * @param $car
  */
 public function removeCar($car)
 {
     $this->cars->removeElement($car);
 }