yupe\helpers\Html::success PHP Method

success() public static method

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