_debug; } final public function setDebug(bool $debug): void { $this->_debug = $debug; } final public function getFileMimeType($file): string { return image_type_to_mime_type(exif_imagetype($file)); } }