method __construct documentation in bbn\File\Pdf

function($cfg = NULL) { if (!defined('_MPDF_TEMP_PATH') && defined('BBN_DATA_PATH')) { define('_MPDF_TEMP_PATH', BBN_DATA_PATH . 'tmp/'); } $this->resetConfig($cfg); $this->pdf = new \Mpdf\Mpdf($this->cfg); //$this->pdf->SetImportUse(); if ( \is_string($cfg) ){ $this->addPage($cfg); } }

BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.