public load (mixed $modelName, [mixed $newInstance]) Loads a model throwing an exception if it doesn’t exist
public keepSnapshots (Phalcon\Mvc\ModelInterface $model, mixed $keepSnapshots) Sets if a model must keep snapshots
final public isVisibleModelProperty (Phalcon\Mvc\ModelInterface $model, mixed $property) Check whether a model property is declared as public. $isPublic = $manager->isVisibleModelProperty(new Robots(), 'name');
public isUsingDynamicUpdate (Phalcon\Mvc\ModelInterface $model) Checks if a model is using dynamic update instead of all-field update
public isKeepingSnapshots (Phalcon\Mvc\ModelInterface $model) Checks if a model is keeping snapshots for the queried records
public isInitialized (mixed $modelName) Check whether a model is already initialized
public initialize (Phalcon\Mvc\ModelInterface $model) Initializes a model in the model manager
public getWriteConnectionService (Phalcon\Mvc\ModelInterface $model) Returns the connection service name used to write data related to a model
public getWriteConnection (Phalcon\Mvc\ModelInterface $model) Returns the connection to write data related to a model
public getReusableRecords (mixed $modelName, mixed $key) Returns a reusable object from the internal list
Page 152 of 382