ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
SecureString.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
namespace
ILIAS\ResourceStorage\Preloader
;
4
11
trait
SecureString
12
{
13
14
protected
function
secure(
string
$string) : string
15
{
16
return
htmlspecialchars(strip_tags($string), ENT_QUOTES,
'UTF-8'
,
false
);
17
}
18
}
ILIAS\ResourceStorage\Preloader
Definition:
DBRepositoryPreloader.php:3
SecureString
src
ResourceStorage
Preloader
SecureString.php
Generated on Wed Sep 3 2025 21:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)