Exemplo n.º 1
0
 /**
  * @param ChildRoutine $routineRelatedByPerformanceTotalStatisticId The ChildRoutine object to add.
  */
 protected function doAddRoutineRelatedByPerformanceTotalStatisticId(ChildRoutine $routineRelatedByPerformanceTotalStatisticId)
 {
     $this->collRoutinesRelatedByPerformanceTotalStatisticId[] = $routineRelatedByPerformanceTotalStatisticId;
     $routineRelatedByPerformanceTotalStatisticId->setPerformanceTotalStatistic($this);
 }