Exemplo n.º 1
0
 /**
  * @param ChildUser $userRelatedByVote1 The ChildUser object to add.
  */
 protected function doAddUserRelatedByVote1(ChildUser $userRelatedByVote1)
 {
     $this->collUsersRelatedByVote1[] = $userRelatedByVote1;
     $userRelatedByVote1->setWineRelatedByVote1($this);
 }