Mvc\Model\Validator\Uniqueness::validate

public validate (Phalcon\Mvc\EntityInterface $record) Executes the validator

Logger\Formatter\Line::setDateFormat

public setDateFormat (mixed $dateFormat) Default date format

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

Http\Cookie::delete

public delete () Deletes the cookie by setting an expire time in the past

Mvc\Model\MetaData\Memcache::MODELS_DATE_IN

integer MODELS_DATE_IN

Assets\Collection::addInlineCss

public addInlineCss (mixed $content, [mixed $filter], [mixed $attributes]) Adds an inline CSS to the collection

Mvc\Micro\CollectionInterface::delete

abstract public delete (mixed $routePattern, mixed $handler, [mixed $name]) ...

Db\Adapter::update

public boolean update (string | array $table, array $fields, array $values, [string | array $whereCondition], [array $dataTypes]) Updates data on a table using custom RBDM SQL syntax //Updating existing robot $success = $connection->update( "robots", array("name"), array("New Astro Boy"), "id = 101" ); //Next SQL sentence is sent to the database system UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 //Updating existing robot with array condition and $dataTypes $success =

Mvc\Model\MetaDataInterface::reset

abstract public reset () ...

Validation\Validator\CreditCard::validate

public validate (Phalcon\Validation $validation, mixed $field) Executes the validation