|
Previous Page |
Solar_Sql_Model_Collection |
Next Page |
__get()
public
Solar_Sql_Model_Record
__get (
int|string $key
)
Returns a record from the collection based on its key value.
Parameters
- (int|string)
$key: The sequential or associative key value for the record.
Returns
- (Solar_Sql_Model_Record)
Description
Returns a record from the collection based on its key value.
Converts the stored data array to a record of the correct class on-the-fly.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __get()
- __isset()
- __set()
- __unset()
- _exception()
- _postDelete()
- _postSave()
- _preDelete()
- _preSave()
- apiVersion()
- count()
- current()
- delete()
- dump()
- getModel()
- key()
- load()
- loadRelated()
- locale()
- next()
- offsetExists()
- offsetGet()
- offsetSet()
- offsetUnset()
- rewind()
- save()
- setModel()
- toArray()
- valid()