Method |
Description |
|
__construct ( string $path = '', string $fileName = '', array $config = [] ) |
ExporterContract constructor. |
|
compress ( $buffer ) : mixed |
Compress html e js removed comments e break lines |
|
configure ( array $config ) : Fireguard\Report\Contracts\ExporterContract |
|
|
generate ( Fireguard\Report\Contracts\ReportContract $report ) : string |
|
|
getConfigDefaultOptions ( ) : array |
|
|
getConfigValidOptions ( ) : array |
|
|
getDefaultConfiguration ( ) |
|
|
getFileName ( ) : string |
|
|
getFullPath ( ) : string |
|
|
getMimeType ( ) : string |
|
|
getPath ( ) : string |
|
|
getTimeout ( ) : integer |
|
|
response ( Fireguard\Report\Contracts\ReportContract $report, boolean $forceDownload = false ) : Response |
|
|
setConfigDefaultOptions ( array $options ) : Fireguard\Report\Contracts\ExporterContract |
|
|
setConfigValidOptions ( array $options ) : Fireguard\Report\Contracts\ExporterContract |
|
|
setFileName ( $fileName ) : Fireguard\Report\Contracts\ExporterContract |
|
|
setPath ( string $path, unix_permission $mode = 511 ) : Fireguard\Report\Contracts\ExporterContract |
|
|
setTimeout ( integer $timeout ) : Fireguard\Report\Contracts\ExporterContract |
|
|