Previous Page
__isset()

Solar_Example_Model_TestSolarSqlDescribe_Record
__set()

Next Page
__unset()

__set()

public void __set ( string $key, mixed $val )

Magic setter for record properties; automatically calls __setColName() methods when they exist.

Inherited from Solar_Sql_Model_Record.

Parameters

  • (string) $key: The property name.
  • (mixed) $val: The value to set.

Returns

  • (void)

Description

Magic setter for record properties; automatically calls __setColName() methods when they exist.