Exemple #1
0
 public function addHistoryEvent(HistoryEvent $l)
 {
     $this->collHistoryEvents[] = $l;
     $l->setsfGuardUser($this);
 }