コード例 #1
0
 /**
  * @param ChildGroupPerson $groupPerson The ChildGroupPerson object to add.
  */
 protected function doAddGroupPerson(ChildGroupPerson $groupPerson)
 {
     $this->collGrouppeople[] = $groupPerson;
     $groupPerson->setUser($this);
 }