ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilFileServicesFilenameSanitizer.php
Go to the documentation of this file.
1 <?php
2 
20 
27 {
29  {
30  parent::__construct(array_diff($settings->getWhiteListedSuffixes(), $settings->getBlackListedSuffixes()));
31  }
32 }
array $settings
Setting values (LTI parameters, custom parameters and local parameters).
Definition: System.php:200
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...
Class ilFileServicesFilenameSanitizer.
__construct(Container $dic, ilPlugin $plugin)