rangeVariableDeclaration = $rangeVariableDecl; $this->indexBy = $indexBy; $this->joins = $joins; } /** * {@inheritdoc} */ public function dispatch($sqlWalker) { return $sqlWalker->walkIdentificationVariableDeclaration($this); } }