prohibited = $prohibited; } public function getOperator(): string { return $this->operator; } public function getValue(): string { return $this->value; } }