|
MediaWiki master
|
Base representation for an editable wiki page. More...
Inherits Stringable, MediaWiki\Page\Page, and MediaWiki\Page\PageRecord.
Inherited by MediaWiki\Page\WikiCategoryPage, and MediaWiki\Page\WikiFilePage.

Public Member Functions | ||||
| __clone () | ||||
| Makes sure that the mTitle object is cloned to the newly cloned WikiPage. | ||||
| __construct (PageIdentity $pageIdentity) | ||||
| __toString () | ||||
Returns an informative human readable unique representation of the page identity, for use as a cache key and for logging and debugging.
| ||||
| __wakeup () | ||||
| Ensure consistency when unserializing. | ||||
| canExist () | ||||
| checkFlags ( $flags) | ||||
| Check flags and add EDIT_NEW or EDIT_UPDATE to them as needed. | ||||
| checkTouched () | ||||
| Loads page_touched and returns a value indicating if it should be used. | ||||
| clear () | ||||
| Clear the object. | ||||
| clearPreparedEdit () | ||||
| Clear the mPreparedEdit cache field, as may be needed by mutable content types. | ||||
| doDeleteArticleReal ( $reason, UserIdentity $deleter, $suppress=false, $u1=null, &$error='', $u2=null, $tags=[], $logsubtype='delete', $immediate=false) | ||||
| Back-end article deletion Deletes the article with database consistency, writes logs, purges caches. | ||||
| doEditUpdates (RevisionRecord $revisionRecord, UserIdentity $user, array $options=[]) | ||||
| Do standard deferred updates after page edit. | ||||
| doPurge () | ||||
| Perform the actions of a page purging. | ||||
| doSecondaryDataUpdates (array $options=[]) | ||||
| Do secondary data updates (such as updating link tables). | ||||
| doUpdateRestrictions (array $limit, array $expiry, &$cascade, $reason, UserIdentity $user, $tags=[]) | ||||
| Update the article's restriction field, and leave a log entry. | ||||
| doUserEditContent (Content $content, Authority $performer, $summary, $flags=0, $originalRevId=false, $tags=[], $undidRevId=0) | ||||
| Change an existing article or create a new article. | ||||
| doViewUpdates (Authority $performer, $oldRev=null, $oldRevDeprecated=null) | ||||
| Do standard deferred updates after page view (existing or missing page) | ||||
| exists () | ||||
| followRedirect () | ||||
| Get the Title object or URL this page redirects to. | ||||
| getActionOverrides () | ||||
| getAutoDeleteReason (&$hasHistory=false) | ||||
| Auto-generates a deletion reason. | ||||
| getCategories () | ||||
| Returns a list of categories this page is a member of. | ||||
| getComment ( $audience=RevisionRecord::FOR_PUBLIC, ?Authority $performer=null) | ||||
| getContent ( $audience=RevisionRecord::FOR_PUBLIC, ?Authority $performer=null) | ||||
| Get the content of the latest revision. | ||||
| getContentHandler () | ||||
| Returns the ContentHandler instance to be used to deal with the content of this WikiPage. | ||||
| getContentModel () | ||||
| Returns the page's content model id (see the CONTENT_MODEL_XXX constants). | ||||
| getContributors () | ||||
| Get a list of users who have edited this article, not including the user who made the most recent revision, which you can get from $article->getUser() if you want it. | ||||
| getCreator ( $audience=RevisionRecord::FOR_PUBLIC, ?Authority $performer=null) | ||||
| Get the User object of the user who created the page. | ||||
| getCurrentUpdate () | ||||
| Get the state of an ongoing update, shortly before or just after it is saved to the database. | ||||
| getDBkey () | ||||
Get the page title in DB key form.This should always return a valid DB key.
| ||||
| getHiddenCategories () | ||||
| Returns a list of hidden categories this page is a member of. | ||||
| getId ( $wikiId=self::LOCAL) | ||||
| getLanguage () | ||||
| getLatest ( $wikiId=self::LOCAL) | ||||
| Get the page_latest field. | ||||
| getLinksTimestamp () | ||||
| Get the page_links_updated field. | ||||
| getMinorEdit () | ||||
| Returns true if last revision was marked as "minor edit". | ||||
| getNamespace () | ||||
Returns the page's namespace number.The value returned by this method should represent a valid namespace, but this cannot be guaranteed in all cases.
| ||||
| getParserOutput (?ParserOptions $parserOptions=null, $oldid=null, $noCache=false, array $options=[], array &$errors=[]) | ||||
| Get a ParserOutput for the given ParserOptions and revision ID. | ||||
| getRedirectTarget () | ||||
| If this page is a redirect, get its target. | ||||
| getRedirectURL ( $rt) | ||||
| Get the Title object or URL to use for a redirect. | ||||
| getRevisionRecord () | ||||
| Get the latest revision. | ||||
| getSourceURL () | ||||
| Get the source URL for the content on this page, typically the canonical URL, but may be a remote link if the content comes from another site. | ||||
| getTimestamp () | ||||
| getTitle () | ||||
| Get the title object of the article. | ||||
| getTouched () | ||||
| Get the page_touched field. | ||||
| getUser ( $audience=RevisionRecord::FOR_PUBLIC, ?Authority $performer=null) | ||||
| getUserText ( $audience=RevisionRecord::FOR_PUBLIC, ?Authority $performer=null) | ||||
| getWikiDisplayName () | ||||
| The display name for the site this content come from. | ||||
| getWikiId () | ||||
| hasViewableContent () | ||||
| Check if this page is something we're going to be showing some sort of sensible content for. | ||||
| insertNullProtectionRevision (string $revCommentMsg, array $limit, array $expiry, bool $cascade, string $reason, UserIdentity $user) | ||||
| Insert a new dummy revision (aka null revision) for this page, to mark a change in page protection. | ||||
| insertOn ( $dbw, $pageId=null) | ||||
| Insert a new empty page record for this article. | ||||
| insertRedirectEntry (LinkTarget $rt, $oldLatest=null) | ||||
| Insert or update the redirect table entry for this page to indicate it redirects to $rt. | ||||
| isBatchedDelete ( $safetyMargin=0) | ||||
| Determines if deletion of this page would be batched (executed over time by the job queue) or not (completed in the same request as the delete call). | ||||
| isCountable ( $editInfo=false) | ||||
| Whether the page may count towards the the site's number of "articles". | ||||
| isLocal () | ||||
| Whether this content displayed on this page comes from the local database. | ||||
| isNew () | ||||
| Tests if the page is new (only has one revision). | ||||
| isRedirect () | ||||
| Is the page a redirect, according to secondary tracking tables? If this is true, getRedirectTarget() will return a Title. | ||||
| isSamePageAs (PageReference $other) | ||||
Checks whether the given PageReference refers to the same page as this PageReference.Two PageReference instances are considered to refer to the same page if they belong to the same wiki, and have the same namespace and DB key.
| ||||
| loadFromRow ( $data, $from) | ||||
| Load the object from a database row. | ||||
| loadPageData ( $from=IDBAccessObject::READ_NORMAL) | ||||
| Load the object from a given source by title. | ||||
| lockAndGetLatest () | ||||
| Lock the page row for this title+id and return page_latest (or 0) | ||||
| makeParserOptions ( $context) | ||||
| Get parser options suitable for rendering the primary article wikitext. | ||||
| newPageUpdater ( $performer, ?RevisionSlotsUpdate $forUpdate=null) | ||||
| Returns a PageUpdater for creating new revisions on this page (or creating the page). | ||||
| pageDataFromId ( $dbr, $id, $options=[]) | ||||
| Fetch a page record matching the requested ID. | ||||
| pageDataFromTitle ( $dbr, $title, $recency=IDBAccessObject::READ_NORMAL) | ||||
| Fetch a page record matching the Title object's namespace and title using a sanitized title string. | ||||
| prepareContentForEdit (Content $content, ?RevisionRecord $revision, UserIdentity $user, $serialFormat=null, $useStash=true) | ||||
| Prepare content which is about to be saved. | ||||
| protectDescription (array $limit, array $expiry) | ||||
| Builds the description to serve as comment for the edit. | ||||
| protectDescriptionLog (array $limit, array $expiry) | ||||
| Builds the description to serve as comment for the log entry. | ||||
| replaceSectionAtRev ( $sectionId, Content $sectionContent, $sectionTitle='', $baseRevId=null) | ||||
| replaceSectionContent ( $sectionId, Content $sectionContent, $sectionTitle='', $edittime=null) | ||||
| setTimestamp ( $ts) | ||||
| Set the page timestamp (use only to avoid DB queries) | ||||
| shouldCheckParserCache (ParserOptions $parserOptions, $oldId) | ||||
| Should the parser cache be used? | ||||
| supportsSections () | ||||
| Returns true if this page's content model supports sections. | ||||
| toPageRecord () | ||||
| Returns the page represented by this WikiPage as a PageStoreRecord. | ||||
| triggerOpportunisticLinksUpdate (ParserOutput $parserOutput) | ||||
| Opportunistically enqueue link update jobs after a fresh parser output was generated. | ||||
| updateParserCache (array $options=[]) | ||||
| Update the parser cache. | ||||
| updateRevisionOn ( $dbw, RevisionRecord $revision, $lastRevision=null, $lastRevIsRedirect=null) | ||||
| Update the page record to point to a newly saved revision. | ||||
| wasLoadedFrom ( $from) | ||||
| Checks whether the page data was loaded using the given database access mode (or better). | ||||
Public Member Functions inherited from MediaWiki\DAO\WikiAwareEntity | ||||
| assertWiki ( $wikiId) | ||||
| Throws if $wikiId is different from the return value of getWikiId(). | ||||
Static Public Member Functions | |
| static | convertSelectType ( $type) |
| Convert deprecated 'fromdb', 'fromdbmaster' and 'forupdate' to READ_* constants. | |
| static | getQueryInfo () |
| Return the tables, fields, and join conditions to be selected to create a new page object. | |
| static | hasDifferencesOutsideMainSlot (RevisionRecord $a, RevisionRecord $b) |
| Helper method for checking whether two revisions have differences that go beyond the main slot. | |
| static | makeParserOptionsFromTitleAndModel (PageReference $pageRef, string $contentModel, $context) |
| Create canonical parser options for a given title and content model. | |
| static | onArticleCreate (Title $title, $maybeIsRedirect=true) |
| The onArticle*() functions are supposed to be a kind of hooks which should be called whenever any of the specified actions are done. | |
| static | onArticleDelete (Title $title) |
| Clears caches when article is deleted. | |
| static | onArticleEdit (Title $title, ?RevisionRecord $revRecord=null, $slotsChanged=null, $maybeRedirectChanged=true) |
| Purge caches on page update etc. | |
Protected Member Functions | |
| clearCacheFields () | |
| Clear the object cache fields. | |
| formatExpiry ( $expiry) | |
| loadLastEdit () | |
| Loads everything except the text This isn't necessary for all uses, so it's only done if needed. | |
| pageData ( $dbr, $conditions, $options=[]) | |
| Fetch a page record with the given conditions. | |
Protected Attributes | |
| bool | $mDataLoaded = false |
| int | $mDataLoadedFrom = IDBAccessObject::READ_NONE |
| One of the READ_* constants. | |
| int null | $mId = null |
| string null | $mLanguage = null |
| int false | $mLatest = false |
| False means "not loaded". | |
| string | $mLinksUpdated = '19700101000000' |
| PreparedEdit false | $mPreparedEdit = false |
| Map of cache fields (text, parser output, etc.) for a proposed/new edit. | |
| string | $mTimestamp = '' |
| Timestamp of the latest revision or empty string if not loaded. | |
| Title | $mTitle |
| string | $mTouched = '19700101000000' |
Additional Inherited Members | |
Public Attributes inherited from MediaWiki\DAO\WikiAwareEntity | |
| const | LOCAL = false |
| Wiki ID value to use with instances that are defined relative to the local wiki. | |
Base representation for an editable wiki page.
Some fields are public only for backwards-compatibility. Use accessor methods. In the past, this class was part of Article.php and everything was public.
Definition at line 83 of file WikiPage.php.
| MediaWiki\Page\WikiPage::__construct | ( | PageIdentity | $pageIdentity | ) |
Definition at line 165 of file WikiPage.php.
References MediaWiki\DAO\WikiAwareEntity\assertWiki(), and MediaWiki\DAO\WikiAwareEntity\LOCAL.
| MediaWiki\Page\WikiPage::__clone | ( | ) |
Makes sure that the mTitle object is cloned to the newly cloned WikiPage.
Definition at line 181 of file WikiPage.php.
References MediaWiki\Page\WikiPage\$mTitle.
| MediaWiki\Page\WikiPage::__toString | ( | ) |
Returns an informative human readable unique representation of the page identity, for use as a cache key and for logging and debugging.
Implements MediaWiki\Page\PageReference.
Definition at line 2971 of file WikiPage.php.
| MediaWiki\Page\WikiPage::__wakeup | ( | ) |
Ensure consistency when unserializing.
Definition at line 2926 of file WikiPage.php.
| MediaWiki\Page\WikiPage::canExist | ( | ) |
Implements MediaWiki\Page\ProperPageIdentity.
Definition at line 2963 of file WikiPage.php.
| MediaWiki\Page\WikiPage::checkFlags | ( | $flags | ) |
Check flags and add EDIT_NEW or EDIT_UPDATE to them as needed.
| int | $flags |
Definition at line 1512 of file WikiPage.php.
References EDIT_NEW, and EDIT_UPDATE.
| MediaWiki\Page\WikiPage::checkTouched | ( | ) |
Loads page_touched and returns a value indicating if it should be used.
Definition at line 653 of file WikiPage.php.
| MediaWiki\Page\WikiPage::clear | ( | ) |
|
protected |
| MediaWiki\Page\WikiPage::clearPreparedEdit | ( | ) |
Clear the mPreparedEdit cache field, as may be needed by mutable content types.
Definition at line 291 of file WikiPage.php.
|
static |
Convert deprecated 'fromdb', 'fromdbmaster' and 'forupdate' to READ_* constants.
| stdClass | string | int | $type |
Definition at line 191 of file WikiPage.php.
| MediaWiki\Page\WikiPage::doDeleteArticleReal | ( | $reason, | |
| UserIdentity | $deleter, | ||
| $suppress = false, | |||
| $u1 = null, | |||
| & | $error = '', | ||
| $u2 = null, | |||
| $tags = [], | |||
| $logsubtype = 'delete', | |||
| $immediate = false ) |
Back-end article deletion Deletes the article with database consistency, writes logs, purges caches.
| string | $reason | Delete reason for deletion log |
| UserIdentity | $deleter | The deleting user |
| bool | $suppress | Suppress all revisions and log the deletion in the suppression log instead of the deletion log |
| bool | null | $u1 | Unused |
| array | string | &$error | Array of errors to append to |
| mixed | $u2 | Unused |
| string[] | null | $tags | Tags to apply to the deletion action |
| string | $logsubtype | |
| bool | $immediate | false allows deleting over time via the job queue |
Definition at line 2448 of file WikiPage.php.
References wfEscapeWikiText().
| MediaWiki\Page\WikiPage::doEditUpdates | ( | RevisionRecord | $revisionRecord, |
| UserIdentity | $user, | ||
| array | $options = [] ) |
Do standard deferred updates after page edit.
Update links tables, site stats, search index and message cache. Purges pages that include this page if the text was changed here. Every 100th edit, prune the recent changes table. Does not emit domain events.
| RevisionRecord | $revisionRecord | (Switched from the old Revision class to RevisionRecord since 1.35) |
| UserIdentity | $user | User object that did the revision |
| array | $options | Array of options, see DerivedPageDataUpdater::prepareUpdate. |
Definition at line 1865 of file WikiPage.php.
References MediaWiki\User\UserIdentity\getName(), and wfDeprecated().
| MediaWiki\Page\WikiPage::doPurge | ( | ) |
Perform the actions of a page purging.
Reimplemented in MediaWiki\Page\WikiCategoryPage, and MediaWiki\Page\WikiFilePage.
Definition at line 1217 of file WikiPage.php.
References NS_MEDIAWIKI.
| MediaWiki\Page\WikiPage::doSecondaryDataUpdates | ( | array | $options = [] | ) |
Do secondary data updates (such as updating link tables).
Secondary data updates are only a small part of the updates needed after saving a new revision; normally PageUpdater::doUpdates should be used instead (which includes secondary data updates). This method is provided for partial purges.
| array | $options |
|
Definition at line 1940 of file WikiPage.php.
| MediaWiki\Page\WikiPage::doUpdateRestrictions | ( | array | $limit, |
| array | $expiry, | ||
| & | $cascade, | ||
| $reason, | |||
| UserIdentity | $user, | ||
| $tags = [] ) |
Update the article's restriction field, and leave a log entry.
This works for protection both existing and non-existing pages.
| array | $limit | Set of restriction keys |
| array | $expiry | Per restriction type expiration |
| bool | &$cascade | Set to false if cascading protection isn't allowed. |
| string | $reason | |
| UserIdentity | $user | The user updating the restrictions |
| string[] | $tags | Change tags to add to the pages and protection log entries ($user should be able to add the specified tags before this is called) |
Definition at line 1970 of file WikiPage.php.
References MediaWiki\User\UserIdentity\getId().
| MediaWiki\Page\WikiPage::doUserEditContent | ( | Content | $content, |
| Authority | $performer, | ||
| $summary, | |||
| $flags = 0, | |||
| $originalRevId = false, | |||
| $tags = [], | |||
| $undidRevId = 0 ) |
Change an existing article or create a new article.
Updates RC and all necessary caches, optionally via the deferred update array.
| Content | $content | New content |
| Authority | $performer | doing the edit |
| string | CommentStoreComment | $summary | Edit summary |
| int | $flags | Bitfield, see the EDIT_XXX constants such as EDIT_NEW or EDIT_FORCE_BOT. |
If neither EDIT_NEW nor EDIT_UPDATE is specified, the status of the article will be detected. If EDIT_UPDATE is specified and the article doesn't exist, the function will return an edit-gone-missing error. If EDIT_NEW is specified and the article does exist, an edit-already-exists error will be returned. These two conditions are also possible with auto-detection due to MediaWiki's performance-optimised locking strategy.
| int | false | $originalRevId, | The ID of an original revision that the edit restores or repeats. The new revision is expected to have the exact same content as the given original revision. This is used with rollbacks and with dummy "null" revisions which are created to record things like page moves. Default is false, meaning we are not making a rollback edit. |
| array | null | $tags | Change tags to apply to this edit Callers are responsible for permission checks (with ChangeTags::canAddTagsAccompanyingChange) |
| int | $undidRevId | Id of revision that was undone or 0 |
Extensions may define additional errors.
$return->value will contain an associative array with members as follows: new: Boolean indicating if the function attempted to create a new article. revision-record: The revision record object for the inserted revision, or null.
Definition at line 1640 of file WikiPage.php.
| MediaWiki\Page\WikiPage::doViewUpdates | ( | Authority | $performer, |
| $oldRev = null, | |||
| $oldRevDeprecated = null ) |
Do standard deferred updates after page view (existing or missing page)
| Authority | $performer | The viewing user |
| RevisionRecord | null | int | $oldRev | The revision being viewed, or null if the latest revision is used. Passing integer for $oldid is deprecated since 1.46 |
| RevisionRecord | null | $oldRevDeprecated | Deprecated since 1.46 |
Definition at line 1166 of file WikiPage.php.
References wfDeprecatedMsg().
| MediaWiki\Page\WikiPage::exists | ( | ) |
Implements MediaWiki\Page\PageIdentity.
Definition at line 553 of file WikiPage.php.
| MediaWiki\Page\WikiPage::followRedirect | ( | ) |
Get the Title object or URL this page redirects to.
Reimplemented in MediaWiki\Page\WikiFilePage.
Definition at line 999 of file WikiPage.php.
|
protected |
| string | $expiry | 14-char timestamp or "infinity", or false if the input was invalid |
Definition at line 2317 of file WikiPage.php.
References wfMessage().
| MediaWiki\Page\WikiPage::getActionOverrides | ( | ) |
Reimplemented in MediaWiki\Page\WikiFilePage.
Definition at line 229 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getAutoDeleteReason | ( | & | $hasHistory = false | ) |
Auto-generates a deletion reason.
| bool | &$hasHistory | Whether the page has a history |
Definition at line 2789 of file WikiPage.php.
References wfDeprecated().
| MediaWiki\Page\WikiPage::getCategories | ( | ) |
Returns a list of categories this page is a member of.
Results will include hidden categories
Definition at line 2714 of file WikiPage.php.
References NS_CATEGORY.
| MediaWiki\Page\WikiPage::getComment | ( | $audience = RevisionRecord::FOR_PUBLIC, | |
| ?Authority | $performer = null ) |
| int | $audience | One of: RevisionRecord::FOR_PUBLIC to be displayed to all users RevisionRecord::FOR_THIS_USER to be displayed to the given user RevisionRecord::RAW get the text regardless of permissions |
| Authority | null | $performer | object to check for, only if FOR_THIS_USER is passed to the $audience parameter (since 1.36, if using FOR_THIS_USER and not specifying a user no fallback is provided and the RevisionRecord method will throw an error) |
Definition at line 876 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getContent | ( | $audience = RevisionRecord::FOR_PUBLIC, | |
| ?Authority | $performer = null ) |
Get the content of the latest revision.
No side-effects...
| int | $audience | One of: RevisionRecord::FOR_PUBLIC to be displayed to all users RevisionRecord::FOR_THIS_USER to be displayed to the given user RevisionRecord::RAW get the text regardless of permissions |
| Authority | null | $performer | object to check for, only if FOR_THIS_USER is passed to the $audience parameter |
Definition at line 776 of file WikiPage.php.
Referenced by MediaWiki\Content\TextContentHandler\getDataForSearchIndex().
| MediaWiki\Page\WikiPage::getContentHandler | ( | ) |
Returns the ContentHandler instance to be used to deal with the content of this WikiPage.
Shorthand for ContentHandlerFactory::getContentHandler( $this->getContentModel() );
Definition at line 242 of file WikiPage.php.
References MediaWiki\MediaWikiServices\getInstance().
| MediaWiki\Page\WikiPage::getContentModel | ( | ) |
Returns the page's content model id (see the CONTENT_MODEL_XXX constants).
Will use the revisions actual content model if the page exists, and the page's default if the page doesn't exist yet.
Definition at line 614 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getContributors | ( | ) |
Get a list of users who have edited this article, not including the user who made the most recent revision, which you can get from $article->getUser() if you want it.
Definition at line 1051 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getCreator | ( | $audience = RevisionRecord::FOR_PUBLIC, | |
| ?Authority | $performer = null ) |
Get the User object of the user who created the page.
| int | $audience | One of: RevisionRecord::FOR_PUBLIC to be displayed to all users RevisionRecord::FOR_THIS_USER to be displayed to the given user RevisionRecord::RAW get the text regardless of permissions |
| Authority | null | $performer | object to check for, only if FOR_THIS_USER is passed to the $audience parameter (since 1.36, if using FOR_THIS_USER and not specifying a user no fallback is provided and the RevisionRecord method will throw an error) |
Definition at line 836 of file WikiPage.php.
References MediaWiki\Revision\RevisionRecord\getUser().
| MediaWiki\Page\WikiPage::getCurrentUpdate | ( | ) |
Get the state of an ongoing update, shortly before or just after it is saved to the database.
If there is no ongoing edit tracked by this WikiPage instance, this methods throws a PreconditionException.
If possible, state is shared with subsequent calls of getPreparedUpdate(), prepareContentForEdit(), and newPageUpdater().
| PreconditionException | if there is no ongoing update. This method must only be called after newPageUpdater() had already been called, typically while executing a handler for a hook that is triggered during a page edit. |
Definition at line 2255 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getDBkey | ( | ) |
Get the page title in DB key form.This should always return a valid DB key.
Implements MediaWiki\Page\ProperPageIdentity.
Definition at line 2947 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getHiddenCategories | ( | ) |
Returns a list of hidden categories this page is a member of.
Uses the page_props and categorylinks tables.
Definition at line 2739 of file WikiPage.php.
References NS_CATEGORY.
| MediaWiki\Page\WikiPage::getId | ( | $wikiId = self::LOCAL | ) |
| string | false | $wikiId |
Implements MediaWiki\Page\ProperPageIdentity.
Definition at line 541 of file WikiPage.php.
Referenced by MediaWiki\Content\ContentHandler\getDataForSearchIndex().
| MediaWiki\Page\WikiPage::getLanguage | ( | ) |
Implements MediaWiki\Page\PageRecord.
Definition at line 671 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getLatest | ( | $wikiId = self::LOCAL | ) |
Get the page_latest field.
| string | false | $wikiId |
Implements MediaWiki\Page\PageRecord.
Definition at line 695 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getLinksTimestamp | ( | ) |
Get the page_links_updated field.
Definition at line 683 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getMinorEdit | ( | ) |
Returns true if last revision was marked as "minor edit".
Definition at line 891 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getNamespace | ( | ) |
Returns the page's namespace number.The value returned by this method should represent a valid namespace, but this cannot be guaranteed in all cases.
Implements MediaWiki\Page\PageReference.
Definition at line 2939 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getParserOutput | ( | ?ParserOptions | $parserOptions = null, |
| $oldid = null, | |||
| $noCache = false, | |||
| array | $options = [], | ||
| array & | $errors = [] ) |
Get a ParserOutput for the given ParserOptions and revision ID.
The parser cache will be used if possible. Cache misses that result in parser runs are debounced with PoolCounter.
XXX merge this with updateParserCache()?
| ParserOptions | null | $parserOptions | ParserOptions to use for the parse operation |
| null | int | RevisionRecord | $oldid | Revision or Revision ID to get the text from, passing null or 0 will get the latest revision (default value) |
| bool | $noCache | Do not read from or write to caches. |
| array | $options | Extra ParserOutputAccess options; see ParserOutputAccess::getParserOutput() |
| MessageSpecifier[] | &$errors | Errors returned by ParserOutputAccess on a failure (false return value). |
Definition at line 1123 of file WikiPage.php.
|
static |
Return the tables, fields, and join conditions to be selected to create a new page object.
$table to IReadableDatabase->select() or SelectQueryBuilder::tables$vars to IReadableDatabase->select() or SelectQueryBuilder::fields$join_conds to IReadableDatabase->select() or SelectQueryBuilder::joinConds Definition at line 308 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getRedirectTarget | ( | ) |
If this page is a redirect, get its target.
The target will be fetched from the redirect table if possible.
Definition at line 977 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getRedirectURL | ( | $rt | ) |
Get the Title object or URL to use for a redirect.
We use Title objects for same-wiki, non-special redirects and URLs for everything else.
| Title | $rt | Redirect target |
Definition at line 1010 of file WikiPage.php.
References $source.
| MediaWiki\Page\WikiPage::getRevisionRecord | ( | ) |
Get the latest revision.
Definition at line 758 of file WikiPage.php.
Referenced by MediaWiki\Content\ContentHandler\getDataForSearchIndex(), and MediaWiki\Content\ContentHandler\latestRevision().
| MediaWiki\Page\WikiPage::getSourceURL | ( | ) |
Get the source URL for the content on this page, typically the canonical URL, but may be a remote link if the content comes from another site.
Reimplemented in MediaWiki\Page\WikiFilePage.
Definition at line 2916 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getTimestamp | ( | ) |
Definition at line 787 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getTitle | ( | ) |
Get the title object of the article.
Definition at line 251 of file WikiPage.php.
Referenced by MediaWiki\Content\TextContentHandler\getDataForSearchIndex(), MediaWiki\Content\FileContentHandler\getDataForSearchIndex(), MediaWiki\Content\WikitextContentHandler\getDataForSearchIndex(), MediaWiki\Page\WikiCategoryPage\isExpectedUnusedCategory(), MediaWiki\Page\WikiCategoryPage\isHidden(), MediaWiki\Content\ContentHandler\latestRevision(), MediaWiki\Page\Article\newFromWikiPage(), MediaWiki\RecentChanges\CategoryMembershipChangeJob\notifyUpdatesForRevision(), MediaWiki\Context\DerivativeContext\setWikiPage(), and MediaWiki\Context\RequestContext\setWikiPage().
| MediaWiki\Page\WikiPage::getTouched | ( | ) |
Get the page_touched field.
Implements MediaWiki\Page\PageRecord.
Definition at line 661 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getUser | ( | $audience = RevisionRecord::FOR_PUBLIC, | |
| ?Authority | $performer = null ) |
| int | $audience | One of: RevisionRecord::FOR_PUBLIC to be displayed to all users RevisionRecord::FOR_THIS_USER to be displayed to the given user RevisionRecord::RAW get the text regardless of permissions |
| Authority | null | $performer | object to check for, only if FOR_THIS_USER is passed to the $audience parameter (since 1.36, if using FOR_THIS_USER and not specifying a user no fallback is provided and the RevisionRecord method will throw an error) |
Definition at line 815 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getUserText | ( | $audience = RevisionRecord::FOR_PUBLIC, | |
| ?Authority | $performer = null ) |
| int | $audience | One of: RevisionRecord::FOR_PUBLIC to be displayed to all users RevisionRecord::FOR_THIS_USER to be displayed to the given user RevisionRecord::RAW get the text regardless of permissions |
| Authority | null | $performer | object to check for, only if FOR_THIS_USER is passed to the $audience parameter (since 1.36, if using FOR_THIS_USER and not specifying a user no fallback is provided and the RevisionRecord method will throw an error) |
Definition at line 855 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getWikiDisplayName | ( | ) |
The display name for the site this content come from.
If a subclass overrides isLocal(), this could return something other than the current site name
Reimplemented in MediaWiki\Page\WikiFilePage.
Definition at line 2902 of file WikiPage.php.
| MediaWiki\Page\WikiPage::getWikiId | ( | ) |
Implements MediaWiki\Page\ProperPageIdentity.
Definition at line 2955 of file WikiPage.php.
|
static |
Helper method for checking whether two revisions have differences that go beyond the main slot.
MCR migration note: this method should go away!
| RevisionRecord | $a | |
| RevisionRecord | $b |
Definition at line 1393 of file WikiPage.php.
References MediaWiki\Revision\RevisionRecord\getSlots().
| MediaWiki\Page\WikiPage::hasViewableContent | ( | ) |
Check if this page is something we're going to be showing some sort of sensible content for.
If we return false, page views (plain action=view) will return an HTTP 404 response, so spiders and robots can know they're following a bad link.
Reimplemented in MediaWiki\Page\WikiCategoryPage.
Definition at line 568 of file WikiPage.php.
| MediaWiki\Page\WikiPage::insertNullProtectionRevision | ( | string | $revCommentMsg, |
| array | $limit, | ||
| array | $expiry, | ||
| bool | $cascade, | ||
| string | $reason, | ||
| UserIdentity | $user ) |
Insert a new dummy revision (aka null revision) for this page, to mark a change in page protection.
| string | $revCommentMsg | Comment message key for the revision |
| array | $limit | Set of restriction keys |
| array | $expiry | Per restriction type expiration |
| bool | $cascade | Set to false if cascading protection isn't allowed. |
| string | $reason | |
| UserIdentity | $user | User to attribute to |
Definition at line 2278 of file WikiPage.php.
References wfMessage().
| MediaWiki\Page\WikiPage::insertOn | ( | $dbw, | |
| $pageId = null ) |
Insert a new empty page record for this article.
This must be followed up by creating a revision and running $this->updateRevisionOn( ... ); or else the record will be left in a funky state. Best if all done inside a transaction.
| IDatabase | $dbw | |
| int | null | $pageId | Custom page ID that will be used for the insert statement |
Definition at line 1255 of file WikiPage.php.
References wfRandom().
| MediaWiki\Page\WikiPage::insertRedirectEntry | ( | LinkTarget | $rt, |
| $oldLatest = null ) |
Insert or update the redirect table entry for this page to indicate it redirects to $rt.
RedirectStore::updateRedirectTarget() instead. | LinkTarget | $rt | Redirect target |
| int | null | $oldLatest | Prior page_latest for check and set |
Definition at line 989 of file WikiPage.php.
| MediaWiki\Page\WikiPage::isBatchedDelete | ( | $safetyMargin = 0 | ) |
Determines if deletion of this page would be batched (executed over time by the job queue) or not (completed in the same request as the delete call).
It is unlikely but possible that an edit from another request could push the page over the batching threshold after this function is called, but before the caller acts upon the return value. Callers must decide for themselves how to deal with this. $safetyMargin is provided as an unreliable but situationally useful help for some common cases.
| int | $safetyMargin | Added to the revision count when checking for batching |
Definition at line 2409 of file WikiPage.php.
| MediaWiki\Page\WikiPage::isCountable | ( | $editInfo = false | ) |
Whether the page may count towards the the site's number of "articles".
This is tracked in the site_stats table, and calculated based on the namespace, page metadata, and content.
| PreparedEdit | PreparedUpdate | false | $editInfo | (false): An object returned by prepareTextForEdit() or getCurrentUpdate() respectively; If false is given, the current database state will be used. |
Definition at line 916 of file WikiPage.php.
| MediaWiki\Page\WikiPage::isLocal | ( | ) |
Whether this content displayed on this page comes from the local database.
Reimplemented in MediaWiki\Page\WikiFilePage.
Definition at line 2889 of file WikiPage.php.
| MediaWiki\Page\WikiPage::isNew | ( | ) |
Tests if the page is new (only has one revision).
May produce false negatives for some old pages.
Implements MediaWiki\Page\PageRecord.
Definition at line 596 of file WikiPage.php.
| MediaWiki\Page\WikiPage::isRedirect | ( | ) |
Is the page a redirect, according to secondary tracking tables? If this is true, getRedirectTarget() will return a Title.
Implements MediaWiki\Page\PageRecord.
Reimplemented in MediaWiki\Page\WikiFilePage.
Definition at line 578 of file WikiPage.php.
| MediaWiki\Page\WikiPage::isSamePageAs | ( | PageReference | $other | ) |
Checks whether the given PageReference refers to the same page as this PageReference.Two PageReference instances are considered to refer to the same page if they belong to the same wiki, and have the same namespace and DB key.
| PageReference | $other |
Implements MediaWiki\Page\PageReference.
Definition at line 2979 of file WikiPage.php.
| MediaWiki\Page\WikiPage::loadFromRow | ( | $data, | |
| $from ) |
Load the object from a database row.
| stdClass | false | $data | DB row containing fields returned by getQueryInfo() or false |
| string | int | $from | One of the following:
|
Definition at line 490 of file WikiPage.php.
|
protected |
Loads everything except the text This isn't necessary for all uses, so it's only done if needed.
Definition at line 708 of file WikiPage.php.
| MediaWiki\Page\WikiPage::loadPageData | ( | $from = IDBAccessObject::READ_NORMAL | ) |
Load the object from a given source by title.
| stdClass | string | int | $from | One of the following:
|
Definition at line 413 of file WikiPage.php.
References DB_PRIMARY, and DB_REPLICA.
Referenced by MediaWiki\Content\ContentHandler\latestRevision().
| MediaWiki\Page\WikiPage::lockAndGetLatest | ( | ) |
Lock the page row for this title+id and return page_latest (or 0)
Definition at line 2484 of file WikiPage.php.
| MediaWiki\Page\WikiPage::makeParserOptions | ( | $context | ) |
Get parser options suitable for rendering the primary article wikitext.
| IContextSource | UserIdentity | string | $context | One of the following:
|
Definition at line 1760 of file WikiPage.php.
Referenced by MediaWiki\Content\ContentHandler\getParserOutputForIndexing().
|
static |
Create canonical parser options for a given title and content model.
| PageReference | $pageRef | |
| string | $contentModel | |
| IContextSource | UserIdentity | string | $context | See ::makeParserOptions |
Definition at line 1774 of file WikiPage.php.
| MediaWiki\Page\WikiPage::newPageUpdater | ( | $performer, | |
| ?RevisionSlotsUpdate | $forUpdate = null ) |
Returns a PageUpdater for creating new revisions on this page (or creating the page).
The PageUpdater can also be used to detect the need for edit conflict resolution, and to protected such conflict resolution from concurrent edits using a check-and-set mechanism.
| Authority | UserIdentity | $performer | |
| RevisionSlotsUpdate | null | $forUpdate | If given, allows any cached ParserOutput that may already have been returned via getDerivedDataUpdater to be re-used. |
Definition at line 1731 of file WikiPage.php.
References MediaWiki\Permissions\Authority\getUser().
|
static |
The onArticle*() functions are supposed to be a kind of hooks which should be called whenever any of the specified actions are done.
This is a good place to put code to clear caches, for instance.
This is called on page move and undelete, as well as edit
| Title | $title | |
| bool | $maybeIsRedirect | True if the page may have been created as a redirect. If false, this is used as a hint to skip some unnecessary updates. |
Definition at line 2513 of file WikiPage.php.
References MediaWiki\Title\Title\getNamespace(), MediaWiki\Title\Title\getOtherPage(), NS_CATEGORY, and MediaWiki\Title\Title\touchLinks().
|
static |
Clears caches when article is deleted.
| Title | $title |
Definition at line 2551 of file WikiPage.php.
References MediaWiki\Title\Title\getNamespace(), MediaWiki\Title\Title\getOtherPage(), MediaWiki\Title\Title\getText(), NS_USER_TALK, and MediaWiki\Title\Title\touchLinks().
|
static |
Purge caches on page update etc.
| Title | $title | |
| RevisionRecord | null | $revRecord | revision that was just saved, may be null |
| string[] | null | $slotsChanged | The role names of the slots that were changed. If not given, all slots are assumed to have changed. |
| bool | $maybeRedirectChanged | True if the page's redirect target may have changed in the latest revision. If false, this is used as a hint to skip some unnecessary updates. |
Definition at line 2604 of file WikiPage.php.
References MediaWiki\Revision\RevisionRecord\getId().
|
protected |
Fetch a page record with the given conditions.
| IReadableDatabase | $dbr | |
| array | $conditions | |
| array | $options |
Definition at line 344 of file WikiPage.php.
| MediaWiki\Page\WikiPage::pageDataFromId | ( | $dbr, | |
| $id, | |||
| $options = [] ) |
Fetch a page record matching the requested ID.
| IReadableDatabase | $dbr | |
| int | $id | |
| array | $options |
Definition at line 395 of file WikiPage.php.
| MediaWiki\Page\WikiPage::pageDataFromTitle | ( | $dbr, | |
| $title, | |||
| $recency = IDBAccessObject::READ_NORMAL ) |
Fetch a page record matching the Title object's namespace and title using a sanitized title string.
| IReadableDatabase | $dbr | |
| Title | $title | |
| int | $recency |
Definition at line 371 of file WikiPage.php.
| MediaWiki\Page\WikiPage::prepareContentForEdit | ( | Content | $content, |
| ?RevisionRecord | $revision, | ||
| UserIdentity | $user, | ||
| $serialFormat = null, | |||
| $useStash = true ) |
Prepare content which is about to be saved.
Prior to 1.30, this returned a stdClass.
| Content | $content | |
| RevisionRecord | null | $revision | Used with vary-revision or vary-revision-id. |
| UserIdentity | $user | |
| string | null | $serialFormat | IGNORED |
| bool | $useStash | Use prepared edit stash |
Definition at line 1823 of file WikiPage.php.
References MediaWiki\User\UserIdentity\getName().
| MediaWiki\Page\WikiPage::protectDescription | ( | array | $limit, |
| array | $expiry ) |
Builds the description to serve as comment for the edit.
| array | $limit | Set of restriction keys |
| array | $expiry | Per restriction type expiration |
Definition at line 2339 of file WikiPage.php.
References wfMessage().
| MediaWiki\Page\WikiPage::protectDescriptionLog | ( | array | $limit, |
| array | $expiry ) |
Builds the description to serve as comment for the log entry.
Some bots may parse IRC lines, which are generated from log entries which contain plain protect description text. Keep them in old format to avoid breaking compatibility. TODO: Fix protection log to store structured description and format it on-the-fly.
| array | $limit | Set of restriction keys |
| array | $expiry | Per restriction type expiration |
Definition at line 2381 of file WikiPage.php.
| MediaWiki\Page\WikiPage::replaceSectionAtRev | ( | $sectionId, | |
| Content | $sectionContent, | ||
| $sectionTitle = '', | |||
| $baseRevId = null ) |
| string | int | null | false | $sectionId | Section identifier as a number or string (e.g. 0, 1 or 'T-1'), null/false or an empty string for the whole page or 'new' for a new section. |
| Content | $sectionContent | New content of the section. |
| string | $sectionTitle | New section's subject, only if $section is "new". |
| int | null | $baseRevId |
Definition at line 1466 of file WikiPage.php.
References MediaWiki\Revision\RevisionRecord\getContent(), and wfDebug().
| MediaWiki\Page\WikiPage::replaceSectionContent | ( | $sectionId, | |
| Content | $sectionContent, | ||
| $sectionTitle = '', | |||
| $edittime = null ) |
| string | int | null | false | $sectionId | Section identifier as a number or string (e.g. 0, 1 or 'T-1'), null/false or an empty string for the whole page or 'new' for a new section. |
| Content | $sectionContent | New content of the section. |
| string | $sectionTitle | New section's subject, only if $section is "new". |
| string | null | $edittime | Revision timestamp or null to use the latest revision. |
Definition at line 1428 of file WikiPage.php.
| MediaWiki\Page\WikiPage::setTimestamp | ( | $ts | ) |
Set the page timestamp (use only to avoid DB queries)
| string | $ts | MW timestamp of last article revision |
Definition at line 801 of file WikiPage.php.
| MediaWiki\Page\WikiPage::shouldCheckParserCache | ( | ParserOptions | $parserOptions, |
| $oldId ) |
Should the parser cache be used?
| ParserOptions | $parserOptions | ParserOptions to check |
| int | $oldId |
Definition at line 1096 of file WikiPage.php.
| MediaWiki\Page\WikiPage::supportsSections | ( | ) |
Returns true if this page's content model supports sections.
The skin should check this and not offer section functionality if sections are not supported.
The EditPage should check this and not offer section functionality if sections are not supported.
Definition at line 1411 of file WikiPage.php.
| MediaWiki\Page\WikiPage::toPageRecord | ( | ) |
Returns the page represented by this WikiPage as a PageStoreRecord.
The PageRecord returned by this method is guaranteed to be immutable.
It is preferred to use this method rather than using the WikiPage as a PageIdentity directly.
| PreconditionException | if the page does not exist. |
Definition at line 2997 of file WikiPage.php.
| MediaWiki\Page\WikiPage::triggerOpportunisticLinksUpdate | ( | ParserOutput | $parserOutput | ) |
Opportunistically enqueue link update jobs after a fresh parser output was generated.
This method should only be called by PoolWorkArticleViewCurrent, after a page view experienced a miss from the ParserCache, and a new ParserOutput was generated. Specifically, for load reasons, this method must not get called during page views that use a cached ParserOutput.
| ParserOutput | $parserOutput | Current version page output |
Definition at line 2809 of file WikiPage.php.
References MediaWiki\Parser\ParserOutput\getCacheExpiry(), MediaWiki\Parser\CacheTime\getCacheTime(), MediaWiki\Parser\ParserOutput\getOutputFlag(), and MediaWiki\Parser\ParserOutput\hasReducedExpiry().
| MediaWiki\Page\WikiPage::updateParserCache | ( | array | $options = [] | ) |
Update the parser cache.
| array | $options |
|
Definition at line 1897 of file WikiPage.php.
| MediaWiki\Page\WikiPage::updateRevisionOn | ( | $dbw, | |
| RevisionRecord | $revision, | ||
| $lastRevision = null, | |||
| $lastRevIsRedirect = null ) |
Update the page record to point to a newly saved revision.
| IDatabase | $dbw | |
| RevisionRecord | $revision | For ID number, and text used to set length and redirect status fields. |
| int | null | $lastRevision | If given, will not overwrite the page field when different from the currently set value. Giving 0 indicates the new page flag should be set on. |
| bool | null | $lastRevIsRedirect | If given, will optimize adding and removing rows in redirect table. |
Definition at line 1310 of file WikiPage.php.
References MediaWiki\Revision\RevisionRecord\getContent(), MediaWiki\Revision\RevisionRecord\getId(), MediaWiki\Revision\RevisionRecord\getMainContentModel(), and MediaWiki\Revision\RevisionRecord\getTimestamp().
| MediaWiki\Page\WikiPage::wasLoadedFrom | ( | $from | ) |
Checks whether the page data was loaded using the given database access mode (or better).
| string | int | $from | One of the following:
|
Definition at line 462 of file WikiPage.php.
|
protected |
Definition at line 100 of file WikiPage.php.
|
protected |
One of the READ_* constants.
Definition at line 133 of file WikiPage.php.
|
protected |
Definition at line 128 of file WikiPage.php.
|
protected |
Definition at line 153 of file WikiPage.php.
|
protected |
False means "not loaded".
Definition at line 117 of file WikiPage.php.
|
protected |
Definition at line 158 of file WikiPage.php.
|
protected |
Map of cache fields (text, parser output, etc.) for a proposed/new edit.
Definition at line 123 of file WikiPage.php.
|
protected |
Timestamp of the latest revision or empty string if not loaded.
Definition at line 143 of file WikiPage.php.
|
protected |
Definition at line 94 of file WikiPage.php.
Referenced by MediaWiki\Page\WikiPage\__clone(), and MediaWiki\Page\WikiCategoryPage\doPurge().
|
protected |
Definition at line 148 of file WikiPage.php.