Output::getClean PHP Method

getClean() public static method

Params: $input (string) - contains the string which will be cleaned
public static getClean ( $input )
    public static function getClean($input)
    {
        return htmlspecialchars($input);
    }