Example #1
0
 public function addUser(User $user)
 {
     $user->addNotification($this);
     $this->user[] = $user;
 }