MediaWiki  REL1_22
TestORMTable Class Reference
Inheritance diagram for TestORMTable:
Collaboration diagram for TestORMTable:

List of all members.

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.

Detailed Description

Definition at line 148 of file TestORMRowTest.php.


Member Function Documentation

Gets the db field prefix.

Since:
1.20
Returns:
string

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

Since:
1.20
Returns:
array

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.

Since:
1.20
Returns:
string

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.

Since:
1.20
Returns:
string

Reimplemented from ORMTable.

Definition at line 169 of file TestORMRowTest.php.


The documentation for this class was generated from the following file: