MediaWiki
REL1_19
|
Public Member Functions | |
doQuery ($db) | |
getType () | |
Get the internal type name of this list. | |
newItem ($row) | |
Create an item object from a DB result row. |
Definition at line 221 of file RevisionList.php.
RevisionList::doQuery | ( | $ | db | ) |
$db | DatabaseBase |
Reimplemented from RevisionListBase.
Definition at line 230 of file RevisionList.php.
References Revision\pageJoinCond(), Revision\selectFields(), Revision\selectUserFields(), and Revision\userJoinCond().
Get the internal type name of this list.
Equal to the table name. Override this function.
Reimplemented from RevisionListBase.
Definition at line 222 of file RevisionList.php.
RevisionList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
$row | stdclass |
Reimplemented from RevisionListBase.
Definition at line 247 of file RevisionList.php.