MediaWiki REL1_32
|
List for revision table items for a single page. More...
Public Member Functions | |
__construct (IContextSource $context, Title $title) | |
Construct a revision list for a given title. | |
current () | |
Get the current list item, or false if we are at the end. | |
doQuery ( $db) | |
Do the DB query to iterate through the objects. | |
filterByIds (array $ids) | |
Select items only where the ID is any of the specified values. | |
getType () | |
Get the internal type name of this list. | |
key () | |
length () | |
Get the number of items in the list. | |
newItem ( $row) | |
Create an item object from a DB result row. | |
next () | |
Move the iteration pointer to the next list item, and return it. | |
reset () | |
Start iteration. | |
rewind () | |
valid () | |
Public Member Functions inherited from ContextSource | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. | |
getConfig () | |
getContext () | |
Get the base IContextSource object. | |
getLanguage () | |
getOutput () | |
getRequest () | |
getSkin () | |
getStats () | |
getTiming () | |
getTitle () | |
getUser () | |
getWikiPage () | |
Get the WikiPage object. | |
msg ( $key) | |
Get a Message object with context set Parameters are the same as wfMessage() | |
setContext (IContextSource $context) | |
Public Attributes | |
Title | $title |
Protected Member Functions | |
initCurrent () | |
Initialise the current iteration pointer. | |
Protected Attributes | |
bool Revision | $current |
array | $ids |
ResultWrapper bool | $res |
List for revision table items for a single page.
Definition at line 30 of file RevisionList.php.
RevisionListBase::__construct | ( | IContextSource | $context, |
Title | $title | ||
) |
Construct a revision list for a given title.
IContextSource | $context | |
Title | $title |
Definition at line 48 of file RevisionList.php.
References $title, ContextSource\setContext(), and title.
RevisionListBase::current | ( | ) |
Get the current list item, or false if we are at the end.
Definition at line 104 of file RevisionList.php.
References $current.
Referenced by initCurrent(), ChangeTagsLogList\updateChangeTagsOnAll(), and ChangeTagsRevisionList\updateChangeTagsOnAll().
|
abstract |
Do the DB query to iterate through the objects.
IDatabase | $db | DB object to use for the query |
Reimplemented in ChangeTagsLogList, ChangeTagsRevisionList, RevDelArchivedFileList, RevDelArchiveList, RevDelFileList, RevDelLogList, RevDelRevisionList, and RevisionList.
Referenced by ChangeTagsList\reloadFromMaster(), RevDelList\reloadFromMaster(), reset(), and RevDelList\setVisibility().
RevisionListBase::filterByIds | ( | array | $ids | ) |
Select items only where the ID is any of the specified values.
array | $ids |
Definition at line 57 of file RevisionList.php.
References $ids.
RevisionListBase::getType | ( | ) |
Get the internal type name of this list.
Equal to the table name. Override this function.
Reimplemented in ChangeTagsLogList, ChangeTagsRevisionList, RevDelArchivedFileList, RevDelArchiveList, RevDelFileList, RevDelLogList, RevDelRevisionList, and RevisionList.
Definition at line 66 of file RevisionList.php.
Referenced by RevDelList\getLogParams(), and RevDelList\updateLog().
|
protected |
RevisionListBase::key | ( | ) |
Definition at line 118 of file RevisionList.php.
RevisionListBase::length | ( | ) |
|
abstract |
Create an item object from a DB result row.
object | $row |
Reimplemented in ChangeTagsLogList, ChangeTagsRevisionList, RevDelArchivedFileList, RevDelArchiveList, RevDelFileList, RevDelLogList, RevDelRevisionList, and RevisionList.
Referenced by initCurrent().
RevisionListBase::next | ( | ) |
Move the iteration pointer to the next list item, and return it.
Definition at line 112 of file RevisionList.php.
References $current, and initCurrent().
Referenced by ChangeTagsLogList\updateChangeTagsOnAll(), and ChangeTagsRevisionList\updateChangeTagsOnAll().
RevisionListBase::reset | ( | ) |
Start iteration.
This must be called before current() or next().
Definition at line 86 of file RevisionList.php.
References $current, DB_REPLICA, doQuery(), initCurrent(), and wfGetDB().
Referenced by rewind(), ChangeTagsLogList\updateChangeTagsOnAll(), and ChangeTagsRevisionList\updateChangeTagsOnAll().
RevisionListBase::rewind | ( | ) |
Definition at line 96 of file RevisionList.php.
References reset().
RevisionListBase::valid | ( | ) |
Definition at line 122 of file RevisionList.php.
|
protected |
Definition at line 41 of file RevisionList.php.
|
protected |
Definition at line 35 of file RevisionList.php.
Referenced by ChangeTagsList\__construct(), RevDelList\__construct(), ChangeTagsLogList\doQuery(), ChangeTagsRevisionList\doQuery(), RevDelArchivedFileList\doQuery(), RevDelLogList\doQuery(), RevDelRevisionList\doQuery(), ChangeTagsList\factory(), filterByIds(), RevDelLogList\suggestTarget(), and RevDelRevisionList\suggestTarget().
|
protected |
Definition at line 38 of file RevisionList.php.
Title RevisionListBase::$title |
Definition at line 32 of file RevisionList.php.
Referenced by __construct(), ChangeTagsList\__construct(), RevDelList\__construct(), and ChangeTagsList\factory().