Manual:PageStoreRecord.php
MediaWiki file: PageStoreRecord.php | |
---|---|
Location: | includes/page/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | MediaWiki\Page\PageStoreRecord |
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
editPublic methods not for internal use only include:
- isNew()
- isRedirect()
- getLatest() - get the ID of the latest page revision.
- getTouched()
- getLanguage()
See also
edit- WikiPage::toPageRecord() - get the page represented by this WikiPage as a PageStoreRecord.