ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
trait.ilObjFileSecureString.php
Go to the documentation of this file.
1<?php
2
25trait ilObjFileSecureString
26{
27 protected function secure(string $string) : string
28 {
29 return htmlspecialchars(strip_tags($string), ENT_QUOTES, 'UTF-8');;
30 }
31}
An exception for terminatinating execution or to throw for unit testing.