Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php459 var $saveHTMLFooter;
1203 $this->saveHTMLFooter = [];
9761 if (isset($this->saveHTMLFooter[$n][$OE])) {
9763 $html = $this->saveHTMLFooter[$this->page][$OE]['html'];
9765 $this->lMargin = $this->saveHTMLFooter[$n][$OE]['ml'];
9766 $this->rMargin = $this->saveHTMLFooter[$n][$OE]['mr'];
9767 $this->tMargin = $this->saveHTMLFooter[$n][$OE]['mh'];
9768 $this->bMargin = $this->saveHTMLFooter[$n][$OE]['mf'];
9769 $this->margin_header = $this->saveHTMLFooter[$n][$OE]['mh'];
9770 $this->margin_footer = $this->saveHTMLFooter[
465 var $saveHTMLFooter; global() variable in Mpdf\\Mpdf
[all...]