public setModelSchema (Phalcon\Mvc\ModelInterface $model, mixed $schema) Sets the mapped schema for a model
public setReadConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets read connection service for a model
public setWriteConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets write connection service for a model
public setReusableRecords (mixed $modelName, mixed $key, mixed $records) Stores a reusable record in the internal list
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
public setConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets both write and read connection service for a model
public setDI (Phalcon\DiInterface $dependencyInjector) Sets the DependencyInjector container
public registerNamespaceAlias (mixed $alias, mixed $namespaceName) Registers shorter aliases for namespaces in PHQL statements
public setCustomEventsManager (Phalcon\Mvc\ModelInterface $model, Phalcon\Events\ManagerInterface $eventsManager) Sets a custom events manager for a specific model
public keepSnapshots (Phalcon\Mvc\ModelInterface $model, mixed $keepSnapshots) Sets if a model must keep snapshots
Page 151 of 382