コード例 #1
0
ファイル: Notification.php プロジェクト: albertoml/padelTFG
 public function addUser(User $user)
 {
     $user->addNotification($this);
     $this->user[] = $user;
 }