dolibarr 18.0.6
|
Class to provide printing with Google Cloud Print. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
listAvailablePrinters () | |
Return list of available printers. | |
getlistAvailablePrinters () | |
Return list of available printers. | |
printFile ($file, $module, $subdir='') | |
Print selected file. | |
sendPrintToPrinter ($printerid, $printjobtitle, $filepath, $contenttype) | |
Sends document to the printer. | |
listJobs () | |
List jobs print. | |
Public Member Functions inherited from PrintingDriver | |
getDesc () | |
Return description of Printing Module. | |
Additional Inherited Members | |
Static Public Member Functions inherited from PrintingDriver | |
static | listDrivers ($db, $maxfilenamelength=0) |
Return list of printing driver. | |
Class to provide printing with Google Cloud Print.
Definition at line 36 of file printgcp.modules.php.
printing_printgcp::__construct | ( | $db | ) |
Constructor.
Reimplemented from PrintingDriver.
Definition at line 101 of file printgcp.modules.php.
References conf(), dol_print_date(), and getDolGlobalString().
printing_printgcp::getlistAvailablePrinters | ( | ) |
Return list of available printers.
Definition at line 256 of file printgcp.modules.php.
Referenced by listAvailablePrinters().
printing_printgcp::listAvailablePrinters | ( | ) |
Return list of available printers.
Definition at line 209 of file printgcp.modules.php.
References getlistAvailablePrinters(), and img_picto().
printing_printgcp::listJobs | ( | ) |
List jobs print.
Definition at line 448 of file printgcp.modules.php.
References dol_print_date().
printing_printgcp::printFile | ( | $file, | |
$module, | |||
$subdir = '' ) |
Print selected file.
string | $file | file |
string | $module | module |
string | $subdir | subdir for file |
Definition at line 328 of file printgcp.modules.php.
printing_printgcp::sendPrintToPrinter | ( | $printerid, | |
$printjobtitle, | |||
$filepath, | |||
$contenttype ) |
Sends document to the printer.
string | $printerid | Printer id returned by Google Cloud Print |
string | $printjobtitle | Job Title |
string | $filepath | File Path to be send to Google Cloud Print |
string | $contenttype | File content type by example application/pdf, image/png |
Definition at line 379 of file printgcp.modules.php.