PHP Class ManaPHP\Mvc\View\Flash\Adapter\Direct

Inheritance: extends ManaPHP\Mvc\View\Flash
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_messages string[]

Méthodes publiques

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

Method Details

_message() public méthode

Outputs a message
public _message ( string $type, string $message ) : void
$type string
$message string
Résultat void

_output() public méthode

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

Property Details

$_messages protected_oe property

protected string[] $_messages
Résultat string[]