Public Member Functions

pdfService Class Reference

Public Member Functions

 __construct ()
 renderView ($viewName)
 output ($domPdf)
 cleanFiles ($dir, $seconds)

Detailed Description

Definition at line 25 of file pdfService.php.


Constructor & Destructor Documentation

__construct (  )

Initialize pdfService

Returns:
void

Definition at line 32 of file pdfService.php.


Member Function Documentation

cleanFiles ( dir,
seconds 
)

Delete (temporary) files on specified directory

Parameters:
string$dirfilly directori name
number$seconds

Definition at line 95 of file pdfService.php.

Here is the caller graph for this function:

output ( domPdf )

Save PDF to file and inform download link to client

Parameters:
DOMPDF$domPdf

Definition at line 67 of file pdfService.php.

Here is the call graph for this function:

Here is the caller graph for this function:

renderView ( viewName )

Render the pdf output

BizSystem $g_BizSystem

Parameters:
string$viewNamename of view object
Returns:
void

Definition at line 43 of file pdfService.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file: