AuthBucket\Bundle\OAuth2Bundle\Entity\Scope::getScope PHP Метод

getScope() публичный Метод

Get scope.
public getScope ( ) : string
Результат string
    public function getScope()
    {
        return $this->scope;
    }