Mvc\Model\Manager::setModelSchema

public setModelSchema (Phalcon\Mvc\ModelInterface $model, mixed $schema) Sets the mapped schema for a model

Mvc\Model\Manager::setReadConnectionService

public setReadConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets read connection service for a model

Mvc\Model\Manager::setWriteConnectionService

public setWriteConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets write connection service for a model

Mvc\Model\Manager::setReusableRecords

public setReusableRecords (mixed $modelName, mixed $key, mixed $records) Stores a reusable record in the internal list

Mvc\Model\Manager::notifyEvent

public notifyEvent (mixed $eventName, Phalcon\Mvc\ModelInterface $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\Manager::setConnectionService

public setConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets both write and read connection service for a model

Mvc\Model\Manager::setDI

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

Mvc\Model\Manager::registerNamespaceAlias

public registerNamespaceAlias (mixed $alias, mixed $namespaceName) Registers shorter aliases for namespaces in PHQL statements

Mvc\Model\Manager::setCustomEventsManager

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

Mvc\Model\Manager::keepSnapshots

public keepSnapshots (Phalcon\Mvc\ModelInterface $model, mixed $keepSnapshots) Sets if a model must keep snapshots