Home
last modified time | relevance | path

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

/dports/www/itop/web/application/
H A Ditopwebpage.class.inc.php1421 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');
H A Dwebpage.class.inc.php804 public function GetOutputOption($sFormat, $sOptionName) function in WebPage