MediaWiki  REL1_22
PageORMTableForTesting Class Reference

Dummy ORM table for testing, reading Title objects from the page table. More...

Inheritance diagram for PageORMTableForTesting:
Collaboration diagram for PageORMTableForTesting:

List of all members.

Public Member Functions

 getFields ()
 getName ()
 getRowClass ()
 newRow (array $data, $loadDefaults=false)

Protected Member Functions

 getFieldPrefix ()

Detailed Description

Dummy ORM table for testing, reading Title objects from the page table.

Since:
1.21

Definition at line 96 of file ORMTableTest.php.


Member Function Documentation

See also:
ORMTable::getFieldPrefix
Returns:
string

Reimplemented from ORMTable.

Definition at line 143 of file ORMTableTest.php.

See also:
ORMTable::getFields
Returns:
array

Reimplemented from ORMTable.

Definition at line 130 of file ORMTableTest.php.

References array().

See also:
ORMTable::getName
Returns:
string

Reimplemented from ORMTable.

Definition at line 103 of file ORMTableTest.php.

See also:
ORMTable::getRowClass
Returns:
string

Reimplemented from ORMTable.

Definition at line 112 of file ORMTableTest.php.

PageORMTableForTesting::newRow ( array data,
loadDefaults = false 
)
See also:
ORMTable::newRow
Returns:
IORMRow

Reimplemented from ORMTable.

Definition at line 121 of file ORMTableTest.php.

References Title\makeTitle().


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