public function visitRemoveValues(Operations\RemoveValues $operation) { $this->compilation->append('Remove the following values: '); $this->compilation->appendSource($operation->getSource()); }
public function visitRemoveValues(Operations\RemoveValues $operation) { $this->collection->removeRange(Traversable\ScopeEvaluator::evaluateSource($operation->getSource(), $this->parameters)); }
public function visitRemoveValues(Operations\RemoveValues $operation) { return $operation->update($this->scopeProcessor->processSource($operation->getSource())); }