コード例 #1
0
ファイル: PerformanceStatistic.php プロジェクト: iuf/junia
 /**
  * @param ChildRoutine $routineRelatedByPerformanceChoreographyStatisticId The ChildRoutine object to add.
  */
 protected function doAddRoutineRelatedByPerformanceChoreographyStatisticId(ChildRoutine $routineRelatedByPerformanceChoreographyStatisticId)
 {
     $this->collRoutinesRelatedByPerformanceChoreographyStatisticId[] = $routineRelatedByPerformanceChoreographyStatisticId;
     $routineRelatedByPerformanceChoreographyStatisticId->setPerformanceChoreographyStatistic($this);
 }