Public Member Functions | |
__construct () | |
renderView ($viewName) | |
output ($domPdf) | |
cleanFiles ($dir, $seconds) |
Definition at line 25 of file pdfService.php.
__construct | ( | ) |
cleanFiles | ( | $ | dir, |
$ | seconds | ||
) |
Delete (temporary) files on specified directory
string | $dir | filly directori name |
number | $seconds |
Definition at line 95 of file pdfService.php.
output | ( | $ | domPdf ) |
Save PDF to file and inform download link to client
DOMPDF | $domPdf |
Definition at line 67 of file pdfService.php.
renderView | ( | $ | viewName ) |
Render the pdf output
BizSystem $g_BizSystem
string | $viewName | name of view object |
Definition at line 43 of file pdfService.php.