Lines Matching refs:exportConfig
28 protected $exportConfig; variable in action_plugin_dw2pdf
964 $this->exportConfig = [];
967 $this->exportConfig['pagesize'] = $INPUT->str('pagesize', $this->getConf('pagesize'), true);
968 …$this->exportConfig['orientation'] = $INPUT->str('orientation', $this->getConf('orientation'), tru…
971 … $this->exportConfig['font-size'] = $INPUT->str('font-size', $this->getConf('font-size'), true);
974 $this->exportConfig['doublesided'] = $doublesided ? '1' : '0';
976 $this->exportConfig['watermark'] = $INPUT->str('watermark', '');
1017 $this->exportConfig['hasToC'] = $hasToC;
1018 $this->exportConfig['levels'] = $levels;
1020 …$this->exportConfig['maxbookmarks'] = $INPUT->int('maxbookmarks', $this->getConf('maxbookmarks'), …
1030 $this->exportConfig['template'] = $tpl;
1032 $this->exportConfig['isDebug'] = $conf['allowdebug'] && $INPUT->has('debughtml');
1044 if ($this->exportConfig === null) {
1048 return $this->exportConfig[$name] ?? $notset;