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

generateHtmlWithAllReportContent() protected method

protected generateHtmlWithAllReportContent ( Fireguard\Report\Contracts\ReportContract $report )
$report Fireguard\Report\Contracts\ReportContract
    protected function generateHtmlWithAllReportContent(ReportContract $report)
    {
        $exporter = new HtmlExporter($this->getPath(), $this->fileName);
        return $exporter->generate($report);
    }