ILIAS  release_8 Revision v8.24
class.ilQuestionPoolExportGUI.php
Go to the documentation of this file.
1<?php
2
26{
31 {
32 require_once 'Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolExportTableGUI.php';
33 $table = new ilQuestionPoolExportTableGUI($this, 'listExportFiles', $this->obj);
34 return $table;
35 }
36
40 public function download(): void
41 {
42 // @MBECKER Check if this is still needed.
43 /*
44 if (isset($_GET['file']) && $_GET['file']) {
45 $_POST['file'] = array($_GET['file']);
46 }
47 // If not, remove the whole overwrite.
48 */
49 parent::download();
50 }
51}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...