Mvc\Collection\ManagerInterface::isUsingImplicitObjectIds

abstract public isUsingImplicitObjectIds (Phalcon\Mvc\CollectionInterface $model) ...

Mvc\Collection\ManagerInterface::getLastInitialized

abstract public getLastInitialized () ...

Mvc\Collection\Manager::useImplicitObjectIds

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

Mvc\Collection\Manager::setEventsManager

public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the event manager

Mvc\Collection\Manager::setServiceName

public setServiceName (mixed $serviceName) ...

Mvc\Collection\Manager::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the DependencyInjector container

Mvc\Collection\ManagerInterface

Source on GitHub Methods abstract public setCustomEventsManager (Phalcon\Mvc\CollectionInterface $model, Phalcon\Events\ManagerInterface $eventsManager) ... abstract public getCustomEventsManager (Phalcon\Mvc\CollectionInterface $model) ... abstract public initialize (Phalcon\Mvc\CollectionInterface $model) ... abstract public isInitialized (mixed $modelName) ... abstract public getLastInitialized () ... abstract public setConnectionService (Phalcon\Mvc\CollectionInterface $model, mixed $connec

Mvc\Collection\Manager::isInitialized

public isInitialized (mixed $modelName) Check whether a model is already initialized

Mvc\Collection\Manager::setConnectionService

public setConnectionService (Phalcon\Mvc\CollectionInterface $model, mixed $connectionService) Sets a connection service for a specific model

Mvc\Collection\Manager::setCustomEventsManager

public setCustomEventsManager (Phalcon\Mvc\CollectionInterface $model, Phalcon\Events\ManagerInterface $eventsManager) Sets a custom events manager for a specific model