value = $value; $this->field = $field; $this->query = $query; } public function getValue() { return $this->value; } public function getField() { return $this->field; } public function getQuery() { return $this->query; } public function __toString() { return $this->value; } }