yupe\helpers\Html::primary PHP Method

primary() public static method

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