Home
last modified time | relevance | path

Searched refs:HTMLFooterE (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php478 var $HTMLFooterE;
10358 $this->HTMLFooterE = '';
10367 $this->HTMLFooterE = $this->pageHTMLfooters[$name];
10369 $this->HTMLFooterE = '';
10378 $this->SetHTMLFooter($this->HTMLFooterE, 'E');
10384 $this->_setAutoFooterHeight($this->HTMLFooterE);
10428 if ($this->HTMLFooter === '' && $this->HTMLFooterE === '') {
12351 $this->HTMLFooterE = [];
12352 $this->HTMLFooterE['html'] = $Fhtml;
12353 $this->HTMLFooterE['
484 var $HTMLFooterE; global() variable in Mpdf\\Mpdf
[all...]