dolibarr
x.y.z
|
Class to provide printing with PrintIPP. More...
Public Member Functions | |
__construct ($db) | |
Constructor. More... | |
printFile ($file, $module, $subdir='') | |
Print selected file. More... | |
listAvailablePrinters () | |
Return list of available printers. More... | |
getlistAvailablePrinters () | |
Return list of available printers. More... | |
listJobs ($module) | |
List jobs print. More... | |
Public Member Functions inherited from PrintingDriver | |
getDesc () | |
Return description of Printing Module. More... | |
Private Member Functions | |
getPrinterDetail ($uri) | |
Get printer detail. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from PrintingDriver | |
static | listDrivers ($db, $maxfilenamelength=0) |
Return list of printing driver. More... | |
Class to provide printing with PrintIPP.
Definition at line 31 of file printipp.modules.php.
printing_printipp::__construct | ( | $db | ) |
Constructor.
Reimplemented from PrintingDriver.
Definition at line 106 of file printipp.modules.php.
printing_printipp::getlistAvailablePrinters | ( | ) |
Return list of available printers.
Definition at line 250 of file printipp.modules.php.
|
private |
Get printer detail.
string | $uri | URI |
Definition at line 272 of file printipp.modules.php.
printing_printipp::listAvailablePrinters | ( | ) |
Return list of available printers.
Definition at line 198 of file printipp.modules.php.
printing_printipp::listJobs | ( | $module | ) |
List jobs print.
string | $module | module |
Definition at line 297 of file printipp.modules.php.
printing_printipp::printFile | ( | $file, | |
$module, | |||
$subdir = '' |
|||
) |
Print selected file.
string | $file | file |
string | $module | module |
string | $subdir | subdirectory of document like for expedition subdir is sendings |
Definition at line 131 of file printipp.modules.php.