public warning (mixed $message) Shows a HTML warning message $flash->warning('Hey, this is important');
public success (mixed $message) Shows a HTML success message $flash->success('The process was finished successfully');
public setImplicitFlush (mixed $implicitFlush) Set whether the output must be implicitly flushed to the output or returned as string
public setEscaperService (Phalcon\EscaperInterface $escaperService) Sets the Escaper Service
public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector
public setCssClasses (array $cssClasses) Set an array with CSS classes to format the messages
public setAutomaticHtml (mixed $automaticHtml) Set if the output must be implicitly formatted with HTML
public setAutoescape (mixed $autoescape) Set the autoescape mode in generated html
public string | void outputMessage (mixed $type, string | array $message) Outputs a message formatting it with HTML $flash->outputMessage('error', message);
public notice (mixed $message) Shows a HTML notice/information message $flash->notice('This is an information');
Page 256 of 382