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