yupe\helpers\Html::def PHP Method

def() public static method

public static def ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
return string
    public static function def($text, $strip = true)
    {
        return static::render(self::DEF, $text, $strip);
    }