PHP Class AuthBucket\Bundle\OAuth2Bundle\Entity\Scope

Inheritance: implements AuthBucket\OAuth2\Model\ScopeInterface
Show file Open project: authbucket/oauth2-symfony-bundle

Protected Properties

Property Type Description
$scope string

Public Methods

Method Description
getScope ( ) : string Get scope.
setScope ( string $scope ) : Scope Set scope.

Method Details

getScope() public method

Get scope.
public getScope ( ) : string
return string

setScope() public method

Set scope.
public setScope ( string $scope ) : Scope
$scope string
return Scope

Property Details

$scope protected property

protected string $scope
return string