Method | Description | |
---|---|---|
cancelGeneration ( $documentId ) | ||
getInstance ( ) : |
||
getJobConfigFile ( $processId ) : string | ||
getProcessingOptions ( ) : array | ||
getStatusUpdate ( $documentId ) : array | ||
preparePdfGeneration ( $documentId, $config ) | ||
startPdfGeneration ( $documentId ) |
Method | Description | |
---|---|---|
buildPdf ( |
||
getPrintDocument ( $documentId ) : |
||
loadJobConfigObject ( $documentId ) : stdClass | ||
saveJobConfigObjectFile ( $jobConfig ) : boolean | ||
updateStatus ( $documentId, $status, $statusUpdate ) |
public static getInstance ( ) : |
||
return |
public static getJobConfigFile ( $processId ) : string | ||
$processId | ||
return | string |
protected getPrintDocument ( $documentId ) : |
||
$documentId | ||
return |
abstract public getProcessingOptions ( ) : array | ||
return | array |
public getStatusUpdate ( $documentId ) : array | ||
$documentId | ||
return | array |
protected loadJobConfigObject ( $documentId ) : stdClass | ||
$documentId | ||
return | stdClass |
public preparePdfGeneration ( $documentId, $config ) | ||
$documentId | ||
$config |
protected saveJobConfigObjectFile ( $jobConfig ) : boolean | ||
$jobConfig | ||
return | boolean |
protected updateStatus ( $documentId, $status, $statusUpdate ) | ||
$documentId | ||
$statusUpdate |