extends abstract class Phalcon\Flash
implements Phalcon\FlashInterface
This is a variant of the Phalcon\Flash that immediately outputs any message passed to it
Outputs a message
Phalcon\Flash constructor
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–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Flash_Direct.html