Esempio n. 1
0
 public function addOauth(UserOauth $oauth)
 {
     $this->oauth = $oauth;
     $oauth->setUser($this);
 }