|
ILIAS
release_8 Revision v8.24
|
Small wrapper for svg sanitizer. More...
Collaboration diagram for ilMediaSvgSanitizer:Static Public Member Functions | |
| static | sanitizeFile (string $a_file) |
| Sanitize (temporary solution for sec issue 20339, ILIAS 5.0-5.2, not using composer autoloading yet) More... | |
| static | sanitizeDir (string $a_path) |
| Sanitize directory recursively. More... | |
Small wrapper for svg sanitizer.
Definition at line 26 of file class.ilMediaSvgSanitizer.php.
|
static |
Sanitize directory recursively.
Definition at line 44 of file class.ilMediaSvgSanitizer.php.
Referenced by ilMediaObjectDataSet\importRecord(), and ilObjMediaObjectGUI\savePropertiesObject().
Here is the caller graph for this function:
|
static |
Sanitize (temporary solution for sec issue 20339, ILIAS 5.0-5.2, not using composer autoloading yet)
| string | $a_file | file to be sanitized |
Definition at line 32 of file class.ilMediaSvgSanitizer.php.