コード例 #1
0
ファイル: FormEntityHandler.php プロジェクト: bolt/Members
 /**
  * Return an existing OAuth record, or create a new one.
  *
  * @param string $guid
  *
  * @return Storage\Entity\Oauth
  */
 protected function getOauth($guid)
 {
     return $this->records->getOauthByResourceOwnerId($guid);
 }