Assets\Collection::count

public count () Returns the number of elements in the form

Mvc\Collection\Manager::useImplicitObjectIds

public useImplicitObjectIds (Phalcon\Mvc\CollectionInterface $model, mixed $useImplicitObjectIds) Sets whether a model must use implicit objects ids

Mvc\Model\MetaData::reset

public reset () Resets internal meta-data in order to regenerate it $metaData->reset();

Mvc\Model\Manager::isKeepingSnapshots

public isKeepingSnapshots (Phalcon\Mvc\ModelInterface $model) Checks if a model is keeping snapshots for the queried records

Mvc\DispatcherInterface::getLastController

abstract public getLastController () ...

Mvc\DispatcherInterface::setDefaultController

abstract public setDefaultController (mixed $controllerName) ...

Db\ColumnInterface::isFirst

abstract public isFirst () ...

Assets Management

Phalcon\Assets is a component that allows you to manage static resources such as CSS stylesheets or JavaScript libraries in a web application. Phalcon\Assets\Manager is available in the services container, so you can add resources from any part of the application where the container is available. Adding Resources Assets supports two built-in resources: CSS and JavaScripts. You can create other resources if you need. The assets manager internally stores two default collections of resources - one

Events\ManagerInterface::attach

abstract public attach (mixed $eventType, mixed $handler) ...

Mvc\View::getContent

public getContent () Returns cached output from another view stage