Lines Matching refs:functions
24 private $functions; variable in siteexport_pdfgenerator
26 public function __construct($functions = null) argument
28 $this->functions = $functions;
35 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
36 …$this->functions->debug->message("Filetype " . $this->functions->settings->fileType . " did not ma…
40 $mpdf = new siteexportPDF($this->functions->debug);
43 $this->functions->debug->message("Could not instantiate MPDF", null, 4);
50 $this->functions->debug->message("Filecontent had no HTML starting tag", null, 4);
55 $this->functions->debug->message("Arranging HTML", null, 2);
57 $this->functions->debug->message("Done arranging HTML:", $html, 1);
75 …$mpdf->setBasePath(empty($this->functions->settings->depth) ? './' : $this->functions->settings->d…
78 $mpdf->mirrorMargins = $this->functions->getConf('useOddEven'); // don't mirror margins