public function __construct(string $value, array $attributes = []) { foreach ($attributes as $name => $value) { $this->setAttribute($name, $value); } }