public getLastQuery () Returns the last query created or executed in the models manager
public getLastInitialized () Get last initialized model
public getHasOneRecords (mixed $method, mixed $modelName, mixed $modelRelation, Phalcon\Mvc\ModelInterface $record, [mixed $parameters]) Gets belongsTo related records from a model
public getHasOneAndHasMany (Phalcon\Mvc\ModelInterface $model) Gets hasOne relations defined on a model
public getHasOne (Phalcon\Mvc\ModelInterface $model) Gets hasOne relations defined on a model
public getHasManyToMany (Phalcon\Mvc\ModelInterface $model) Gets hasManyToMany relations defined on a model
public getHasManyRecords (mixed $method, mixed $modelName, mixed $modelRelation, Phalcon\Mvc\ModelInterface $record, [mixed $parameters]) Gets hasMany related records from a model
public getHasMany (Phalcon\Mvc\ModelInterface $model) Gets hasMany relations defined on a model
public getEventsManager () Returns the internal event manager
public getDI () Returns the DependencyInjector container
Page 154 of 382