PHP 클래스 EveOnlineOAuthService

상속: extends EOAuth2Service
파일 보기 프로젝트 열기: nodge/yii-eauth

보호된 프로퍼티들

프로퍼티 타입 설명
$client_id string
$client_secret string
$jsArguments array
$name string
$providerOptions array
$scope string
$title string
$type string
$uid string | null

보호된 메소드들

메소드 설명
fetchAttributes ( )
fetchJsonError ( mixed $json ) : array | null
getAccessToken ( string $code ) : mixed
restoreAccessToken ( ) : boolean
saveAccessToken ( object $token )

비공개 메소드들

메소드 설명
getAPIData ( integer $charId ) : SimpleXMLElement Get data from EVE API

메소드 상세

fetchAttributes() 보호된 메소드

protected fetchAttributes ( )

fetchJsonError() 보호된 메소드

protected fetchJsonError ( mixed $json ) : array | null
$json mixed
리턴 array | null

getAccessToken() 보호된 메소드

protected getAccessToken ( string $code ) : mixed
$code string
리턴 mixed

restoreAccessToken() 보호된 메소드

protected restoreAccessToken ( ) : boolean
리턴 boolean

saveAccessToken() 보호된 메소드

protected saveAccessToken ( object $token )
$token object

프로퍼티 상세

$client_id 보호되어 있는 프로퍼티

protected string $client_id
리턴 string

$client_secret 보호되어 있는 프로퍼티

protected string $client_secret
리턴 string

$jsArguments 보호되어 있는 프로퍼티

protected array $jsArguments
리턴 array

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$providerOptions 보호되어 있는 프로퍼티

protected array $providerOptions
리턴 array

$scope 보호되어 있는 프로퍼티

protected string $scope
리턴 string

$title 보호되어 있는 프로퍼티

protected string $title
리턴 string

$type 보호되어 있는 프로퍼티

protected string $type
리턴 string

$uid 보호되어 있는 프로퍼티

protected string|null $uid
리턴 string | null