Beispiel #1
0
 public function addFriend(Friend $l)
 {
     $this->collFriends[] = $l;
     $l->setUser($this);
 }