mime_to_reader = $mime_to_reader; } public function getReader(string $mime): ?ExifReader { return $this->mime_to_reader[$mime] ?? null; } }