Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php422 var $firstPageBoxFooter;
13109 if ($this->firstPageBoxFooter) {
13110 if (isset($this->pageHTMLfooters[$this->firstPageBoxFooter])) {
13111 $this->HTMLFooter = $this->pageHTMLfooters[$this->firstPageBoxFooter];
13115 $this->firstPageBoxFooter = '';
13288 $this->firstPageBoxFooter = $fname;
428 var $firstPageBoxFooter; global() variable in Mpdf\\Mpdf