コード例 #1
0
ファイル: BaseHistoryGroup.php プロジェクト: sgrove/cothinker
 public function addHistoryEvent(HistoryEvent $l)
 {
     $this->collHistoryEvents[] = $l;
     $l->setHistoryGroup($this);
 }