Esempio n. 1
0
 /**
  * Remove assignedAccount
  *
  * @param \Enigmatic\CRMBundle\Entity\AccountOwner $assignedAccount
  */
 public function removeAssignedAccount(\Enigmatic\CRMBundle\Entity\AccountOwner $assignedAccount)
 {
     $this->assignedAccount->removeElement($assignedAccount);
 }
Esempio n. 2
0
 /**
  * Remove owners
  *
  * @param \Enigmatic\CRMBundle\Entity\AccountOwner $owners
  */
 public function removeOwner(\Enigmatic\CRMBundle\Entity\AccountOwner $owners)
 {
     $this->owners->removeElement($owners);
 }