name = $name; $this->attribute = $attribute; $attribute->addValue($this); } public function __toString(): string { return sprintf('%s: %s', $this->attribute, $this->name); } }