コード例 #1
0
ファイル: Harbour.php プロジェクト: bitecodes/doctrine-filter
 /**
  * @param $ship
  */
 public function removeShip($ship)
 {
     $this->ships->removeElement($ship);
 }
コード例 #2
0
ファイル: Person.php プロジェクト: bitecodes/doctrine-filter
 /**
  * @param $car
  */
 public function removeCar($car)
 {
     $this->cars->removeElement($car);
 }