Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2462 → Rev 3473

/trunk/jrest/bibliotheque/GenerateurPDF.php
25,7 → 25,7
 
public $pdf;
 
function GenerateurPDF($utilisateur = NULL) {
function __construct($utilisateur = NULL) {
// create new PDF document
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);