Mvc\Collection\Manager::notifyEvent

public notifyEvent (mixed $eventName, Phalcon\Mvc\CollectionInterface $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model

Mvc\Model\MetaData\Xcache

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in the XCache cache. Data will erased if the web server is restarted By default meta-data is stored for 48 hours (172800 seconds) You can query the meta-data by printing xcache_get(‘$PMM$’) or xcache_get(‘$PMM$my-app-id’) $metaData = new Phalcon\Mvc\Model\Metadata\Xcache(array( 'prefix' => 'my-app-id', 'lifetime'

Cache\Backend\Mongo::get

public get (mixed $keyName, [mixed $lifetime]) Returns a cached content

Mvc\View::exists

public exists (mixed $view) Checks whether view exists

Cache\BackendInterface::getOptions

abstract public getOptions () ...

Cache\Frontend\Output::start

public start () Starts output frontend. Currently, does nothing

Db\Adapter::modifyColumn

public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnInterface $currentColumn]) Modifies a table column based on a definition

Db\AdapterInterface::viewExists

abstract public viewExists (mixed $viewName, [mixed $schemaName]) ...

Mvc\Model\MetaData\Strategy\Introspection::getColumnMaps

final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be inferred

Cache\FrontendInterface::beforeStore

abstract public beforeStore (mixed $data) ...