list[$key] = $value; } public function set(): void { foreach ($this->list as $key=>$v){ header($key . ": " . $v); } } }