MediaWiki
REL1_22
|
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 253 of file RevisionList.php.
RevisionList::doQuery | ( | $ | db | ) |
$db | DatabaseBase |
Reimplemented from RevisionListBase.
Definition at line 262 of file RevisionList.php.
Referenced by getType().
Get the internal type name of this list.
Equal to the table name. Override this function.
Reimplemented from RevisionListBase.
Definition at line 254 of file RevisionList.php.
References array(), doQuery(), Revision\pageJoinCond(), Revision\selectFields(), Revision\selectUserFields(), title, and Revision\userJoinCond().
RevisionList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
$row | stdclass |
Reimplemented from RevisionListBase.
Definition at line 279 of file RevisionList.php.