Ejemplo n.º 1
0
 /**
  * @param ChildUser $userRelatedByVote3 The ChildUser object to add.
  */
 protected function doAddUserRelatedByVote3(ChildUser $userRelatedByVote3)
 {
     $this->collUsersRelatedByVote3[] = $userRelatedByVote3;
     $userRelatedByVote3->setWineRelatedByVote3($this);
 }