dolibarr 19.0.3
|
File of parent class of document generator for members labels sheets. More...
Go to the source code of this file.
Classes | |
class | ModelePDFLabels |
Parent class of document generator for address sheet. More... | |
Functions | |
doc_label_pdf_create ($db, $arrayofrecords, $modele, $outputlangs, $outputdir='', $template='standardlabel', $filename='tmp_address_sheet.pdf') | |
Create a document onto disk according to template module. | |
File of parent class of document generator for members labels sheets.
Definition in file modules_labels.php.
doc_label_pdf_create | ( | $db, | |
$arrayofrecords, | |||
$modele, | |||
$outputlangs, | |||
$outputdir = '', | |||
$template = 'standardlabel', | |||
$filename = 'tmp_address_sheet.pdf' ) |
Create a document onto disk according to template module.
DoliDB | $db | Database handler |
array | $arrayofrecords | Array of records |
string | $modele | Force le modele a utiliser ('' to not force) |
Translate | $outputlangs | Objet lang a utiliser pour traduction |
string | $outputdir | Output directory |
string | $template | pdf generenate document class to use default 'standardlabel' |
string | $filename | Short file name of PDF output file |
Definition at line 78 of file modules_labels.php.
References dol_buildpath(), dol_mimetype(), dol_print_error(), dol_strlen(), dol_syslog(), and getDolGlobalString().