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

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

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