page_html = $page_html; $this->configurations = $configurations; $this->title = $title; $this->gen_title = $gen_title; } public function getConfiguration (string $key): ?string { return @$this->configurations[$key]; } }