value) && mb_strlen($this->value) > 1) { $param = (mb_substr($this->value, 0, 1) === '"' && mb_substr($this->value, -1, 1) === '"') ? mb_substr($this->value, 1, -1): $this->value; return $param; } return $this->value; } public function getComparator(): int { return $this->comparator; } }