Example #1
0
 /**
  * @param ChildEvent $eventRelatedByPerformanceTotalStatisticId The ChildEvent object to add.
  */
 protected function doAddEventRelatedByPerformanceTotalStatisticId(ChildEvent $eventRelatedByPerformanceTotalStatisticId)
 {
     $this->collEventsRelatedByPerformanceTotalStatisticId[] = $eventRelatedByPerformanceTotalStatisticId;
     $eventRelatedByPerformanceTotalStatisticId->setPerformanceTotalStatistic($this);
 }