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