PHP Class yupe\helpers\Html

Afficher le fichier Open project: yupe/yupe

Méthodes publiques

Méthode Description
danger ( $text, boolean | true $strip = true ) : string
def ( $text, boolean | true $strip = true ) : string
info ( $text, boolean | true $strip = true ) : string
label ( $status, $text, array $map ) : string
primary ( $text, boolean | true $strip = true ) : string
success ( $text, boolean | true $strip = true ) : string
warning ( $text, boolean | true $strip = true ) : string

Méthodes protégées

Méthode Description
render ( $class, $text, boolean | true $strip = true ) : string

Method Details

danger() public static méthode

public static danger ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
Résultat string

def() public static méthode

public static def ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
Résultat string

info() public static méthode

public static info ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
Résultat string

label() public static méthode

public static label ( $status, $text, array $map ) : string
$status
$text
$map array
Résultat string

primary() public static méthode

public static primary ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
Résultat string

render() protected static méthode

protected static render ( $class, $text, boolean | true $strip = true ) : string
$class
$text
$strip boolean | true
Résultat string

success() public static méthode

public static success ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
Résultat string

warning() public static méthode

public static warning ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
Résultat string