abstract public static find ([mixed $parameters]) ...
abstract public attempt (mixed $name, mixed $definition, [mixed $shared]) ...
public getModel () Returns the model that produced the message
public static upper (mixed $str, [mixed $encoding]) Uppercases a string, this function makes use of the mbstring extension if available echo Phalcon\Text::upper("hello"); // HELLO
public string | void outputMessage (mixed $type, string | array $message) Outputs a message formatting it with HTML $flash->outputMessage('error', message);
public string format (string $message, int $type, int $timestamp, [array $context]) Applies a format to a message before sending it to the log
public setWriteConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets write connection service for a model
public getAcceptableContent () Gets an array with mime/types and their quality accepted by the browser/client from _SERVER[“HTTP_ACCEPT”]
public array getResponses () Returns all the responses returned by every handler executed by the last ‘fire’ executed
abstract public update (mixed $table, mixed $fields, mixed $values, [mixed $whereCondition], [mixed $dataTypes]) ...
Page 227 of 382