Validation\Validator\CreditCard::validate

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

Mvc\Model::fireEvent

public fireEvent (mixed $eventName) Fires an event, implicitly calls behaviors and listeners in the events manager are notified

Model Events

Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used to define business rules. The following are the events supported by Phalcon\Mvc\Model and their order of execution: Operation Name Can stop operation? Explanation Inserting/Updating beforeValidation YES Is executed before the fields are validated for not nulls/empty strings or foreign keys Inserting beforeValidationOnCreate YES Is executed before the fiel

Http\Cookie::setExpiration

public setExpiration (mixed $expire) Sets the cookie’s expiration time

Cache\Frontend\Json::stop

public stop () Stops output frontend

Mvc\View\Engine\Volt\Compiler::compileString

public compileString (mixed $viewCode, [mixed $extendsMode]) Compiles a template into a string echo $compiler->compileString('{{ "hello world" }}');

Http\RequestInterface::getUploadedFiles

abstract public getUploadedFiles ([mixed $onlySuccessful]) ...

Validation\Message::getCode

public getCode () Returns the message code

Mvc\ModelInterface::minimum

abstract public static minimum ([mixed $parameters]) ...

Mvc\Model\MetaData\Memory

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in memory. Data will be erased when the request finishes Constants integer MODELS_ATTRIBUTES integer MODELS_PRIMARY_KEY integer MODELS_NON_PRIMARY_KEY integer MODELS_NOT_NULL integer MODELS_DATA_TYPES integer MODELS_DATA_TYPES_NUMERIC integer MODELS_DATE_AT integer MODELS_DATE_IN integer MODELS_IDENTITY_COLU