operator = $operator; $this->column = $col; $this->value = $val; } public function getColumn() { return $this->column; } public function getValue() { return $this->value; } public function getOperator() { return $this->operator; } }