|
Previous Page |
Solar_Sql_Model_Record |
Next Page |
setModel()
public
void
setModel (
Solar_Sql_Model $model
)
Injects the model from which the data originates.
Parameters
- (Solar_Sql_Model)
$model: The origin model object.
Returns
- (void)
Description
Injects the model from which the data originates.
Also loads accessor method lists for column and related properties.
These let users override how the column properties are accessed through the magic __get, __set, etc. methods.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __get()
- __isset()
- __set()
- __unset()
- _checkDeleted()
- _exception()
- _insert()
- _postDelete()
- _postFilter()
- _postInsert()
- _postSave()
- _postUpdate()
- _preDelete()
- _preFilter()
- _preInsert()
- _preSave()
- _preUpdate()
- _update()
- apiVersion()
- count()
- current()
- delete()
- dump()
- filter()
- form()
- getInvalid()
- getModel()
- getRelatedPage()
- getStatus()
- key()
- load()
- locale()
- next()
- offsetExists()
- offsetGet()
- offsetSet()
- offsetUnset()
- refresh()
- rewind()
- save()
- setInvalid()
- setInvalids()
- setModel()
- setRelatedPage()
- setStatus()
- toArray()
- valid()