コード例 #1
0
ファイル: Event.php プロジェクト: iuf/junia
 /**
  * @param ChildStartgroup $startgroup The ChildStartgroup object to add.
  */
 protected function doAddStartgroup(ChildStartgroup $startgroup)
 {
     $this->collStartgroups[] = $startgroup;
     $startgroup->setEvent($this);
 }