Example #1
0
 /**
  * Remove faxs
  *
  * @param \Enigmatic\CRMBundle\Entity\CampaignFaxingFax $faxs
  */
 public function removeFax(\Enigmatic\CRMBundle\Entity\CampaignFaxingFax $faxs)
 {
     $this->faxs->removeElement($faxs);
 }