Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dmpdf.php24 private $debugObj = null; variable in siteexportPDF
60 $this->debugObj = $debug;
69 if ($this->debugObj !== null) {
70 $this->debugObj->message($msg, $vars, $lvl);
76 if ($this->debugObj !== null && method_exists($this->debugObj, 'runtimeException')) {
77 $this->debugObj->runtimeException($msg);