Searched refs:GetOutputOption (Results 1 – 2 of 2) sorted by relevance
1421 if ($this->GetOutputOption('pdf', 'template_path'))1424 $oMPDF->SetDocTemplate($this->GetOutputOption('pdf', 'template_path'), 1);1428 if ($this->GetOutputOption('pdf', 'output_name'))1430 $sOutputName = $this->GetOutputOption('pdf', 'output_name');
804 public function GetOutputOption($sFormat, $sOptionName) function in WebPage