Flash::getAutoescape

public getAutoescape () Returns the autoescape mode in generated html

Flash::getDI

public getDI () Returns the internal dependency injector

Flash::outputMessage

public string | void outputMessage (mixed $type, string | array $message) Outputs a message formatting it with HTML $flash->outputMessage('error', message);

Flash::getEscaperService

public getEscaperService () Returns the Escaper Service

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

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::getFilters

abstract public getFilters () ...

FilterInterface::add

abstract public add (mixed $name, mixed $handler) ...

FilterInterface::sanitize

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