PHP Interface ManaPHP\Mvc\View\FlashInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
error ( string $message ) : void Shows a HTML error message
notice ( string $message ) : void Shows a HTML notice/information message
output ( boolean $remove = true ) : void Prints the messages in the session flasher
success ( string $message ) : void Shows a HTML success message
warning ( string $message ) : void Shows a HTML warning message

Method Details

error() public méthode

Shows a HTML error message
public error ( string $message ) : void
$message string
Résultat void

notice() public méthode

Shows a HTML notice/information message
public notice ( string $message ) : void
$message string
Résultat void

output() public méthode

Prints the messages in the session flasher
public output ( boolean $remove = true ) : void
$remove boolean
Résultat void

success() public méthode

Shows a HTML success message
public success ( string $message ) : void
$message string
Résultat void

warning() public méthode

Shows a HTML warning message
public warning ( string $message ) : void
$message string
Résultat void