ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilQuestionPoolExportGUI.php
Go to the documentation of this file.
1 <?php
2 
26 {
30  protected function buildExportTableGUI(): ilExportTableGUI
31  {
32  $table = new ilQuestionPoolExportTableGUI($this, 'listExportFiles', $this->obj);
33  return $table;
34  }
35 
39  public function download(): void
40  {
41  // @MBECKER Check if this is still needed.
42  /*
43  if (isset($_GET['file']) && $_GET['file']) {
44  $_POST['file'] = array($_GET['file']);
45  }
46  // If not, remove the whole overwrite.
47  */
48  parent::download();
49  }
50 }
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...
Export User Interface Class.