Fireguard\Report\Exporters\ImageExporter::getMimeType PHP Method

getMimeType() public method

public getMimeType ( ) : string
return string
    function getMimeType()
    {
        return 'image/' . mb_strtolower($this->format);
    }