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