Mvc\Collection\ManagerInterface::getConnection

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

Mvc\Collection\ManagerInterface::addBehavior

abstract public addBehavior (Phalcon\Mvc\CollectionInterface $model, Phalcon\Mvc\Collection\BehaviorInterface $behavior) ...

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::useImplicitObjectIds

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

Mvc\Collection\Manager::setServiceName

public setServiceName (mixed $serviceName) ...

Mvc\Collection\Manager::setEventsManager

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

Mvc\Collection\Manager::setDI

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

Mvc\Collection\Manager::setCustomEventsManager

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

Mvc\Collection\Manager::setConnectionService

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

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