encoding = $encoding; } /** * @return string */ public function getContentEncoding(): string { return $this->encoding; } }