示例#1
0
文件: User.php 项目: jwoods/CE_27
 public function addOauth(UserOauth $oauth)
 {
     $this->oauth = $oauth;
     $oauth->setUser($this);
 }