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
}
php
An exception for terminatinating execution or to throw for unit testing.
Modules
File
classes
trait.ilObjFileSecureString.php
Generated on Sat Oct 4 2025 20:00:46 for ILIAS by
1.9.4 (using
Doxyfile
)