pathExpression = $pathExpression; $this->newValue = $newValue; } /** * {@inheritdoc} */ public function dispatch($sqlWalker) { return $sqlWalker->walkUpdateItem($this); } }