AuthBucket\Bundle\OAuth2Bundle\Entity\Scope::getScope PHP 메소드

getScope() 공개 메소드

Get scope.
public getScope ( ) : string
리턴 string
    public function getScope()
    {
        return $this->scope;
    }