AuthBucket\Bundle\OAuth2Bundle\Entity\Authorize::setScope PHP Method

setScope() public method

Set scope.
public setScope ( array $scope ) : Authorize
$scope array
return Authorize
    public function setScope($scope)
    {
        $this->scope = $scope;
        return $this;
    }