name = $name; $this->value = $value; } public function getName(): string { return $this->name; } /** * @return mixed */ public function getValue() { return $this->value; } }