|
Previous Page |
Solar_Example_Model_Taggings_Collection |
Next Page |
offsetSet()
public
void
offsetSet (
string $key,
string $val
)
ArrayAccess: set a key value; appends to the array when using [] notation.
Inherited from Solar_Sql_Model_Collection.
Parameters
- (string)
$key: The requested key. - (string)
$val: The value to set it to.
Returns
- (void)
Description
ArrayAccess: set a key value; appends to the array when using [] notation.
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()