value = $value; } public function get() { return $this->value; } public function set($value): void { $this->value = $value; } }