Example #1
0
 /**
  * @param ChildEvent $eventRelatedByPerformanceChoreographyStatisticId The ChildEvent object to add.
  */
 protected function doAddEventRelatedByPerformanceChoreographyStatisticId(ChildEvent $eventRelatedByPerformanceChoreographyStatisticId)
 {
     $this->collEventsRelatedByPerformanceChoreographyStatisticId[] = $eventRelatedByPerformanceChoreographyStatisticId;
     $eventRelatedByPerformanceChoreographyStatisticId->setPerformanceChoreographyStatistic($this);
 }