yupe\helpers\Html::info PHP Method

info() public static method

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