Flash\Direct::output

public output ([mixed $remove]) Prints the messages accumulated in the flasher

Flash\Direct::message

public message (mixed $type, mixed $message) Outputs a message

Flash\Direct

extends abstract class Phalcon\Flash implements Phalcon\Di\InjectionAwareInterface, Phalcon\FlashInterface Source on GitHub This is a variant of the Phalcon\Flash that immediately outputs any message passed to it Methods public message (mixed $type, mixed $message) Outputs a message public output ([mixed $remove]) Prints the messages accumulated in the flasher public __construct ([mixed $cssClasses]) inherited from Phalcon\Flash Phalcon\Flash constructor public getAutoescape () inherited from

FlashInterface::warning

abstract public warning (mixed $message) ...

FlashInterface::success

abstract public success (mixed $message) ...

FlashInterface::notice

abstract public notice (mixed $message) ...

FlashInterface::message

abstract public message (mixed $type, mixed $message) ...

FlashInterface::error

abstract public error (mixed $message) ...

FlashInterface

Source on GitHub Methods abstract public error (mixed $message) ... abstract public notice (mixed $message) ... abstract public success (mixed $message) ... abstract public warning (mixed $message) ... abstract public message (mixed $type, mixed $message) ...

Flashing Messages

Flash messages are used to notify the user about the state of actions he/she made or simply show information to the users. These kinds of messages can be generated using this component. Adapters This component makes use of adapters to define the behavior of the messages after being passed to the Flasher: Adapter Description API Direct Directly outputs the messages passed to the flasher Phalcon\Flash\Direct Session Temporarily stores the messages in session, then messages can be printed in the n