Solar_Sql_Model_Collection::offsetSet()

public void Solar_Sql_Model_Collection::offsetSet ( string $key , string $val )

ArrayAccess: set a key value; appends to the array when using [] notation.

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