ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
trait.ilObjFileSecureString.php
Go to the documentation of this file.
1 <?php
2 
26 {
27  protected function secure(string $string) : string
28  {
29  return htmlspecialchars(strip_tags($string), ENT_QUOTES, 'UTF-8');;
30  }
31 }