PHP 클래스 AuthBucket\Bundle\OAuth2Bundle\Entity\Authorize

상속: implements AuthBucket\OAuth2\Model\AuthorizeInterface
파일 보기 프로젝트 열기: authbucket/oauth2-symfony-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$clientId string
$scope array
$username string

공개 메소드들

메소드 설명
getClientId ( ) : string Get client_id.
getScope ( ) : array Get scope.
getUsername ( ) : string Get username.
setClientId ( string $clientId ) : Authorize Set client_id.
setScope ( array $scope ) : Authorize Set scope.
setUsername ( string $username ) : Authorize Set username.

메소드 상세

getClientId() 공개 메소드

Get client_id.
public getClientId ( ) : string
리턴 string

getScope() 공개 메소드

Get scope.
public getScope ( ) : array
리턴 array

getUsername() 공개 메소드

Get username.
public getUsername ( ) : string
리턴 string

setClientId() 공개 메소드

Set client_id.
public setClientId ( string $clientId ) : Authorize
$clientId string
리턴 Authorize

setScope() 공개 메소드

Set scope.
public setScope ( array $scope ) : Authorize
$scope array
리턴 Authorize

setUsername() 공개 메소드

Set username.
public setUsername ( string $username ) : Authorize
$username string
리턴 Authorize

프로퍼티 상세

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

protected string $clientId
리턴 string

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

protected array $scope
리턴 array

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

protected string $username
리턴 string