Esempio n. 1
0
 /**
  * @param ChildParticipant $participant The ChildParticipant object to add.
  */
 protected function doAddParticipant(ChildParticipant $participant)
 {
     $this->collParticipants[] = $participant;
     $participant->setGame($this);
 }