ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
trait.ilObjFileSecureString.php
Go to the documentation of this file.
1
<?php
2
25
trait
ilObjFileSecureString
26
{
27
protected
function
secure(
string
$string) : string
28
{
29
return
htmlspecialchars(strip_tags($string), ENT_QUOTES,
'UTF-8'
);;
30
}
31
}
ilObjFileSecureString
Modules
File
classes
trait.ilObjFileSecureString.php
Generated on Mon Sep 1 2025 20:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)