Ejemplo n.º 1
0
 /**
  * @param ChildPlayer $participations The ChildPlayer object to add.
  */
 protected function doAddParticipations(ChildPlayer $participations)
 {
     $this->collParticipationss[] = $participations;
     $participations->setAccount($this);
 }