|
dolibarr
x.y.z
|
Parent class of emailing target selectors modules. More...

Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| getDesc () | |
| Return description of Printing Module. More... | |
Static Public Member Functions | |
| static | listDrivers ($db, $maxfilenamelength=0) |
| Return list of printing driver. More... | |
Parent class of emailing target selectors modules.
Definition at line 32 of file modules_printing.php.
| PrintingDriver::__construct | ( | $db | ) |
Constructor.
Reimplemented in printing_printipp, and printing_printgcp.
Definition at line 50 of file modules_printing.php.
References db.
| PrintingDriver::getDesc | ( | ) |
Return description of Printing Module.
Definition at line 92 of file modules_printing.php.
|
static |
Return list of printing driver.
Definition at line 62 of file modules_printing.php.