PHP 클래스 fkooman\OAuth\Client\Scope

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

공개 메소드들

메소드 설명
__construct ( array $scope = [] )
__toString ( )
equals ( Scope $that )
fromString ( $scope, $separator = ' ' )
getScope ( )
getScopeAsArray ( )
hasAnyScope ( Scope $that )
hasOnlyScope ( Scope $that )
hasScope ( Scope $that )
isEmpty ( )
isSubsetOf ( Scope $that )
toArray ( )
toString ( $separator = ' ' )

비공개 메소드들

메소드 설명
validateScopeToken ( $scopeToken )

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

public __toString ( )

equals() 공개 메소드

public equals ( Scope $that )
$that Scope

fromString() 공개 정적인 메소드

public static fromString ( $scope, $separator = ' ' )

getScope() 공개 메소드

사용 중단:
public getScope ( )

getScopeAsArray() 공개 메소드

사용 중단:
public getScopeAsArray ( )

hasAnyScope() 공개 메소드

public hasAnyScope ( Scope $that )
$that Scope

hasOnlyScope() 공개 메소드

public hasOnlyScope ( Scope $that )
$that Scope

hasScope() 공개 메소드

public hasScope ( Scope $that )
$that Scope

isEmpty() 공개 메소드

public isEmpty ( )

isSubsetOf() 공개 메소드

사용 중단:
public isSubsetOf ( Scope $that )
$that Scope

toArray() 공개 메소드

public toArray ( )

toString() 공개 메소드

public toString ( $separator = ' ' )