コード例 #1
0
ファイル: Door.php プロジェクト: jlm-entreprise/model-bundle
 /**
  * Remove contract
  *
  * @param ContractInterface $contract
  */
 public function removeContract(ContractInterface $contract)
 {
     $this->contracts->removeElement($contract);
 }