Mvc\Collection\Manager::isUsingImplicitObjectIds

public isUsingImplicitObjectIds (Phalcon\Mvc\CollectionInterface $model) Checks if a model is using implicit object ids

Mvc\Collection\Manager::missingMethod

public missingMethod (Phalcon\Mvc\CollectionInterface $model, mixed $eventName, mixed $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that at least one was implemented

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

public getCustomEventsManager (Phalcon\Mvc\CollectionInterface $model) Returns a custom events manager related to a model

Mvc\Collection\Manager::getServiceName

public getServiceName () ...

Mvc\Collection\Manager::getConnectionService

public getConnectionService (Phalcon\Mvc\CollectionInterface $model) Gets a connection service for a specific model

Mvc\Collection\Manager::getLastInitialized

public getLastInitialized () Get the latest initialized model

Mvc\Collection\Manager::getEventsManager

public getEventsManager () Returns the internal event manager

Mvc\Collection\Manager::getDI

public getDI () Returns the DependencyInjector container

Mvc\Collection\Manager::initialize

public initialize (Phalcon\Mvc\CollectionInterface $model) Initializes a model in the models manager