column = $column; $this->expression = $expression; } public function getColumn(): string { return $this->column; } public function getExpression() { return $this->expression; } }