Home
last modified time | relevance | path

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

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTest.php1938 $this->setShowExamviewPdf((bool) $data->show_examview_pdf);
5962 $this->setShowExamviewPdf($metadata['entry']);
9875 $this->setShowExamviewPdf($testsettings['show_examview_pdf']);
11480 public function setShowExamviewPdf($show_examview_pdf) function in ilObjTest
H A Dclass.ilObjTestSettingsGeneralGUI.php1538 … $this->testOBJ->setShowExamviewPdf($form->getItemByPostVar('show_examview_pdf')->getChecked());
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTest.php1943 $this->setShowExamviewPdf((bool) $data->show_examview_pdf);
5986 $this->setShowExamviewPdf($metadata['entry']);
9913 $this->setShowExamviewPdf($testsettings['show_examview_pdf']);
11641 public function setShowExamviewPdf($show_examview_pdf) function in ilObjTest
H A Dclass.ilObjTestSettingsGeneralGUI.php1551 … $this->testOBJ->setShowExamviewPdf($form->getItemByPostVar('show_examview_pdf')->getChecked());