Pinq\Queries\Common\Source\QueryScope::update PHP Метод

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

public update ( Pinq\Queries\IScope $scope ) : QueryScope
$scope Pinq\Queries\IScope
Результат QueryScope
    public function update(Queries\IScope $scope)
    {
        if ($this->scope === $scope) {
            return $this;
        }
        return new self($scope);
    }