PHP Interface ManaPHP\Mvc\View\Flash\AdapterInterface

Show file Open project: manaphp/manaphp

Public Methods

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

Method Details

_message() public method

public _message ( string $type, string $message ) : mixed
$type string
$message string
return mixed

_output() public method

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