ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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...
Standard implementation of the filename sanitizing interface.
__construct(VocabulariesInterface $vocabularies)
Class ilFileServicesFilenameSanitizer.