Esempio n. 1
0
 public function addLoruser(Loruser $l)
 {
     $this->collLorusers[] = $l;
     $l->setUser($this);
 }