Exemplo n.º 1
0
 /**
  * Remove car
  *
  * @param Car $car
  */
 public function removeCar(\Entity\Car $car)
 {
     $this->car->removeElement($car);
 }