Esempio n. 1
0
 public function addProjectUser(ProjectUser $l)
 {
     $this->collProjectUsers[] = $l;
     $l->setsfGuardUser($this);
 }