MediaWiki
1.28.0
|
The simplest way of implementing IContextSource is to hold a RequestContext as a member variable and provide accessors to it. More...
Public Member Functions | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). More... | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. More... | |
getConfig () | |
Get the Config object. More... | |
getContext () | |
Get the base IContextSource object. More... | |
getLanguage () | |
Get the Language object. More... | |
getOutput () | |
Get the OutputPage object. More... | |
getRequest () | |
Get the WebRequest object. More... | |
getSkin () | |
Get the Skin object. More... | |
getStats () | |
Get the Stats object. More... | |
getTiming () | |
Get the Timing object. More... | |
getTitle () | |
Get the Title object. More... | |
getUser () | |
Get the User object. More... | |
getWikiPage () | |
Get the WikiPage object. More... | |
msg () | |
Get a Message object with context set Parameters are the same as wfMessage() More... | |
setContext (IContextSource $context) | |
Set the IContextSource object. More... | |
Private Attributes | |
IContextSource | $context |
The simplest way of implementing IContextSource is to hold a RequestContext as a member variable and provide accessors to it.
Definition at line 29 of file ContextSource.php.
ContextSource::canUseWikiPage | ( | ) |
Check whether a WikiPage object can be get with getWikiPage().
Callers should expect that an exception is thrown from getWikiPage() if this method returns false.
Implements IContextSource.
Definition at line 99 of file ContextSource.php.
References getContext().
Referenced by SkinTemplate\buildContentNavigationUrls(), and OutputPage\getJSVars().
ContextSource::exportSession | ( | ) |
Export the resolved user IP, HTTP headers, user ID, and session ID.
The result will be reasonably sized to allow for serialization.
Implements IContextSource.
Definition at line 199 of file ContextSource.php.
References getContext().
Referenced by ApiUpload\getChunkResult(), and ApiUpload\performUpload().
ContextSource::getConfig | ( | ) |
Get the Config object.
Implements IContextSource.
Definition at line 67 of file ContextSource.php.
References getContext().
Referenced by ApiQueryQueryPage\__construct(), ImageListPager\__construct(), ActiveUsersPager\__construct(), ImageGalleryBase\__construct(), ApiQuery\__construct(), ApiMain\__construct(), HTMLForm\__construct(), OutputPage\adaptCdnTTL(), OutputPage\addFeedLink(), OutputPage\addParserOutputMetadata(), OutputPage\addScriptFile(), Skin\addToSidebarPlain(), UploadForm\addUploadJS(), ApiQuerySiteinfo\appendDbReplLagInfo(), ApiQuerySiteinfo\appendExtensions(), ApiQuerySiteinfo\appendFileExtensions(), ApiQuerySiteinfo\appendGeneralInfo(), ApiQuerySiteinfo\appendInterwikiMap(), ApiQuerySiteinfo\appendNamespaceAliases(), ApiQuerySiteinfo\appendProtocols(), ApiQuerySiteinfo\appendRestrictions(), ApiQuerySiteinfo\appendRightsInfo(), ApiQuerySiteinfo\appendSubscribedHooks(), ApiQuerySiteinfo\appendUploadDialog(), ApiQuerySiteinfo\appendUserGroups(), AllMessagesTablePager\buildForm(), ApiMain\checkBotReadOnly(), ApiMain\checkConditionalRequestHeaders(), OutputPage\checkLastModified(), ApiMain\checkMaxLag(), ApiUpload\checkVerification(), ApiFormatBase\closePrinter(), ApiBase\dieUsageMsgOrDebug(), OutputPage\disallowUserJs(), ApiMain\errorMessageFromException(), ApiProtect\execute(), ApiUndelete\execute(), ApiEmailUser\execute(), ApiUpload\execute(), ApiChangeAuthenticationData\execute(), ApiFormatPhp\execute(), ApiEditPage\execute(), ApiQueryAuthManagerInfo\execute(), ApiQueryAllMessages\execute(), ApiQueryBlocks\execute(), ApiPurge\execute(), ApiFeedContributions\execute(), ApiQueryLogEvents\execute(), ApiQueryFileRepoInfo\execute(), ApiFeedRecentChanges\execute(), ApiRemoveAuthenticationData\execute(), ApiQueryAllUsers\execute(), ApiFeedWatchlist\execute(), ApiResetPassword\execute(), ApiLogin\execute(), ApiOpenSearch\execute(), ApiQueryUsers\execute(), ApiQueryRevisionsBase\extractRevisionInfo(), OldChangesList\formatChangeLine(), UsersPager\formatRow(), HistoryPager\formatRow(), HTMLForm\getAction(), ApiImport\getAllowedImportSources(), ApiQueryLogEvents\getAllowedLogActions(), ApiResetPassword\getAllowedParams(), ApiFeedRecentChanges\getAllowedParams(), ApiQueryExtLinksUsage\getAllowedParams(), ApiQueryProtectedTitles\getAllowedParams(), ApiFeedContributions\getAllowedParams(), ApiFeedWatchlist\getAllowedParams(), ApiQueryAllRevisions\getAllowedParams(), ApiQueryAllPages\getAllowedParams(), ApiQueryBlocks\getAllowedParams(), ApiOpenSearch\getAllowedParams(), ApiQueryCategoryMembers\getAllowedParams(), ApiQueryAllUsers\getAllowedParams(), ApiQueryAllImages\getAllowedParams(), ApiQueryBacklinksprop\getAllowedParams(), ApiQueryLogEvents\getAllowedParams(), ApiQueryAllDeletedRevisions\getAllowedParams(), ApiQueryContributions\getAllowedParams(), HTMLForm\getButtons(), ApiQuerySiteinfo\getCacheMode(), OutputPage\getCacheVaryCookies(), ApiUpload\getChunkResult(), ApiQueryUserInfo\getCurrentUserInfo(), ReverseChronologicalPager\getDateCond(), ApiLogin\getDescriptionMessage(), UploadForm\getDescriptionSection(), HistoryPager\getEndBody(), ApiResetPassword\getExamplesMessages(), UploadForm\getExtensionsMessage(), ImageListPager\getFieldNames(), ApiCSPReport\getFlags(), OutputPage\getFrameOptions(), OutputPage\getHeadLinksArray(), HTMLForm\getHiddenFields(), CategoryViewer\getHTML(), HTMLButtonField\getInputHTML(), EnhancedChangesList\getLineData(), ApiBase\getModuleSourceInfo(), ApiPageSet\getPageTableFields(), NewFilesPager\getQueryInfo(), ActiveUsersPager\getQueryInfo(), ApiQueryUserInfo\getRateLimits(), OutputPage\getResourceLoader(), UploadForm\getSourceSection(), ApiQueryInfo\getVisitingWatcherInfo(), ApiQueryInfo\getWatcherInfo(), ApiMain\handleCORS(), ApiResetPassword\hasAnyRoutes(), OutputPage\headElement(), ApiFormatBase\initPrinter(), ApiLogin\isDeprecated(), ImageListPager\isFieldSortable(), OutputPage\isUserCssPreview(), OutputPage\isUserJsPreview(), ApiQueryImageInfo\mergeThumbParams(), ApiMain\modifyHelp(), RawAction\onView(), OutputPage\output(), ApiMain\printResult(), EnhancedChangesList\recentChangesBlockGroup(), EnhancedChangesList\recentChangesBlockLine(), ChangesList\recentChangesFlags(), ApiQueryInfo\requestExtraData(), ApiBase\requirePostedParameters(), ApiQueryAllRevisions\run(), ApiQueryAllDeletedRevisions\run(), ApiQueryExtLinksUsage\run(), ApiQuerySearch\run(), ApiQueryQueryPage\run(), ApiQueryCategoryMembers\run(), ApiQueryAllImages\run(), ApiQueryBacklinksprop\run(), OutputPage\sendCacheControl(), ApiMain\sendCacheHeaders(), HTMLForm\setDisplayFormat(), OutputPage\setFeedAppendQuery(), ApiMain\setRequestExpectations(), ApiMain\setupExecuteAction(), SkinTemplate\setupTemplate(), OutputPage\showLagWarning(), OutputPage\styleLink(), and ApiMain\substituteResultWithError().
ContextSource::getContext | ( | ) |
Get the base IContextSource object.
Definition at line 40 of file ContextSource.php.
References $context, RequestContext\getMain(), and wfDebug().
Referenced by ApiMain\__construct(), ApiBase\__construct(), RevisionItem\__construct(), OutputPage\addSubtitle(), SkinTemplate\buildContentNavigationUrls(), SkinTemplate\buildNavUrls(), canUseWikiPage(), DerivativeContext\canUseWikiPage(), ApiParse\categoriesHtml(), CategoryViewer\clearCategoryState(), ApiComparePages\execute(), ApiEmailUser\execute(), ApiRevisionDelete\execute(), ApiExpandTemplates\execute(), ApiHelp\execute(), ApiOptions\execute(), ApiUnblock\execute(), ApiFeedContributions\execute(), ApiBlock\execute(), ApiParse\execute(), ApiUserrights\execute(), ApiLogin\execute(), ApiQueryUsers\execute(), ApiMain\executeAction(), ApiMain\executeActionWithErrorHandling(), exportSession(), ApiQueryRevisionsBase\extractRevisionInfo(), ApiFeedContributions\feedItem(), ChangesList\formatCharacterDifference(), ContribsPager\formatRow(), ProtectedPagesPager\formatValue(), ApiUpload\getChunkResult(), getConfig(), DerivativeContext\getConfig(), FormatMetadata\getExtendedMetadataFromHook(), ApiAMCreateAccount\getFinalDescription(), ApiLinkAccount\getFinalDescription(), ApiClientLogin\getFinalDescription(), ApiBase\getFinalDescription(), ApiBase\getFinalParamDescription(), OutputPage\getHeadLinksArray(), OutputPage\getJSVars(), getLanguage(), DerivativeContext\getLanguage(), EditWatchlistNormalHTMLForm\getLegend(), getOutput(), DerivativeContext\getOutput(), DifferenceEngine\getParserOutput(), getRequest(), DerivativeContext\getRequest(), getSkin(), DerivativeContext\getSkin(), UploadForm\getSourceSection(), NewFilesPager\getStartBody(), getStats(), DerivativeContext\getTiming(), getTiming(), getTitle(), DerivativeContext\getTitle(), HTMLForm\getTitle(), ApiUserrights\getUrUser(), getUser(), DerivativeContext\getUser(), getWikiPage(), DerivativeContext\getWikiPage(), OutputPage\headElement(), HistoryPager\historyLine(), ChangesList\insertLog(), ChangesList\insertLogEntry(), ChangesList\insertRollback(), LogEventsList\logLine(), ApiParse\makeParserOptions(), msg(), SkinTemplate\outputPage(), OutputPage\parserOptions(), ApiUpload\performUpload(), SkinTemplate\prepareQuickTemplate(), SpecialTags\processCreateTagForm(), SpecialTags\processTagForm(), SpecialUnblock\processUIUnblock(), ChangesList\recentChangesFlags(), OutputPage\setHTMLTitle(), OutputPage\setPageTitle(), OutputPage\setTitle(), SideBarTest\setUp(), SpecialComparePages\showDiff(), DifferenceEngine\showDiffPage(), SkinTemplate\tabAction(), ApiDocumentationTest\testDocumentationExists(), and SpecialEmailUser\uiSubmit().
ContextSource::getLanguage | ( | ) |
Get the Language object.
Implements IContextSource.
Definition at line 142 of file ContextSource.php.
References getContext().
Referenced by AllMessagesTablePager\__construct(), DifferenceEngine\addHeader(), OutputPage\addInlineStyle(), OutputPage\buildExemptModules(), OutputPage\enableOOUI(), ApiHelp\execute(), ApiQueryAllMessages\execute(), ApiParamInfo\execute(), FormatMetadata\fetchExtendedMetadata(), OldChangesList\formatChangeLine(), ApiParse\formatLangLinks(), SkinTemplate\formatLanguageName(), FormatMetadata\formatNum(), CategoryPager\formatRow(), NewFilesPager\formatRow(), ActiveUsersPager\formatRow(), UsersPager\formatRow(), ContribsPager\formatRow(), BlockListPager\formatValue(), AllMessagesTablePager\formatValue(), ProtectedPagesPager\formatValue(), ChangesList\getArticleLink(), UploadForm\getExtensionsMessage(), LogEventsList\getFilterLinks(), ListToggle\getHTML(), CategoryViewer\getHTML(), Skin\getHtmlElementAttributes(), SkinTemplate\getLanguages(), EditWatchlistNormalHTMLForm\getLegend(), IndexPager\getLimitLinks(), TablePager\getLimitSelectList(), ReverseChronologicalPager\getNavigationBar(), AlphabeticPager\getNavigationBar(), FormatMetadata\getPriorityLanguages(), ImageGalleryBase\getRenderLang(), DifferenceEngine\getRevisionHeader(), OutputPage\getRlClientContext(), AllMessagesTablePager\getRowAttrs(), UploadForm\getSourceSection(), ImageHistoryList\getThumbForLine(), ChangesList\getTimestamp(), OutputPage\headElement(), HistoryPager\historyLine(), ImageHistoryList\imageHistoryLine(), ChangesList\insertDateHeader(), ChangesList\insertLogEntry(), ChangesList\insertUserRelatedLinks(), Skin\lastModified(), LogEventsList\logLine(), FormatMetadata\makeFormattedData(), ApiMain\modifyHelp(), SkinTemplate\prepareQuickTemplate(), EnhancedChangesList\recentChangesBlockGroup(), EnhancedChangesList\recentChangesLine(), HistoryPager\revLink(), OutputPage\showLagWarning(), DifferenceEngine\showMissingRevision(), OutputPage\styleLink(), and Skin\subPageSubtitle().
ContextSource::getOutput | ( | ) |
Get the OutputPage object.
Implements IContextSource.
Definition at line 122 of file ContextSource.php.
References getContext().
Referenced by OOUIHTMLForm\__construct(), CategoryViewer\__construct(), UploadForm\__construct(), UploadForm\addUploadJS(), EnhancedChangesList\beginRecentChangesList(), ChangesList\beginRecentChangesList(), Skin\bottomScripts(), SkinTemplate\buildContentNavigationUrls(), SkinTemplate\buildNavUrls(), ApiMain\checkConditionalRequestHeaders(), ImportReporter\close(), HTMLForm\displayForm(), TablePager\getBody(), Skin\getCachedNotice(), Skin\getCategories(), Skin\getCategoryLinks(), Skin\getDefaultModules(), HTMLForm\getErrorsOrWarnings(), VFormHTMLForm\getHTML(), CategoryViewer\getHTML(), HTMLForm\getHTML(), SkinTemplate\getLanguages(), DifferenceEngine\getMarkPatrolledLinkInfo(), Skin\getNewtalks(), UsersPager\getPageHeader(), Skin\getRevisionId(), HistoryPager\getStartBody(), ApiMain\handleCORS(), Skin\lastModified(), ImportReporter\open(), SkinTemplate\outputPage(), ImageListPager\outputUserDoesNotExist(), MediaWiki\performRequest(), SkinTemplate\prepareQuickTemplate(), DifferenceEngine\renderNewRevision(), ImportReporter\reportNotice(), ImportReporter\reportPage(), ApiMain\sendCacheHeaders(), DifferenceEngine\showDiff(), DifferenceEngine\showDiffPage(), DifferenceEngine\showDiffStyle(), DifferenceEngine\showMissingRevision(), LogEventsList\showOptions(), LoginHelper\showReturnToPage(), Skin\subPageSubtitle(), and TraditionalImageGallery\toHTML().
ContextSource::getRequest | ( | ) |
Get the WebRequest object.
Implements IContextSource.
Definition at line 77 of file ContextSource.php.
References getContext().
Referenced by TablePager\__construct(), AllMessagesTablePager\__construct(), ApiContinuationManager\__construct(), UsersPager\__construct(), ImageListPager\__construct(), IndexPager\__construct(), ApiMain\__construct(), OutputPage\addAcceptLanguage(), SkinTemplate\buildContentNavigationUrls(), OutputPage\buildExemptModules(), SkinTemplate\buildNavUrls(), SkinTemplate\buildPersonalUrls(), ApiMain\checkConditionalRequestHeaders(), ApiMain\checkExecutePermissions(), OutputPage\checkLastModified(), ApiMain\checkMaxLag(), CategoryViewer\clearCategoryState(), ApiMain\createErrorPrinter(), ApiCSPReport\error(), ApiCheckToken\execute(), ApiClearHasMsg\execute(), ApiQueryTokens\execute(), ApiEditPage\execute(), ApiQueryDeletedrevs\execute(), ApiPurge\execute(), ApiCSPReport\execute(), ApiFeedRecentChanges\execute(), ApiLogin\execute(), ApiMain\executeActionWithErrorHandling(), OutputPage\getBottomScripts(), OOUIHTMLForm\getButtons(), HTMLForm\getButtons(), ApiQueryUserInfo\getCurrentUserInfo(), LogEventsList\getDefaultQuery(), IndexPager\getDefaultQuery(), LogEventsList\getExtraInputs(), LogPager\getFilterParams(), OutputPage\getHeadLinksArray(), TablePager\getHiddenFields(), ApiCSPReport\getReport(), OutputPage\getRlClientContext(), UploadForm\getSourceSection(), NewFilesPager\getStartBody(), ApiTokens\getTokenTypes(), Skin\getUndeleteLink(), ApiMain\getUpload(), ApiMain\getUserAgent(), ApiMain\getVal(), ApiMain\handleCORS(), ApiMain\handleException(), OutputPage\haveCacheVaryCookies(), MediaWiki\initializeArticle(), ApiQuery\instantiateModules(), HTMLButtonField\isBadIE(), ApiMain\lacksSameOriginSecurity(), ProtectionForm\loadData(), HTMLForm\loadData(), ApiBase\logFeatureUsage(), ApiMain\logRequest(), MediaWiki\main(), OutputPage\output(), MediaWiki\parseTitle(), MediaWiki\performAction(), MediaWiki\performRequest(), HTMLForm\prepareForm(), SkinTemplate\prepareQuickTemplate(), ApiMain\reportUnusedParams(), ApiBase\requirePostedParameters(), OutputPage\returnToMain(), ApiQueryRecentChanges\run(), ProtectionForm\save(), OutputPage\sendCacheControl(), ApiMain\sendCacheHeaders(), User\setCookies(), ApiMain\setRequestExpectations(), ApiMain\setupExternalResponse(), SkinTemplate\setupTemplateForOutput(), DifferenceEngine\showDiffPage(), OutputPage\showPermissionsErrorPage(), MediaWiki\Session\SessionTest\testConstructor(), HTMLForm\tryAuthorizedSubmit(), MediaWiki\tryNormaliseRedirect(), OutputPage\userCanPreview(), ApiBase\useTransactionalTimeLimit(), ApiBase\validateToken(), and ApiCSPReport\verifyPostBodyOk().
ContextSource::getSkin | ( | ) |
Get the Skin object.
Implements IContextSource.
Definition at line 152 of file ContextSource.php.
References getContext().
Referenced by ChangesList\__construct(), OutputPage\enableOOUI(), OutputPage\getJSVars(), OutputPage\getRlClient(), OutputPage\getRlClientContext(), and OutputPage\output().
ContextSource::getStats | ( | ) |
Get the Stats object.
Implements IContextSource.
Definition at line 174 of file ContextSource.php.
References getContext().
Referenced by ApiMain\executeActionWithErrorHandling(), and DifferenceEngine\generateTextDiffBody().
ContextSource::getTiming | ( | ) |
Get the Timing object.
Implements IContextSource.
Definition at line 162 of file ContextSource.php.
References getContext().
ContextSource::getTitle | ( | ) |
Get the Title object.
Implements IContextSource.
Definition at line 87 of file ContextSource.php.
References getContext().
Referenced by OutputPage\addAcceptLanguage(), OutputPage\addParserOutputMetadata(), Skin\addToSidebarPlain(), OutputPage\addWikiText(), OutputPage\addWikiTextTidy(), SkinTemplate\buildContentNavigationUrls(), OutputPage\buildExemptModules(), SkinTemplate\buildNavUrls(), SkinTemplate\buildPersonalUrls(), HistoryPager\curLink(), ApiEditPage\execute(), FileDuplicateSearchPage\formatResult(), HistoryPager\formatRow(), OutputPage\getBottomScripts(), Skin\getCategories(), Skin\getCategoryLinks(), Skin\getCopyright(), DifferenceEngine\getDiffLang(), HistoryPager\getEndBody(), LogEventsList\getFilterLinks(), OutputPage\getHeadLinksArray(), OutputPage\getJSVars(), SkinTemplate\getLanguages(), SkinTemplate\getNameSpaceKey(), UsersPager\getPageHeader(), Skin\getRelevantTitle(), HistoryPager\getStartBody(), CategoryPager\getStartForm(), Skin\getUndeleteLink(), OutputPage\headElement(), HistoryPager\historyLine(), Skin\isRevisionCurrent(), OutputPage\isUserCssPreview(), OutputPage\isUserJsPreview(), HistoryPager\lastLink(), Skin\lastModified(), DifferenceEngine\loadRevisionData(), DifferenceEngine\loadRevisionIds(), IndexPager\makeLink(), DifferenceEngine\mapDiffPrevNext(), OutputPage\parse(), SkinTemplate\prepareQuickTemplate(), Skin\printSource(), DifferenceEngine\renderNewRevision(), HistoryPager\revLink(), OutputPage\setFeedAppendQuery(), SkinTemplate\setupTemplateForOutput(), DifferenceEngine\showDiffPage(), and OutputPage\userCanPreview().
ContextSource::getUser | ( | ) |
Get the User object.
Implements IContextSource.
Definition at line 132 of file ContextSource.php.
References getContext().
Referenced by LogEventsList\__construct(), IndexPager\__construct(), HistoryPager\__construct(), UploadForm\__construct(), ImageHistoryList\beginImageHistoryList(), SkinTemplate\buildContentNavigationUrls(), SkinTemplate\buildNavUrls(), SkinTemplate\buildPersonalUrls(), ApiMain\canApiHighLimits(), ApiMain\checkAsserts(), ApiMain\checkConditionalRequestHeaders(), ApiMain\checkExecutePermissions(), OutputPage\checkLastModified(), ApiMain\checkReadOnly(), DifferenceEngine\deletedLink(), ApiQuery\doExport(), ApiImageRotate\execute(), ApiManageTags\execute(), ApiTag\execute(), ApiProtect\execute(), ApiClearHasMsg\execute(), ApiCheckToken\execute(), ApiUndelete\execute(), ApiMove\execute(), ApiEmailUser\execute(), ApiQueryStashImageInfo\execute(), ApiRevisionDelete\execute(), ApiImport\execute(), ApiWatch\execute(), ApiQueryMyStashedFiles\execute(), ApiQueryTokens\execute(), ApiPatrol\execute(), ApiUpload\execute(), ApiChangeAuthenticationData\execute(), ApiEditPage\execute(), ApiOptions\execute(), ApiSetNotificationTimestamp\execute(), ApiQueryAuthManagerInfo\execute(), ApiLogout\execute(), ApiUnblock\execute(), ApiQueryBlocks\execute(), ApiPurge\execute(), ApiQueryDeletedrevs\execute(), ApiFileRevert\execute(), ApiQueryFilearchive\execute(), ApiDelete\execute(), ApiBlock\execute(), ApiCSPReport\execute(), ApiRollback\execute(), ApiQueryLogEvents\execute(), ApiParse\execute(), ApiRemoveAuthenticationData\execute(), ApiQueryImageInfo\execute(), ApiStashEdit\execute(), ApiAMCreateAccount\execute(), ApiLinkAccount\execute(), ApiUserrights\execute(), ApiResetPassword\execute(), ApiQueryWatchlist\extractOutputData(), ApiQueryInfo\extractPageInfo(), ApiQueryRevisionsBase\extractRevisionInfo(), ApiQueryLogEvents\extractRowInfo(), ApiQueryRecentChanges\extractRowInfo(), UsersPager\formatRow(), ContribsPager\formatRow(), HistoryPager\formatRow(), BlockListPager\formatValue(), ProtectedPagesPager\formatValue(), ApiQueryLogEvents\getCacheMode(), Skin\getCategories(), Skin\getCategoryLinks(), ApiUpload\getChunkResult(), ApiUpload\getContextResult(), ApiQueryUserInfo\getCurrentUserInfo(), UploadForm\getDescriptionSection(), HistoryPager\getEndBody(), LogPager\getFilterParams(), OutputPage\getHeadLinksArray(), HTMLForm\getHiddenFields(), OutputPage\getJSVars(), EnhancedChangesList\getLineData(), EnhancedChangesList\getLogText(), DifferenceEngine\getMarkPatrolledLinkInfo(), PreferencesForm\getModifiedUser(), Skin\getNewtalks(), UploadForm\getOptionsSection(), DifferenceEngine\getParserOutput(), NewPagesPager\getQueryInfo(), DeletedContribsPager\getQueryInfo(), ActiveUsersPager\getQueryInfo(), UsersPager\getQueryInfo(), ContribsPager\getQueryInfo(), BlockListPager\getQueryInfo(), ApiQueryUserInfo\getRateLimits(), DifferenceEngine\getRevisionHeader(), OutputPage\getRlClientContext(), LogEventsList\getShowHideLinks(), Skin\getSiteNotice(), UploadForm\getSourceSection(), HistoryPager\getStartBody(), ImageHistoryList\getThumbForLine(), ApiTokens\getTokenTypes(), LogEventsList\getTypeSelector(), Skin\getUndeleteLink(), ApiQueryInfo\getVisitingWatcherInfo(), ApiQueryInfo\getWatchedInfo(), ApiQueryInfo\getWatcherInfo(), ApiBase\getWatchlistUser(), ApiBase\getWatchlistValue(), HistoryPager\historyLine(), ImageHistoryList\imageHistoryLine(), ApiPageSet\initFromRevIDs(), ChangesList\insertDateHeader(), ChangesList\insertDiffHist(), ChangesList\insertRollback(), Skin\lastModified(), LogPager\limitPerformer(), LogPager\limitTitle(), LogPager\limitType(), DifferenceEngine\loadNewText(), DifferenceEngine\loadText(), ApiBase\logFeatureUsage(), LogEventsList\logLine(), ApiMain\logRequest(), ApiMergeHistory\merge(), ApiMove\movePage(), ApiPurge\mustBePosted(), OutputPage\parserOptions(), ApiUpload\performStash(), ApiUpload\performUpload(), Skin\preloadExistence(), ApiQueryContributions\prepareQuery(), ApiTag\processIndividual(), ImportReporter\reportPage(), DifferenceEngine\revisionDeleteLink(), HistoryPager\revLink(), ApiQueryDeletedRevisions\run(), ApiQueryAllRevisions\run(), ApiQueryAllDeletedRevisions\run(), ApiQueryWatchlist\run(), ApiQueryRevisions\run(), ApiQueryRecentChanges\run(), ApiUpload\selectUploadModule(), ApiMain\setupExternalResponse(), SkinTemplate\setupTemplateForOutput(), ApiBase\setWatch(), ChangesList\showAsUnpatrolled(), DifferenceEngine\showDiffPage(), Skin\showEmailUser(), ApiQueryBase\showHiddenUsersAddBlockInfo(), OutputPage\showPermissionsErrorPage(), HTMLForm\tryAuthorizedSubmit(), RevDelList\updateLog(), OutputPage\userCanPreview(), ApiQueryBase\userCanSeeRevDel(), and ApiBase\validateToken().
ContextSource::getWikiPage | ( | ) |
Get the WikiPage object.
May throw an exception if there's no Title object set or the Title object belongs to a special namespace that doesn't have WikiPage, so use first canUseWikiPage() to check whether this method can be called safely.
Implements IContextSource.
Definition at line 112 of file ContextSource.php.
References getContext().
Referenced by SkinTemplate\buildContentNavigationUrls(), HistoryPager\curLink(), OutputPage\getJSVars(), HistoryPager\getQueryInfo(), SkinTemplate\prepareQuickTemplate(), and DifferenceEngine\renderNewRevision().
ContextSource::msg | ( | ) |
Get a Message object with context set Parameters are the same as wfMessage()
mixed | ... |
Implements IContextSource.
Definition at line 186 of file ContextSource.php.
References $args, and getContext().
Referenced by DeletedContribsPager\__construct(), ContribsPager\__construct(), AllMessagesTablePager\__construct(), UploadForm\__construct(), OutputPage\addHelpLink(), OutputPage\addReturnTo(), Skin\addToSidebarPlain(), OutputPage\addWikiMsgArray(), ApiQuerySiteinfo\appendSkins(), ImageHistoryList\beginImageHistoryList(), SkinTemplate\buildContentNavigationUrls(), AllMessagesTablePager\buildForm(), SkinTemplate\buildNavUrls(), SkinTemplate\buildPersonalUrls(), ListToggle\checkboxLink(), ApiUpload\checkVerification(), ImportReporter\close(), FormatMetadata\collapseContactInfo(), ApiQueryTags\execute(), ApiRollback\execute(), FormatMetadata\exifMsg(), Skin\footerLink(), FormatMetadata\formatCoords(), OutputPage\formatPermissionsErrorMessage(), CategoryPager\formatRow(), ActiveUsersPager\formatRow(), UsersPager\formatRow(), ContribsPager\formatRow(), BlockListPager\formatValue(), AllMessagesTablePager\formatValue(), ProtectedPagesPager\formatValue(), OOUIHTMLForm\getButtons(), VFormHTMLForm\getButtons(), HTMLForm\getButtons(), PreferencesForm\getButtons(), Skin\getCachedNotice(), Skin\getCategoryLinks(), Skin\getCopyright(), CategoryViewer\getCountMessage(), DifferenceEngine\getDiff(), EnhancedChangesList\getDiffHistLinks(), TablePager\getEmptyBody(), ApiBase\getExamplesMessages(), UploadForm\getExtensionsMessage(), LogEventsList\getExtraInputs(), ApiFeedRecentChanges\getFeedObject(), BlockListPager\getFieldNames(), ImageListPager\getFieldNames(), ProtectedPagesPager\getFieldNames(), AllMessagesTablePager\getFieldNames(), LogEventsList\getFilterLinks(), ApiBase\getFinalDescription(), ApiBase\getFinalParamDescription(), OutputPage\getHeadLinksArray(), ListToggle\getHTML(), CategoryViewer\getHTML(), CategoryViewer\getImageSection(), EditWatchlistNormalHTMLForm\getLegend(), HTMLForm\getLegend(), TablePager\getLimitDropdown(), EnhancedChangesList\getLineData(), EnhancedChangesList\getLogText(), ReverseChronologicalPager\getNavigationBar(), AlphabeticPager\getNavigationBar(), TablePager\getNavigationBar(), Skin\getNewtalks(), UsersPager\getPageHeader(), CategoryViewer\getPagesSection(), HistoryPager\getRevisionButton(), DifferenceEngine\getRevisionHeader(), UploadForm\getSourceSection(), AllMessagesTablePager\getStartBody(), HistoryPager\getStartBody(), CategoryPager\getStartForm(), CategoryViewer\getSubcategorySection(), HTMLForm\getSubmitText(), ImageHistoryList\getThumbForLine(), LogEventsList\getTitleInput(), LogEventsList\getTitlePattern(), Skin\getUndeleteLink(), LogEventsList\getUserInput(), OutputPage\headElement(), HistoryPager\historyLine(), ImageHistoryList\imageHistoryLine(), ChangesList\insertComment(), ChangesList\insertDiffHist(), ChangesList\insertLog(), ChangesList\insertUserRelatedLinks(), FormatMetadata\langItem(), Skin\lastModified(), DifferenceEngine\localiseLineNumbersCb(), Skin\logoText(), Skin\mainPageLink(), FormatMetadata\makeFormattedData(), DifferenceEngine\markPatrolledLink(), ApiMain\modifyHelp(), ChangesList\numberofWatchingusers(), CategoryViewer\pagingLinks(), ChangesList\preCacheMessages(), SkinTemplate\prepareQuickTemplate(), Skin\printSource(), EnhancedChangesList\recentChangesBlockGroup(), EnhancedChangesList\recentChangesBlockLine(), ImportReporter\reportNotice(), ImportReporter\reportPage(), OutputPage\setPageTitle(), HTMLForm\setSubmitTextMsg(), HTMLForm\setWrapperLegendMsg(), DifferenceEngine\showDiffPage(), OutputPage\showErrorPage(), OutputPage\showFatalError(), OutputPage\showFileCopyError(), OutputPage\showFileDeleteError(), OutputPage\showFileNotFoundError(), OutputPage\showFileRenameError(), DifferenceEngine\showMissingRevision(), LogEventsList\showOptions(), OutputPage\showPermissionsErrorPage(), OutputPage\showUnexpectedValueError(), Skin\subPageSubtitle(), TraditionalImageGallery\toHTML(), OutputPage\versionRequired(), ApiWatch\watchTitle(), and OutputPage\wrapWikiMsg().
ContextSource::setContext | ( | IContextSource | $context | ) |
Set the IContextSource object.
IContextSource | $context |
Definition at line 57 of file ContextSource.php.
References $context.
Referenced by TablePager\__construct(), RevisionListBase\__construct(), LoginHelper\__construct(), UsersPager\__construct(), ImageListPager\__construct(), ImageHistoryList\__construct(), ChangesList\__construct(), LogEventsList\__construct(), DerivativeContext\__construct(), CategoryViewer\__construct(), DifferenceEngine\__construct(), IndexPager\__construct(), ImageGalleryBase\__construct(), ApiMain\__construct(), ApiBase\__construct(), HTMLForm\__construct(), OutputPage\__construct(), UploadForm\__construct(), SkinTemplate\buildContentNavigationUrls(), ChangesList\flag(), FormatMetadata\flattenArrayContentLang(), FormatMetadata\getFormattedData(), RequestContext\getSkin(), SkinTemplate\outputPage(), DerivativeContext\setSkin(), and RequestContext\setSkin().
|
private |
Definition at line 33 of file ContextSource.php.
Referenced by PackedImageGallery\__construct(), SlideshowImageGallery\__construct(), OOUIHTMLForm\__construct(), TablePager\__construct(), EnhancedChangesList\__construct(), UsersPager\__construct(), ActiveUsersPager\__construct(), LogEventsList\__construct(), DifferenceEngine\__construct(), IndexPager\__construct(), ImageGalleryBase\__construct(), ApiMain\__construct(), HTMLForm\__construct(), OutputPage\__construct(), UploadForm\__construct(), ApiParse\categoriesHtml(), ApiFormatBase\closePrinter(), ApiHelp\execute(), ApiFeedRecentChanges\execute(), ApiParse\execute(), ApiLogin\execute(), ApiQueryUsers\execute(), ApiQueryRevisionsBase\extractRevisionInfo(), ImageGalleryBase\factory(), ChangesList\flag(), FormatMetadata\flattenArrayContentLang(), ApiPageSet\getAllowedParams(), getContext(), FormatMetadata\getFormattedData(), OutputPage\getRlClient(), ApiCSPReport\logReport(), setContext(), ChangesList\showCharacterDifference(), and LogEventsList\showLogExtract().