Jump to content

Manual:ArchivedRevisionLookup.php

From mediawiki.org
Revision as of 10:45, 14 January 2024 by Cavila (talk | contribs) (Created page with "{{MW file |ArchivedRevisionLookup.php |includes/Revision/ |class1=MediaWiki\Revision\ArchivedRevisionLookup }} Class for looking up archived page revisions. ==Public methods== Excluding methods for internal use: * listRevisions() - List the revisions of the given page. Returns result wrapper with various archive table fields. * getArchivedRevisionRecord() * getArchivedRevisionRecord() * getPreviousRevisionRecord() * getLastRevisionId() * hasArchivedRevisions() ==See...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Class for looking up archived page revisions.

Public methods

[edit]

Excluding methods for internal use:

  • listRevisions() - List the revisions of the given page. Returns result wrapper with various archive table fields.
  • getArchivedRevisionRecord()
  • getArchivedRevisionRecord()
  • getPreviousRevisionRecord()
  • getLastRevisionId()
  • hasArchivedRevisions()

See also

[edit]