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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$scope string

공개 메소드들

메소드 설명
getScope ( ) : string Get scope.
setScope ( string $scope ) : Scope Set scope.

메소드 상세

getScope() 공개 메소드

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

setScope() 공개 메소드

Set scope.
public setScope ( string $scope ) : Scope
$scope string
리턴 Scope

프로퍼티 상세

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

protected string $scope
리턴 string