ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.QuestionPoolImportUploadHandlerGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
class
QuestionPoolImportUploadHandlerGUI
extends
ImportUploadHandlerGUI
implements
\ilCtrlBaseClassInterface
26
{
27
public
function
__construct
()
28
{
29
parent::__construct
();
30
$this->supported_mime_types =
ilObjQuestionPoolGUI::SUPPORTED_IMPORT_MIME_TYPES
;
31
}
32
}
QuestionPoolImportUploadHandlerGUI\__construct
__construct()
Definition:
class.QuestionPoolImportUploadHandlerGUI.php:27
ilObjQuestionPoolGUI\SUPPORTED_IMPORT_MIME_TYPES
const SUPPORTED_IMPORT_MIME_TYPES
Definition:
class.ilObjQuestionPoolGUI.php:70
ilCtrlBaseClassInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlBaseClassInterface.php:37
QuestionPoolImportUploadHandlerGUI
Definition:
class.QuestionPoolImportUploadHandlerGUI.php:25
ImportUploadHandlerGUI
Definition:
class.ImportUploadHandlerGUI.php:34
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
TestQuestionPool
classes
class.QuestionPoolImportUploadHandlerGUI.php
Generated on Sun Aug 31 2025 23:04:03 for ILIAS by
1.8.13 (using
Doxyfile
)