extends abstract class Phalcon\Flash
implements Phalcon\Di\InjectionAwareInterface, Phalcon\FlashInterface
Temporarily stores the messages in session, then messages can be printed in the next request
Returns the messages stored in session
Stores the messages in session
Adds a message to the session flasher
Checks whether there are messages
Returns the messages in the session flasher
Prints the messages in the session flasher
Clear messages in the session messenger
Phalcon\Flash constructor
Returns the autoescape mode in generated html
Set the autoescape mode in generated html
Returns the Escaper Service
Sets the Escaper Service
Sets the dependency injector
Returns the internal dependency injector
Set whether the output must be implicitly flushed to the output or returned as string
Set if the output must be implicitly formatted with HTML
Set an array with CSS classes to format the messages
Shows a HTML error message
$flash->error("This is an error");
Shows a HTML notice/information message
$flash->notice("This is an information");
Shows a HTML success message
$flash->success("The process was finished successfully");
Shows a HTML warning message
$flash->warning("Hey, this is important");
Outputs a message formatting it with HTML
$flash->outputMessage("error", $message);
© 2011–2017 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/latest/api/Phalcon_Flash_Session.html