MediaWiki
master
|
Data record representing a page that currently exists as an editable page on a wiki. More...
Public Member Functions | |
exists () | |
Always true. More... | |
![]() | |
getLanguage () | |
The page's language, if explicitly recorded. More... | |
getLatest ( $wikiId=self::LOCAL) | |
The ID of the page's latest revision. More... | |
getTouched () | |
Timestamp at which the page was last flagged for rerendering. More... | |
isNew () | |
False if the page has had more than one edit. More... | |
isRedirect () | |
True if the page is a redirect. More... | |
![]() | |
canExist () | |
Always true. More... | |
getDBkey () | |
Get the page title in DB key form. More... | |
getId ( $wikiId=self::LOCAL) | |
Returns the page ID. More... | |
getWikiId () | |
Get the ID of the wiki this page belongs to. More... | |
![]() | |
__toString () | |
Returns an informative human readable unique representation of the page identity, for use as a cache key and for logging and debugging. More... | |
getNamespace () | |
Returns the page's namespace number. More... | |
isSamePageAs (PageReference $other) | |
Checks whether the given PageReference refers to the same page as this PageReference. More... | |
![]() | |
assertWiki ( $wikiId) | |
Throws if $wikiId is different from the return value of getWikiId(). More... | |
Data record representing a page that currently exists as an editable page on a wiki.
Definition at line 17 of file ExistingPageRecord.php.
MediaWiki\Page\ExistingPageRecord::exists | ( | ) |