PHP Interface ManaPHP\Mvc\View\Flash\AdapterInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
_message ( string $type, string $message ) : mixed
_output ( $remove = true ) : void Prints the messages in the session flasher

Method Details

_message() public méthode

public _message ( string $type, string $message ) : mixed
$type string
$message string
Résultat mixed

_output() public méthode

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