Previous Page
offsetGet()

Solar_Example_Model_TestSolarFoo_Collection
offsetSet()

Next Page
offsetUnset()

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.