content = $content; } /** * Simply sets the headers and returns the file contents * * @return string the file contents */ #[\Override] public function render(): string { return $this->content; } }