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