Example #1
0
 /**
  * Remove agencies
  *
  * @param \Enigmatic\CRMBundle\Entity\AgencyUser $agencies
  */
 public function removeAgency(\Enigmatic\CRMBundle\Entity\AgencyUser $agencies)
 {
     $this->agencies->removeElement($agencies);
 }
Example #2
0
 /**
  * Remove users
  *
  * @param \Enigmatic\CRMBundle\Entity\AgencyUser $users
  */
 public function removeUser(\Enigmatic\CRMBundle\Entity\AgencyUser $users)
 {
     $this->users->removeElement($users);
 }