Filter\UserFilterInterface::filter

abstract public filter (mixed $value) ...

Mvc\Model\Manager

implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface Source on GitHub This components controls the initialization of models, keeping record of relations between the different models of the application. A ModelsManager is injected to a model via a Dependency Injector/Services Container such as Phalcon\Di. use Phalcon\Di; use Phalcon\Mvc\Model\Manager as ModelsManager; $di = new Di(); $di->set('modelsManager', function() {

Mvc\Collection\Behavior\Timestampable::notify

public notify (mixed $type, Phalcon\Mvc\CollectionInterface $model) Listens for notifications from the models manager

Flash::setAutoescape

public setAutoescape (mixed $autoescape) Set the autoescape mode in generated html

Http\Response::getContent

public getContent () Gets the HTTP response body

Mvc\Model\MetaData\Libmemcached::MODELS_AUTOMATIC_DEFAULT_INSERT

integer MODELS_AUTOMATIC_DEFAULT_INSERT

Mvc\Model\Query\Builder::betweenWhere

public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum, [mixed $operator]) Appends a BETWEEN condition to the current conditions $builder->betweenWhere('price', 100.25, 200.50);

Cache\Frontend\Json::isBuffering

public isBuffering () Check whether if frontend is buffering output

Db\IndexInterface::__set_state

abstract public static __set_state (array $data) ...

Filter\UserFilterInterface

Source on GitHub Methods abstract public filter (mixed $value) ...