Example #1
0
 /**
  * @param ChildEvent $eventRelatedByPerformanceExecutionStatisticId The ChildEvent object to add.
  */
 protected function doAddEventRelatedByPerformanceExecutionStatisticId(ChildEvent $eventRelatedByPerformanceExecutionStatisticId)
 {
     $this->collEventsRelatedByPerformanceExecutionStatisticId[] = $eventRelatedByPerformanceExecutionStatisticId;
     $eventRelatedByPerformanceExecutionStatisticId->setPerformanceExecutionStatistic($this);
 }