Class Models
Models manager.
Extends the ActiveRecord manager to handle module defined models.
- ICanBoogie\ActiveRecord\Models implements ArrayAccess
- ICanBoogie\Models
Methods summary
public
|
#
__construct(
Initializes the |
public
boolean
|
#
offsetExists( mixed $id )
Checks if a model exists by first checking if the module it belongs to is enabled and that it actually defines the model. |
public
|
Methods inherited from ICanBoogie\ActiveRecord\Models
__get()
,
offsetSet()
,
offsetUnset()
Magic methods summary
Properties summary
protected
|
$modules |
#
The modules accessor. |
Properties inherited from ICanBoogie\ActiveRecord\Models
$connections
,
$definitions
,
$instances