value = $value; } public function getHint(): string { return 'binary'; } public function getValue(): string { return $this->value; } }