|
dolibarr 20.0.5
|
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 33 of file modules_printing.php.
| PrintingDriver::__construct | ( | $db | ) |
Constructor.
Reimplemented in printing_printgcp, and printing_printipp.
Definition at line 65 of file modules_printing.php.
| PrintingDriver::getDesc | ( | ) |
Return description of Printing Module.
Definition at line 107 of file modules_printing.php.
|
static |
Return list of printing driver.
Definition at line 77 of file modules_printing.php.
References dol_buildpath(), and dol_dir_list().