示例#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);
 }