MediaWiki
REL1_20
|
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 105 of file TestORMRowTest.php.
TestORMTable::getFieldPrefix | ( | ) | [protected] |
Gets the db field prefix.
Reimplemented from ORMTable.
Definition at line 169 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
Implements IORMTable.
Definition at line 149 of file TestORMRowTest.php.
Returns the name of the database table objects of this type are stored in.
Implements IORMTable.
Definition at line 114 of file TestORMRowTest.php.
Returns the name of a IORMRow implementing class that represents single rows in this table.
Implements IORMTable.
Definition at line 126 of file TestORMRowTest.php.