MediaWiki  REL1_24
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 100 of file ORMTableTest.php.


Member Function Documentation

See also:
ORMTable::getFieldPrefix
Returns:
string

Reimplemented from ORMTable.

Definition at line 147 of file ORMTableTest.php.

See also:
ORMTable::getFields
Returns:
array

Reimplemented from ORMTable.

Definition at line 134 of file ORMTableTest.php.

References array().

See also:
ORMTable::getName
Returns:
string

Reimplemented from ORMTable.

Definition at line 107 of file ORMTableTest.php.

See also:
ORMTable::getRowClass
Returns:
string

Reimplemented from ORMTable.

Definition at line 116 of file ORMTableTest.php.

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

Reimplemented from ORMTable.

Definition at line 125 of file ORMTableTest.php.

References Title\makeTitle().


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