Solar_Sql_Model_Record::__get()
public
mixed
Solar_Sql_Model_Record::__get
( string $key
)
Magic getter for record properties; automatically calls __getColName() methods when they exist.
Parameters
(string)
$key
: The property name.
Returns
(mixed) The property value.
Description
Magic getter for record properties; automatically calls __getColName() methods when they exist.