MediaWiki  master
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 106 of file TestORMRowTest.php.


Member Function Documentation

Gets the db field prefix.

Since:
1.20
Returns:
string

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

Since:
1.20
Returns:
array

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.

Since:
1.20
Returns:
string

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.

Since:
1.20
Returns:
string

Implements IORMTable.

Definition at line 127 of file TestORMRowTest.php.


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