Exemplo n.º 1
0
 /**
  * @param ChildIdentity $identity The ChildIdentity object to add.
  */
 protected function doAddIdentity(ChildIdentity $identity)
 {
     $this->collIdentities[] = $identity;
     $identity->setUser($this);
 }