Logger\AdapterInterface::error

abstract public error (mixed $message, [array $context]) ...

Escaper\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

Mvc\Model\Message::getField

public getField () Returns field name related to message

Exception

extends class 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 final publi

EscaperInterface

Source on GitHub Methods abstract public setEncoding (mixed $encoding) ... abstract public getEncoding () ... abstract public setHtmlQuoteType (mixed $quoteType) ... abstract public escapeHtml (mixed $text) ... abstract public escapeHtmlAttr (mixed $text) ... abstract public escapeCss (mixed $css) ... abstract public escapeJs (mixed $js) ... abstract public escapeUrl (mixed $url) ...

Events\EventInterface

Source on GitHub Methods abstract public getData () ... abstract public setData ([mixed $data]) ... abstract public getType () ... abstract public setType (mixed $type) ... abstract public stop () ... abstract public isStopped () ... abstract public isCancelable () ...

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

Mvc\Model::create

public create ([mixed $data], [mixed $whiteList]) Inserts a model instance. If the instance already exists in the persistence it will throw an exception Returning true on success or false otherwise. //Creating a new robot $robot = new Robots(); $robot->type = 'mechanical'; $robot->name = 'Astro Boy'; $robot->year = 1952; $robot->create(); //Passing an array to create $robot = new Robots(); $robot->create(array( 'type' => 'mechanical', 'name' => 'Astro Boy', 'ye

FilterInterface::add

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

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