|
dolibarr 21.0.0-beta
|
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 ($module=null) | |
| 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 94 of file printgcp.modules.php.
References $conf, conf(), dol_print_date(), getDolGlobalString(), and newToken().
| printing_printgcp::getlistAvailablePrinters | ( | ) |
Return list of available printers.
Reimplemented from PrintingDriver.
Definition at line 250 of file printgcp.modules.php.
References $conf.
Referenced by listAvailablePrinters().
| printing_printgcp::listAvailablePrinters | ( | ) |
Return list of available printers.
Reimplemented from PrintingDriver.
Definition at line 203 of file printgcp.modules.php.
References $conf, getlistAvailablePrinters(), img_picto(), and newToken().
| printing_printgcp::listJobs | ( | $module = null | ) |
List jobs print.
| ?string | $module | module |
Reimplemented from PrintingDriver.
Definition at line 446 of file printgcp.modules.php.
References $conf, and dol_print_date().
| printing_printgcp::printFile | ( | $file, | |
| $module, | |||
| $subdir = '' ) |
Print selected file.
| string | $file | file |
| string | $module | module |
| string | $subdir | subdir for file |
Reimplemented from PrintingDriver.
Definition at line 323 of file printgcp.modules.php.
References $conf.
| 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 374 of file printgcp.modules.php.
References $conf.