AuthBucket\Bundle\OAuth2Bundle\Entity\Authorize::setScope PHP 메소드

setScope() 공개 메소드

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