Flash::getEscaperService

public getEscaperService () Returns the Escaper Service

Flash::getDI

public getDI () Returns the internal dependency injector

Flash::getAutoescape

public getAutoescape () Returns the autoescape mode in generated html

Flash::error

public error (mixed $message) Shows a HTML error message $flash->error('This is an error');

Flash::clear

public clear () Clears accumulated messages when implicit flush is disabled

Flash

implements Phalcon\Di\InjectionAwareInterface Source on GitHub Shows HTML notifications related to different circumstances. Classes can be stylized using CSS $flash->success("The record was successfully deleted"); $flash->error("Cannot open the file"); Methods public __construct ([mixed $cssClasses]) Phalcon\Flash constructor public getAutoescape () Returns the autoescape mode in generated html public setAutoescape (mixed $autoescape) Set the autoescape mode in generated html public get

Filter\UserFilterInterface::filter

abstract public filter (mixed $value) ...

Filter\UserFilterInterface

Source on GitHub Methods abstract public filter (mixed $value) ...

Filter\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

FilterInterface::sanitize

abstract public sanitize (mixed $value, mixed $filters) ...