示例#1
0
 /**
  * Remove localRepresentatives
  *
  * @param \Civix\CoreBundle\Entity\Representative $localRepresentatives
  */
 public function removeLocalRepresentative(\Civix\CoreBundle\Entity\Representative $localRepresentative)
 {
     $localRepresentative->setLocalGroup(null);
     $this->localRepresentatives->removeElement($localRepresentative);
 }
 public function setLocalGroup(\Civix\CoreBundle\Entity\Group $localGroup = NULL)
 {
     $this->__load();
     return parent::setLocalGroup($localGroup);
 }