Overview
Retains metadata about a model table.
Configuration Keys
None.
Constants
None.
Public Properties
These are all the public properties in the Solar_Sql_Model_Metadata class.
You can also view the list of all public, protected, and private properties.
-
$index_info
-
Index information for the table.
-
$table_cols
-
Column descriptions for the table.
-
$table_name
-
The name of the table.
Public Methods
These are all the public methods in the Solar_Sql_Model_Metadata class.
You can also view the list of all public, protected, and private methods.
-
__construct()
-
Constructor.
-
__destruct()
-
Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
-
dump()
-
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
-
locale()
-
Looks up class-specific locale strings based on a key.