Exemplo n.º 1
0
 /**
  * @param ChildRoutine $routineRelatedByPerformanceChoreographyStatisticId The ChildRoutine object to add.
  */
 protected function doAddRoutineRelatedByPerformanceChoreographyStatisticId(ChildRoutine $routineRelatedByPerformanceChoreographyStatisticId)
 {
     $this->collRoutinesRelatedByPerformanceChoreographyStatisticId[] = $routineRelatedByPerformanceChoreographyStatisticId;
     $routineRelatedByPerformanceChoreographyStatisticId->setPerformanceChoreographyStatistic($this);
 }