|
MediaWiki master
|
List for revision table items for a single page. More...
Inherits MediaWiki\Context\ContextSource, and Iterator.
Inherited by MediaWiki\ChangeTags\ChangeTagsList, MediaWiki\RevisionList\RevisionList, and RevDelList.

Public Member Functions | |
| __construct (IContextSource $context, PageIdentity $page) | |
| Construct a revision list for a given page identity. | |
| 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. | |
| getPage () | |
| getPageName () | |
| 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 MediaWiki\Context\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. | |
| getActionName () | |
| Get the action name for the current web request. | |
| getAuthority () | |
| getConfig () | |
| getContext () | |
| Get the base IContextSource object. | |
| getCsrfTokenSet () | |
| Get a repository to obtain and match CSRF tokens. | |
| getLanguage () | |
| getLanguageCode () | |
| getOutput () | |
| getRequest () | |
| getSkin () | |
| getTiming () | |
| getTitle () | |
| getUser () | |
| getWikiPage () | |
| Get the WikiPage object. | |
| msg ( $key,... $params) | |
| Get a Message object with context set Parameters are the same as wfMessage() | |
| setContext (IContextSource $context) | |
Protected Member Functions | |
| initCurrent () | |
| Initialise the current iteration pointer. | |
Protected Attributes | |
| RevisionItemBase false | $current |
| int[] null | $ids |
| PageIdentity | $page |
| IResultWrapper false | $res |
List for revision table items for a single page.
Definition at line 25 of file RevisionListBase.php.
| MediaWiki\RevisionList\RevisionListBase::__construct | ( | IContextSource | $context, |
| PageIdentity | $page ) |
Construct a revision list for a given page identity.
| IContextSource | $context | |
| PageIdentity | $page |
Definition at line 45 of file RevisionListBase.php.
References MediaWiki\RevisionList\RevisionListBase\$page, and MediaWiki\Context\ContextSource\setContext().
| MediaWiki\RevisionList\RevisionListBase::current | ( | ) |
Get the current list item, or false if we are at the end.
Definition at line 126 of file RevisionListBase.php.
Referenced by MediaWiki\ChangeTags\ChangeTagsLogList\updateChangeTagsOnAll(), and MediaWiki\ChangeTags\ChangeTagsRevisionList\updateChangeTagsOnAll().
|
abstract |
Do the DB query to iterate through the objects.
| IReadableDatabase | $db | DB object to use for the query |
Reimplemented in MediaWiki\ChangeTags\ChangeTagsLogList, MediaWiki\ChangeTags\ChangeTagsRevisionList, RevDelArchivedFileList, RevDelArchiveList, RevDelFileList, RevDelLogList, RevDelRevisionList, and MediaWiki\RevisionList\RevisionList.
Referenced by MediaWiki\ChangeTags\ChangeTagsList\reloadFromPrimary(), and RevDelList\setVisibility().
| MediaWiki\RevisionList\RevisionListBase::filterByIds | ( | array | $ids | ) |
Select items only where the ID is any of the specified values.
| int[] | $ids |
Definition at line 77 of file RevisionListBase.php.
| MediaWiki\RevisionList\RevisionListBase::getPage | ( | ) |
Definition at line 61 of file RevisionListBase.php.
Referenced by RevDelArchiveList\doQuery(), RevDelRevisionList\emitEvents(), and RevDelArchiveItem\initRevisionRecord().
| MediaWiki\RevisionList\RevisionListBase::getPageName | ( | ) |
Definition at line 69 of file RevisionListBase.php.
| MediaWiki\RevisionList\RevisionListBase::getType | ( | ) |
Get the internal type name of this list.
Equal to the table name. Override this function.
Reimplemented in MediaWiki\ChangeTags\ChangeTagsLogList, MediaWiki\ChangeTags\ChangeTagsRevisionList, RevDelArchivedFileList, RevDelArchiveList, RevDelFileList, RevDelLogList, RevDelRevisionList, and MediaWiki\RevisionList\RevisionList.
Definition at line 86 of file RevisionListBase.php.
|
protected |
Initialise the current iteration pointer.
Definition at line 93 of file RevisionListBase.php.
| MediaWiki\RevisionList\RevisionListBase::key | ( | ) |
Definition at line 142 of file RevisionListBase.php.
| MediaWiki\RevisionList\RevisionListBase::length | ( | ) |
Get the number of items in the list.
Definition at line 154 of file RevisionListBase.php.
|
abstract |
Create an item object from a DB result row.
| stdClass | $row |
Reimplemented in MediaWiki\ChangeTags\ChangeTagsLogList, MediaWiki\ChangeTags\ChangeTagsRevisionList, RevDelArchivedFileList, RevDelArchiveList, RevDelFileList, RevDelLogList, RevDelRevisionList, and MediaWiki\RevisionList\RevisionList.
| MediaWiki\RevisionList\RevisionListBase::next | ( | ) |
Move the iteration pointer to the next list item, and return it.
Definition at line 136 of file RevisionListBase.php.
Referenced by MediaWiki\ChangeTags\ChangeTagsLogList\updateChangeTagsOnAll(), and MediaWiki\ChangeTags\ChangeTagsRevisionList\updateChangeTagsOnAll().
| MediaWiki\RevisionList\RevisionListBase::reset | ( | ) |
Start iteration.
This must be called before current() or next().
Definition at line 105 of file RevisionListBase.php.
Referenced by MediaWiki\ChangeTags\ChangeTagsLogList\updateChangeTagsOnAll(), and MediaWiki\ChangeTags\ChangeTagsRevisionList\updateChangeTagsOnAll().
| MediaWiki\RevisionList\RevisionListBase::rewind | ( | ) |
Definition at line 117 of file RevisionListBase.php.
| MediaWiki\RevisionList\RevisionListBase::valid | ( | ) |
Definition at line 146 of file RevisionListBase.php.
|
protected |
Definition at line 38 of file RevisionListBase.php.
|
protected |
Definition at line 32 of file RevisionListBase.php.
Referenced by MediaWiki\ChangeTags\ChangeTagsList\__construct(), RevDelArchiveList\__construct(), RevDelRevisionList\__construct(), RevDelArchivedFileList\__construct(), RevDelFileList\__construct(), MediaWiki\ChangeTags\ChangeTagsLogList\doQuery(), MediaWiki\ChangeTags\ChangeTagsRevisionList\doQuery(), RevDelArchivedFileList\doQuery(), RevDelLogList\doQuery(), RevDelRevisionList\doQuery(), MediaWiki\ChangeTags\ChangeTagsList\factory(), and RevDelRevisionList\suggestTarget().
|
protected |
Definition at line 29 of file RevisionListBase.php.
Referenced by MediaWiki\RevisionList\RevisionListBase\__construct(), MediaWiki\ChangeTags\ChangeTagsList\__construct(), RevDelArchiveList\__construct(), RevDelRevisionList\__construct(), RevDelArchivedFileList\__construct(), RevDelFileList\__construct(), RevDelRevisionList\emitEvents(), and MediaWiki\ChangeTags\ChangeTagsList\factory().
|
protected |
Definition at line 35 of file RevisionListBase.php.