yupe\helpers\Html::danger PHP Метод

danger() публичный статический Метод

public static danger ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
Результат string
    public static function danger($text, $strip = true)
    {
        return static::render(self::DANGER, $text, $strip);
    }