PHP 클래스 fkooman\OAuth\Client\Context

파일 보기 프로젝트 열기: fkooman/php-oauth-client 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $userId, array $scope = [] )
getScope ( )
getUserId ( )
setScope ( array $scope )
setUserId ( $userId )

메소드 상세

__construct() 공개 메소드

public __construct ( $userId, array $scope = [] )
$scope array

getScope() 공개 메소드

public getScope ( )

getUserId() 공개 메소드

public getUserId ( )

setScope() 공개 메소드

public setScope ( array $scope )
$scope array

setUserId() 공개 메소드

public setUserId ( $userId )