MediaWiki
REL1_22
|
Public Member Functions | |
getFields () | |
Returns an array with the fields and their types this object contains. | |
getName () | |
Returns the name of the database table objects of this type are stored in. | |
getRowClass () | |
Returns the name of a IORMRow implementing class that represents single rows in this table. | |
Protected Member Functions | |
getFieldPrefix () | |
Gets the db field prefix. |
Definition at line 148 of file TestORMRowTest.php.
TestORMTable::getFieldPrefix | ( | ) | [protected] |
Gets the db field prefix.
Reimplemented from ORMTable.
Definition at line 212 of file TestORMRowTest.php.
Returns an array with the fields and their types this object contains.
This corresponds directly to the fields in the database, without prefix.
field name => type
Allowed types: * id * str * int * float * bool * array * blob
Reimplemented from ORMTable.
Definition at line 192 of file TestORMRowTest.php.
References array().
Returns the name of the database table objects of this type are stored in.
Reimplemented from ORMTable.
Definition at line 157 of file TestORMRowTest.php.
Returns the name of a IORMRow implementing class that represents single rows in this table.
Reimplemented from ORMTable.
Definition at line 169 of file TestORMRowTest.php.