\ManaPHP\Mvc\ViewFlashInterface

Summary

Methods
Constants
error()
notice()
success()
warning()
output()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

error()

error(string  $message) : void

Shows a HTML error message

Parameters

string $message

notice()

notice(string  $message) : void

Shows a HTML notice/information message

Parameters

string $message

success()

success(string  $message) : void

Shows a HTML success message

Parameters

string $message

warning()

warning(string  $message) : void

Shows a HTML warning message

Parameters

string $message

output()

output(boolean  $remove = true) : void

Prints the messages in the session flasher

Parameters

boolean $remove