ManaPHP\Mvc\View\Flash\AdapterInterface::_message PHP Method

_message() public method

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