ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
class.PersonalSettingsImportHandlerGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
23 public const array SUPPORTED_IMPORT_MIME_TYPES = ['text/xml'];
24
25 public function __construct()
26 {
28 $this->supported_mime_types = self::SUPPORTED_IMPORT_MIME_TYPES;
29 }
30}
__construct()
ilUIDemoFileUploadHandlerGUI constructor.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc