PHP Class yupe\helpers\Html

Show file Open project: yupe/yupe

Public Methods

Method 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

Protected Methods

Method Description
render ( $class, $text, boolean | true $strip = true ) : string

Method Details

danger() public static method

public static danger ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
return string

def() public static method

public static def ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
return string

info() public static method

public static info ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
return string

label() public static method

public static label ( $status, $text, array $map ) : string
$status
$text
$map array
return string

primary() public static method

public static primary ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
return string

render() protected static method

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

success() public static method

public static success ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
return string

warning() public static method

public static warning ( $text, boolean | true $strip = true ) : string
$text
$strip boolean | true
return string