AuthBucket\Bundle\OAuth2Bundle\Entity\Scope::getScope PHP Méthode

getScope() public méthode

Get scope.
public getScope ( ) : string
Résultat string
    public function getScope()
    {
        return $this->scope;
    }