Mvc\Model\MetaData\Xcache::write

public write (string $key, array $data) Writes the metadata to XCache

Cache\Backend\Mongo::save

public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend

Cache\Backend\File::flush

public flush () Immediately invalidates all existing items.

Cache\Backend\Memory::queryKeys

public array queryKeys ([string | int $prefix]) Query the existing cached keys

Mvc\Model\Behavior

implements Phalcon\Mvc\Model\BehaviorInterface Source on GitHub This is an optional base class for ORM behaviors Methods public __construct ([array $options]) protected mustTakeAction (mixed $eventName) Checks whether the behavior must take action on certain event protected array getOptions ([string $eventName]) Returns the behavior options related to an event public notify (mixed $type, Phalcon\Mvc\ModelInterface $model) This method receives the notifications from the EventsManager public miss

Di\Injectable

implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface Source on GitHub This class allows to access services in the services container by just only accessing a public property with the same name of a registered service Methods public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector public getDI () Returns the internal dependency injector public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the event manager public

Mvc\Model::OP_NONE

integer OP_NONE

Mvc\Model\Query\BuilderInterface::OPERATOR_AND

string OPERATOR_AND

Mvc\Model::setSnapshotData

public setSnapshotData (array $data, [array $columnMap]) Sets the record’s snapshot data. This method is used internally to set snapshot data when the model was set up to keep snapshot data

Mvc\Model\Query\Builder::getWhere

public string | array getWhere () Return the conditions for the query