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