|
Previous Page |
Solar_Model_Nodes_Record |
Next Page |
setModel()
public
void
setModel (
Solar_Sql_Model $model
)
Injects the model from which the data originates.
Inherited from Solar_Sql_Model_Record.
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()
- __getTagsAsString()
- __isset()
- __set()
- __setTagsAsString()
- __unset()
- _checkDeleted()
- _exception()
- _insert()
- _postDelete()
- _postFilter()
- _postInsert()
- _postSave()
- _postSaveRelated()
- _postUpdate()
- _preDelete()
- _preFilter()
- _preInsert()
- _preSave()
- _preSaveRelated()
- _preUpdate()
- _save()
- _saveRelated()
- _update()
- addFilter()
- apiVersion()
- count()
- current()
- delete()
- dump()
- filter()
- form()
- getChanged()
- getInvalid()
- getModel()
- getPrimaryCol()
- getPrimaryVal()
- getSaveException()
- getStatus()
- increment()
- isChanged()
- key()
- load()
- locale()
- next()
- offsetExists()
- offsetGet()
- offsetSet()
- offsetUnset()
- refresh()
- rewind()
- save()
- saveInTransaction()
- setInvalid()
- setInvalids()
- setModel()
- setStatus()
- toArray()
- valid()