Jump to content

Manual:PageStoreRecord.php

From mediawiki.org

Immutable data record (MW 1.36+) representing an editable page on a wiki. Corresponds to a row in the page table. It extends PageIdentityValue and implements ExistingPageRecord

Public methods

[edit]

Public methods not for internal use only include:

  • isNew()
  • isRedirect()
  • getLatest() - get the ID of the latest page revision.
  • getTouched()
  • getLanguage()

See also

[edit]