Previous Page
__destruct()

Solar_Model_Tags_Record
__get()

Next Page
__isset()

__get()

public mixed __get ( string $key )

Magic getter for record properties; automatically calls __getColName() methods when they exist.

Inherited from Solar_Sql_Model_Record.

Parameters

  • (string) $key: The property name.

Returns

  • (mixed) The property value.

Description

Magic getter for record properties; automatically calls __getColName() methods when they exist.