MediaWiki
master
|
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 106 of file TestORMRowTest.php.
TestORMTable::getFieldPrefix | ( | ) | [protected] |
Gets the db field prefix.
Reimplemented from ORMTable.
Definition at line 170 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 150 of file TestORMRowTest.php.
References array().
Returns the name of the database table objects of this type are stored in.
Implements IORMTable.
Definition at line 115 of file TestORMRowTest.php.
Returns the name of a IORMRow implementing class that represents single rows in this table.
Implements IORMTable.
Definition at line 127 of file TestORMRowTest.php.