예제 #1
0
파일: User.php 프로젝트: jwoods/CE_27
 public function addOauth(UserOauth $oauth)
 {
     $this->oauth = $oauth;
     $oauth->setUser($this);
 }