MediaWiki REL1_34
OutputPage Class Reference

This is one of the Core classes and should be read at least once by any new developers. More...

Inheritance diagram for OutputPage:
Collaboration diagram for OutputPage:

Public Member Functions

 __construct (IContextSource $context)
 Constructor for OutputPage.
 
 adaptCdnTTL ( $mtime, $minTTL=0, $maxTTL=0)
 Get TTL in [$minTTL,$maxTTL] and pass it to lowerCdnMaxage()
 
 addBacklinkSubtitle (Title $title, $query=[])
 Add a subtitle containing a backlink to a page.
 
 addBodyClasses ( $classes)
 Add a class to the <body> element.
 
 addCategoryLinks (array $categories)
 Add an array of categories, with names in the keys.
 
 addContentOverride (LinkTarget $target, Content $content)
 Add a mapping from a LinkTarget to a Content, for things like page preview.
 
 addContentOverrideCallback (callable $callback)
 Add a callback for mapping from a Title to a Content object, for things like page preview.
 
 addElement ( $element, array $attribs=[], $contents='')
 Shortcut for adding an Html::element via addHTML.
 
 addFeedLink ( $format, $href)
 Add a feed link to the page header.
 
 addHeadItem ( $name, $value)
 Add or replace a head item to the output.
 
 addHeadItems ( $values)
 Add one or more head items to the output.
 
 addHelpLink ( $to, $overrideBaseUrl=false)
 Adds help link with an icon via page indicators.
 
 addHTML ( $text)
 Append $text to the body HTML.
 
 addInlineScript ( $script)
 Add a self-contained script tag with the given contents Internal use only.
 
 addInlineStyle ( $style_css, $flip='noflip')
 Adds inline CSS styles Internal use only.
 
 addJsConfigVars ( $keys, $value=null)
 Add one or more variables to be set in mw.config in JavaScript.
 
 addLanguageLinks (array $newLinkArray)
 Add new language links.
 
 addLink (array $linkarr)
 Add a new \<link\> tag to the page header.
 
 addLinkHeader ( $header)
 Add an HTTP Link: header.
 
 addMeta ( $name, $val)
 Add a new "<meta>" tag To add an http-equiv meta tag, precede the name with "http:".
 
 addModules ( $modules)
 Load one or more ResourceLoader modules on this page.
 
 addModuleStyles ( $modules)
 Load the styles of one or more ResourceLoader modules on this page.
 
 addParserOutput (ParserOutput $parserOutput, $poOptions=[])
 Add everything from a ParserOutput object.
 
 addParserOutputContent (ParserOutput $parserOutput, $poOptions=[])
 Add the HTML and enhancements for it (like ResourceLoader modules) associated with a ParserOutput object, without any other metadata.
 
 addParserOutputMetadata (ParserOutput $parserOutput)
 Add all metadata associated with a ParserOutput object, but without the actual HTML.
 
 addParserOutputText (ParserOutput $parserOutput, $poOptions=[])
 Add the HTML associated with a ParserOutput object, without any metadata.
 
 addReturnTo ( $title, array $query=[], $text=null, $options=[])
 Add a "return to" link pointing to a specified title.
 
 addScript ( $script)
 Add raw HTML to the list of scripts (including \<script\> tag, etc.) Internal use only.
 
 addScriptFile ( $file, $unused=null)
 Add a JavaScript file to be loaded as <script> on this page.
 
 addStyle ( $style, $media='', $condition='', $dir='')
 Add a local or specified stylesheet, with the given media options.
 
 addSubtitle ( $str)
 Add $str to the subtitle.
 
 addTemplate (&$template)
 Add the output of a QuickTemplate to the output buffer.
 
 addVaryHeader ( $header, array $option=null)
 Add an HTTP header that will influence on the cache.
 
 addWikiMsg ()
 Add a wikitext-formatted message to the output.
 
 addWikiMsgArray ( $name, $args)
 Add a wikitext-formatted message to the output.
 
 addWikiTextAsContent ( $text, $linestart=true, Title $title=null)
 Convert wikitext in the page content language to HTML and add it to the buffer.
 
 addWikiTextAsInterface ( $text, $linestart=true, Title $title=null)
 Convert wikitext in the user interface language to HTML and add it to the buffer.
 
 allowClickjacking ()
 Turn off frame-breaking.
 
 buildCssLinksArray ()
 
 checkLastModified ( $timestamp)
 checkLastModified tells the client to use the client-cached page if possible.
 
 clearHTML ()
 Clear the body HTML.
 
 clearSubtitle ()
 Clear the subtitles.
 
 disable ()
 Disable output completely, i.e.
 
 disallowUserJs ()
 Do not allow scripts which can be modified by wiki users to load on this page; only allow scripts bundled with, or generated by, the software.
 
 enableClientCache ( $state)
 Use enableClientCache(false) to force it to send nocache headers.
 
 enableOOUI ()
 Add ResourceLoader module styles for OOUI and set up the PHP implementation of it for use with MediaWiki and this OutputPage instance.
 
 forceHideNewSectionLink ()
 Forcibly hide the new section link?
 
 formatPermissionsErrorMessage (array $errors, $action=null)
 Format a list of error messages.
 
 getAllowedModules ( $type)
 Show what level of JavaScript / CSS untrustworthiness is allowed on this page.
 
 getArticleBodyOnly ()
 Return whether the output will contain only the body of the article.
 
 getBottomScripts ()
 JS stuff to put at the bottom of the <body>.
 
 getCacheVaryCookies ()
 Get the list of cookie names that will influence the cache.
 
 getCanonicalUrl ()
 Returns the URL to be used for the <link rel=canonical>> if one is set.
 
 getCategories ( $type='all')
 Get the list of category names this page belongs to.
 
 getCategoryLinks ()
 Get the list of category links, in a 2-D array with the following format: $arr[$type][] = $link, where $type is either "normal" or "hidden" (for hidden categories) and $link a HTML fragment with a link to the category page.
 
 getCSPNonce ()
 Get (and set if not yet set) the CSP nonce.
 
 getDisplayTitle ()
 Returns page display title.
 
 getFeedAppendQuery ()
 Will currently always return null.
 
 getFileSearchOptions ()
 Get the files used on this page.
 
 getFileVersion ()
 Get the displayed file version.
 
 getFrameOptions ()
 Get the X-Frame-Options header value (without the name part), or false if there isn't one.
 
 getHeadItemsArray ()
 Get an array of head items.
 
 getHeadLinksArray ()
 
 getHTML ()
 Get the body HTML.
 
 getHTMLTitle ()
 Return the "HTML title", i.e.
 
 getIndicators ()
 Get the indicators associated with this page.
 
 getJsConfigVars ()
 Get the javascript config vars to include on this page.
 
 getJSVars ()
 Get an array containing the variables to be set in mw.config in JavaScript.
 
 getLanguageLinks ()
 Get the list of language links.
 
 getLinkHeader ()
 Return a Link: header.
 
 getLinkTags ()
 Returns the current <link> tags.
 
 getMetaTags ()
 Returns the current <meta> tags.
 
 getModules ( $filter=false, $position=null, $param='mModules', $type=ResourceLoaderModule::TYPE_COMBINED)
 Get the list of modules to include on this page.
 
 getModuleStyles ( $filter=false, $position=null)
 Get the list of style-only modules to load on this page.
 
 getPageTitle ()
 Return the "page title", i.e.
 
 getPreventClickjacking ()
 Get the prevent-clickjacking flag.
 
 getProperty ( $name)
 Get an additional output property.
 
 getRedirect ()
 Get the URL to redirect to, or an empty string if not redirect URL set.
 
 getResourceLoader ()
 Get a ResourceLoader object associated with this OutputPage.
 
 getRevisionId ()
 Get the displayed revision ID.
 
 getRevisionTimestamp ()
 Get the timestamp of displayed revision.
 
 getRlClient ()
 Call this to freeze the module queue and JS config and create a formatter.
 
 getSubtitle ()
 Get the subtitle.
 
 getSyndicationLinks ()
 Return URLs for each supported syndication format for this page.
 
 getTarget ()
 
 getTemplateIds ()
 Get the templates used on this page.
 
 getUnprefixedDisplayTitle ()
 Returns page display title without namespace prefix if possible.
 
 getVaryHeader ()
 Return a Vary: header on which to vary caches.
 
 hasHeadItem ( $name)
 Check if the header item $name is already set.
 
 haveCacheVaryCookies ()
 Check if the request has a cache-varying cookie header If it does, it's very important that we don't allow public caching.
 
 headElement (Skin $sk, $includeStyle=true)
 
 isArticle ()
 Return whether the content displayed page is related to the source of the corresponding article on the wiki.
 
 isArticleRelated ()
 Return whether this page is related an article on the wiki.
 
 isDisabled ()
 Return whether the output will be completely disabled.
 
 isPrintable ()
 Return whether the page is "printable".
 
 isRevisionCurrent ()
 Whether the revision displayed is the latest revision of the page.
 
 isSyndicated ()
 Should we output feed links for this page?
 
 isTOCEnabled ()
 Whether the output has a table of contents.
 
 loadSkinModules ( $sk)
 Transfer styles and JavaScript modules from skin.
 
 lowerCdnMaxage ( $maxage)
 Set the value of the "s-maxage" part of the "Cache-control" HTTP header to $maxage if that is lower than the current s-maxage.
 
 makeResourceLoaderLink ( $modules, $only, array $extraQuery=[])
 Explicily load or embed modules on a page.
 
 output ( $return=false)
 Finally, all the text has been munged and accumulated into the object, let's actually output it:
 
 parse ( $text, $linestart=true, $interface=false, $language=null)
 Parse wikitext and return the HTML.
 
 parseAsContent ( $text, $linestart=true)
 Parse wikitext in the page content language and return the HTML.
 
 parseAsInterface ( $text, $linestart=true)
 Parse wikitext in the user interface language and return the HTML.
 
 parseInline ( $text, $linestart=true, $interface=false)
 Parse wikitext, strip paragraph wrapper, and return the HTML.
 
 parseInlineAsInterface ( $text, $linestart=true)
 Parse wikitext in the user interface language, strip paragraph wrapper, and return the HTML.
 
 parserOptions ( $options=null)
 Get/set the ParserOptions object to use for wikitext parsing.
 
 prepareErrorPage ( $pageTitle, $htmlTitle=false)
 Prepare this object to display an error page; disable caching and indexing, clear the current text and redirect, set the page's title and optionally an custom HTML title (content of the "<title>" tag).
 
 prependHTML ( $text)
 Prepend $text to the body HTML.
 
 preventClickjacking ( $enable=true)
 Set a flag which will cause an X-Frame-Options header appropriate for edit pages to be sent.
 
 redirect ( $url, $responsecode='302')
 Redirect to $url rather than displaying the normal page.
 
 reduceAllowedModules ( $type, $level)
 Limit the highest level of CSS/JS untrustworthiness allowed.
 
 returnToMain ( $unused=null, $returnto=null, $returntoquery=null)
 Add a "return to" link pointing to a specified title, or the title indicated in the request, or else the main page.
 
 sendCacheControl ()
 Send cache control HTTP headers.
 
 setArticleBodyOnly ( $only)
 Set whether the output should only contain the body of the article, without any skin, sidebar, etc.
 
 setArticleFlag ( $newVal)
 Set whether the displayed content is related to the source of the corresponding article on the wiki Setting true will cause the change "article related" toggle to true.
 
 setArticleRelated ( $newVal)
 Set whether this page is related an article on the wiki Setting false will cause the change of "article flag" toggle to false.
 
 setCanonicalUrl ( $url)
 Set the URL to be used for the <link rel=canonical>>.
 
 setCategoryLinks (array $categories)
 Reset the category links (but not the category list) and add $categories.
 
 setCdnMaxage ( $maxage)
 Set the value of the "s-maxage" part of the "Cache-control" HTTP header.
 
 setCopyright ( $hasCopyright)
 Set whether the standard copyright should be shown for the current page.
 
 setCopyrightUrl ( $url)
 Set the copyright URL to send with the output.
 
 setDisplayTitle ( $html)
 Same as page title but only contains name of the page, not any other text.
 
 setFeedAppendQuery ( $val)
 Add default feeds to the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version.
 
 setFileVersion ( $file)
 Set the displayed file version.
 
 setFollowPolicy ( $policy)
 Set the follow policy for the page, but leave the index policy un- touched.
 
 setHTMLTitle ( $name)
 "HTML title" means the contents of "<title>".
 
 setIndexPolicy ( $policy)
 Set the index policy for the page, but leave the follow policy un- touched.
 
 setIndicators (array $indicators)
 Add an array of indicators, with their identifiers as array keys and HTML contents as values.
 
 setLanguageLinks (array $newLinkArray)
 Reset the language links and add new language links.
 
 setLastModified ( $timestamp)
 Override the last modified timestamp.
 
 setPageTitle ( $name)
 "Page title" means the contents of \<h1\>.
 
 setPrintable ()
 Set the page as printable, i.e.
 
 setProperty ( $name, $value)
 Set an additional output property.
 
 setRedirectedFrom ( $t)
 Set $mRedirectedFrom, the Title of the page which redirected us to the current page.
 
 setRevisionId ( $revid)
 Set the revision ID which will be seen by the wiki text parser for things such as embedded {{REVISIONID}} variable use.
 
 setRevisionTimestamp ( $timestamp)
 Set the timestamp of the revision which will be displayed.
 
 setRobotPolicy ( $policy)
 Set the robot policy for the page: http://www.robotstxt.org/meta.html
 
 setStatusCode ( $statusCode)
 Set the HTTP status code to send with the output.
 
 setSubtitle ( $str)
 Replace the subtitle with $str.
 
 setSyndicated ( $show=true)
 Add or remove feed links in the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version.
 
 setTarget ( $target)
 Sets ResourceLoader target for load.php links.
 
 setTitle (Title $t)
 Set the Title object to use.
 
 showErrorPage ( $title, $msg, $params=[])
 Output a standard error page.
 
 showFatalError ( $message)
 Output an error page.
 
 showLagWarning ( $lag)
 Show a warning about replica DB lag.
 
 showNewSectionLink ()
 Show an "add new section" link?
 
 showPermissionsErrorPage (array $errors, $action=null)
 Output a standard permission error page.
 
 showsCopyright ()
 Return whether the standard copyright should be shown for the current page.
 
 userCanPreview ()
 To make it harder for someone to slip a user a fake JavaScript or CSS preview, a random token is associated with the login session.
 
 versionRequired ( $version)
 Display an error page indicating that a given version of MediaWiki is required to use it.
 
 wrapWikiMsg ( $wrap)
 This function takes a number of message/argument specifications, wraps them in some overall structure, and then parses the result and adds it to the output.
 
 wrapWikiTextAsInterface ( $wrapperClass, $text)
 Convert wikitext in the user interface language to HTML and add it to the buffer with a <div class="$wrapperClass"> wrapper.
 
- Public Member Functions inherited from ContextSource
 canUseWikiPage ()
 Check whether a WikiPage object can be get with getWikiPage().
 
 exportSession ()
 Export the resolved user IP, HTTP headers, user ID, and session ID.
 
 getConfig ()
 
 getContext ()
 Get the base IContextSource object.
 
 getLanguage ()
 
 getOutput ()
 
 getRequest ()
 
 getSkin ()
 
 getStats ()
 
 getTiming ()
 
 getTitle ()
 
 getUser ()
 
 getWikiPage ()
 Get the WikiPage object.
 
 msg ( $key,... $params)
 Get a Message object with context set Parameters are the same as wfMessage()
 
 setContext (IContextSource $context)
 

Static Public Member Functions

static buildBacklinkSubtitle (Title $title, $query=[])
 Build message object for a subtitle containing a backlink to a page.
 
static setupOOUI ( $skinName='default', $dir='ltr')
 Helper function to setup the PHP implementation of OOUI to use in this request.
 
static transformCssMedia ( $media)
 Transform "media" attribute based on request parameters.
 
static transformFilePath ( $remotePathPrefix, $localPath, $file)
 Utility method for transformResourceFilePath().
 
static transformResourcePath (Config $config, $path)
 Transform path to web-accessible static resource.
 

Public Attributes

string $mBodytext = ''
 Contains all of the "<body>" content.
 
bool $mNoGallery = false
 Comes from the parser.
 
string $mPageLinkTitle = ''
 Used by skin template.
 
string $mRedirect = ''
 
string $mRedirectCode = ''
 

Protected Member Functions

 addCategoryLinksToLBAndGetResult (array $categories)
 
 buildExemptModules ()
 Build exempt modules and legacy non-ResourceLoader styles.
 
 filterModules (array $modules, $position=null, $type=ResourceLoaderModule::TYPE_COMBINED)
 Filter an array of modules to remove insufficiently trustworthy members, and modules which are no longer registered (eg a page is cached before an extension is disabled)
 
 getAdvertisedFeedTypes ()
 Return effective list of advertised feed types.
 
 styleLink ( $style, array $options)
 Generate \<link\> tags for stylesheets.
 

Static Protected Member Functions

static combineWrappedStrings (array $chunks)
 Combine WrappedString chunks and filter out empty ones.
 

Protected Attributes

array $mAdditionalBodyClasses = []
 Additional <body> classes; there are also <body> classes from other sources.
 
array $mAllowedModules
 What level of 'untrustworthiness' is allowed in CSS/JS modules loaded on this page?
 
string bool $mCanonicalUrl = false
 
array $mCategories
 
array $mCategoryLinks = []
 
int $mCdnMaxage = 0
 Cache stuff.
 
int $mCdnMaxageLimit = INF
 Upper limit on mCdnMaxage.
 
int $mContainsNewMagic = 0
 
bool $mDoNothing = false
 Whether output is disabled.
 
 $mEnableClientCache = true
 
 $mFeedLinksAppendQuery = null
 
array $mFileVersion = null
 
array $mHeadItems = []
 Array of elements in "<head>".
 
bool $mHideNewSectionLink = false
 
array $mImageTimeKeys = []
 
array $mIndicators = []
 
string $mInlineStyles = ''
 Inline CSS styles.
 
array $mJsConfigVars = []
 
string $mLastModified = ''
 Used for sending cache control.
 
array $mLinktags = []
 
string[][] $mMetatags = []
 Should be private.
 
array $mModules = []
 
array $mModuleStyles = []
 
bool $mNewSectionLink = false
 
ParserOptions $mParserOptions = null
 lazy initialised, use parserOptions()
 
bool $mPreventClickjacking = true
 Controls if anti-clickjacking / frame-breaking headers will be sent.
 
ResourceLoader $mResourceLoader
 
int $mStatusCode
 
array $mTemplateIds = []
 
array $styles = []
 An array of stylesheet filenames (relative from skins path), with options for CSS media, IE conditions, and RTL/LTR direction.
 

Private Member Functions

 addAcceptLanguage ()
 T23672: Add Accept-Language to Vary header if there's no 'variant' parameter in GET.
 
 addWikiTextTitleInternal ( $text, Title $title, $linestart, $interface, $wrapperClass=null)
 Add wikitext with a custom Title object.
 
 feedLink ( $type, $url, $text)
 Generate a "<link rel/>" for a feed.
 
 getCdnCacheEpoch ( $reqTime, $maxAge)
 
 getFeaturePolicyReportOnly ()
 
 getOriginTrials ()
 Get the Origin-Trial header values.
 
 getReportTo ()
 
 getRlClientContext ()
 
 parseInternal ( $text, $title, $linestart, $tidy, $interface, $language)
 Parse wikitext and return the HTML (internal implementation helper)
 
 userCanEditOrCreate (User $user, LinkTarget $title)
 
 warnModuleTargetFilter ( $moduleName)
 

Private Attributes

callable[] $contentOverrideCallbacks = []
 
array $contentOverrides = []
 Map Title to Content.
 
string null $copyrightUrl
 The URL to send in a <link> element with rel=license.
 
string $CSPNonce
 The nonce for Content-Security-Policy.
 
string $displayTitle
 The displayed title of the page.
 
array $limitReportJSData = []
 Profiling data.
 
bool $mArticleBodyOnly = false
 Flag if output should only contain the body of the article.
 
bool $mEnableTOC = false
 Whether parser output contains a table of contents.
 
 $mFeedLinks = []
 Handles the Atom / RSS links.
 
 $mFollowPolicy = 'follow'
 
bool $mHasCopyright = false
 Is the content subject to copyright.
 
string $mHTMLtitle = ''
 Stores contents of "<title>" tag.
 
 $mIndexPolicy = 'index'
 
bool $mIsArticle = false
 Is the displayed content related to the source of the corresponding wiki article.
 
bool $mIsArticleRelated = true
 Stores "article flag" toggle.
 
array $mLanguageLinks = []
 Array of Interwiki Prefixed (non DB key) Titles (e.g.
 
 $mLinkHeader = []
 Link: header contents.
 
string $mPageTitle = ''
 The contents of.
 
bool $mPrintable = false
 We have to set isPrintable().
 
 $mProperties = []
 Additional key => value data.
 
Title $mRedirectedFrom = null
 If the current page was reached through a redirect, $mRedirectedFrom contains the Title of the redirect.
 
int $mRevisionId = null
 To include the variable {{REVISIONID}}.
 
string $mRevisionTimestamp = null
 
 $mScripts = ''
 Used for JavaScript (predates ResourceLoader)
 
array $mSubtitle = []
 Contains the page subtitle.
 
string null $mTarget = null
 ResourceLoader target for load.php links.
 
array $mVaryHeader
 Headers that cause the cache to vary.
 
ResourceLoaderClientHtml $rlClient
 
ResourceLoaderContext $rlClientContext
 
array $rlExemptStyleModules
 

Static Private Attributes

static array $cacheVaryCookies = null
 A cache of the names of the cookies that will influence the cache.
 

Detailed Description

This is one of the Core classes and should be read at least once by any new developers.

Also documented at https://www.mediawiki.org/wiki/Manual:Architectural_modules/OutputPage

This class is used to prepare the final rendering. A skin is then applied to the output parameters (links, javascript, html, categories ...).

Todo:
FIXME: Another class handles sending the whole page to the client.

Some comments comes from a pairing session between Zak Greant and Antoine Musso in November 2010.

Todo:
document

Definition at line 46 of file OutputPage.php.

Constructor & Destructor Documentation

◆ __construct()

OutputPage::__construct ( IContextSource  $context)

Constructor for OutputPage.

This should not be called directly. Instead a new RequestContext should be created and it will implicitly create a OutputPage tied to that context.

Parameters
IContextSource$context

Definition at line 335 of file OutputPage.php.

References $context, and ContextSource\setContext().

Member Function Documentation

◆ adaptCdnTTL()

OutputPage::adaptCdnTTL (   $mtime,
  $minTTL = 0,
  $maxTTL = 0 
)

Get TTL in [$minTTL,$maxTTL] and pass it to lowerCdnMaxage()

This sets and returns $minTTL if $mtime is false or null. Otherwise, the TTL is higher the older the $mtime timestamp is. Essentially, the TTL is 90% of the age of the object, subject to the min and max.

Parameters
string | int | float | bool | null$mtimeLast-Modified timestamp
int$minTTLMinimum TTL in seconds [default: 1 minute]
int$maxTTLMaximum TTL in seconds [default: $wgCdnMaxAge]
Since
1.28

Definition at line 2161 of file OutputPage.php.

References ContextSource\getConfig(), lowerCdnMaxage(), and wfTimestamp().

◆ addAcceptLanguage()

OutputPage::addAcceptLanguage ( )
private

T23672: Add Accept-Language to Vary header if there's no 'variant' parameter in GET.

For example: /w/index.php?title=Main_page will vary based on Accept-Language; but /w/index.php?title=Main_page&variant=zh-cn will not.

Definition at line 2290 of file OutputPage.php.

References $lang, $title, addVaryHeader(), ContextSource\getRequest(), and getTitle().

Referenced by sendCacheControl().

◆ addBacklinkSubtitle()

OutputPage::addBacklinkSubtitle ( Title  $title,
  $query = [] 
)

Add a subtitle containing a backlink to a page.

Parameters
Title$titleTitle to link to
array$queryArray of additional parameters to include in the link

Definition at line 1049 of file OutputPage.php.

References $title, and addSubtitle().

◆ addBodyClasses()

OutputPage::addBodyClasses (   $classes)

Add a class to the <body> element.

Since
1.30
Parameters
string | string[]$classesOne or more classes to add

Definition at line 670 of file OutputPage.php.

◆ addCategoryLinks()

OutputPage::addCategoryLinks ( array  $categories)

Add an array of categories, with names in the keys.

Parameters
array$categoriesMapping category name => sort key

Definition at line 1310 of file OutputPage.php.

References $res, $title, $type, addCategoryLinksToLBAndGetResult(), and NS_CATEGORY.

Referenced by addParserOutputMetadata(), and setCategoryLinks().

◆ addCategoryLinksToLBAndGetResult()

OutputPage::addCategoryLinksToLBAndGetResult ( array  $categories)
protected
Parameters
array$categories
Returns
bool|IResultWrapper

Definition at line 1359 of file OutputPage.php.

References $dbr, $res, DB_REPLICA, NS_CATEGORY, LinkBatch\setArray(), and wfGetDB().

Referenced by addCategoryLinks().

◆ addContentOverride()

OutputPage::addContentOverride ( LinkTarget  $target,
Content  $content 
)

Add a mapping from a LinkTarget to a Content, for things like page preview.

See also
self::addContentOverrideCallback()
Since
1.32
Parameters
LinkTarget$target
Content$content

Definition at line 595 of file OutputPage.php.

References $content, addContentOverrideCallback(), MediaWiki\Linker\LinkTarget\getDBkey(), and MediaWiki\Linker\LinkTarget\getNamespace().

◆ addContentOverrideCallback()

OutputPage::addContentOverrideCallback ( callable  $callback)

Add a callback for mapping from a Title to a Content object, for things like page preview.

See also
ResourceLoaderContext::getContentOverrideCallback()
Since
1.32
Parameters
callable$callback

Definition at line 615 of file OutputPage.php.

Referenced by addContentOverride().

◆ addElement()

OutputPage::addElement (   $element,
array  $attribs = [],
  $contents = '' 
)

Shortcut for adding an Html::element via addHTML.

Since
1.19
Parameters
string$element
array$attribs
string$contents

Definition at line 1575 of file OutputPage.php.

References addHTML().

◆ addFeedLink()

OutputPage::addFeedLink (   $format,
  $href 
)

Add a feed link to the page header.

Parameters
string$formatFeed type, should be a key of $wgFeedClasses
string$hrefURL

Definition at line 1177 of file OutputPage.php.

References getAdvertisedFeedTypes().

◆ addHeadItem()

OutputPage::addHeadItem (   $name,
  $value 
)

Add or replace a head item to the output.

Whenever possible, use more specific options like ResourceLoader modules, OutputPage::addLink(), OutputPage::addMetaLink() and OutputPage::addFeedLink() Fallback options for those are: OutputPage::addStyle, OutputPage::addScript(), OutputPage::addInlineScript() and OutputPage::addInlineStyle() This would be your very LAST fallback.

Parameters
string$nameItem name
string$valueRaw HTML

Definition at line 640 of file OutputPage.php.

◆ addHeadItems()

OutputPage::addHeadItems (   $values)

Add one or more head items to the output.

Since
1.28
Parameters
string | string[]$valuesRaw HTML

Definition at line 650 of file OutputPage.php.

◆ addHelpLink()

OutputPage::addHelpLink (   $to,
  $overrideBaseUrl = false 
)

Adds help link with an icon via page indicators.

Link target can be overridden by a local message containing a wikilink: the message key is: lowercase action or special page name + '-helppage'.

Parameters
string$toTarget MediaWiki.org page title or encoded URL.
bool$overrideBaseUrlWhether $url is a full URL, to avoid MW.o.
Since
1.25

Definition at line 1470 of file OutputPage.php.

References addModuleStyles(), ContextSource\msg(), setIndicators(), and wfUrlencode().

◆ addHTML()

◆ addInlineScript()

OutputPage::addInlineScript (   $script)

Add a self-contained script tag with the given contents Internal use only.

Use OutputPage::addModules() if possible.

Parameters
string$scriptJavaScript text, no script tags

Definition at line 472 of file OutputPage.php.

References getCSPNonce().

◆ addInlineStyle()

OutputPage::addInlineStyle (   $style_css,
  $flip = 'noflip' 
)

Adds inline CSS styles Internal use only.

Use OutputPage::addModuleStyles() if possible.

Parameters
mixed$style_cssInline CSS
string$flipSet to 'flip' to flip the CSS if needed

Definition at line 3701 of file OutputPage.php.

References ContextSource\getLanguage().

◆ addJsConfigVars()

OutputPage::addJsConfigVars (   $keys,
  $value = null 
)

Add one or more variables to be set in mw.config in JavaScript.

Parameters
string | array$keysKey or array of key/value pairs
mixed | null$value[optional] Value of the configuration variable

Definition at line 3186 of file OutputPage.php.

References $keys.

Referenced by addParserOutputContent(), and addParserOutputMetadata().

◆ addLanguageLinks()

OutputPage::addLanguageLinks ( array  $newLinkArray)

Add new language links.

Parameters
string[]$newLinkArrayArray of interwiki-prefixed (non DB key) titles (e.g. 'fr:Test page')

Definition at line 1282 of file OutputPage.php.

◆ addLink()

OutputPage::addLink ( array  $linkarr)

Add a new \<link\> tag to the page header.

Note: use setCanonicalUrl() for rel=canonical.

Parameters
array$linkarrAssociative array of attributes.

Definition at line 409 of file OutputPage.php.

◆ addLinkHeader()

OutputPage::addLinkHeader (   $header)

Add an HTTP Link: header.

Parameters
string$headerHeader value

Definition at line 2266 of file OutputPage.php.

References $header.

◆ addMeta()

OutputPage::addMeta (   $name,
  $val 
)

Add a new "<meta>" tag To add an http-equiv meta tag, precede the name with "http:".

Parameters
string$nameName of the meta tag
string$valValue of the meta tag

Definition at line 388 of file OutputPage.php.

◆ addModules()

OutputPage::addModules (   $modules)

Load one or more ResourceLoader modules on this page.

Parameters
string | array$modulesModule name (string) or array of module names

Definition at line 542 of file OutputPage.php.

References $modules.

Referenced by ListToggle\__construct(), MWDebug\addModules(), addParserOutputContent(), addParserOutputMetadata(), getRlClient(), and loadSkinModules().

◆ addModuleStyles()

OutputPage::addModuleStyles (   $modules)

Load the styles of one or more ResourceLoader modules on this page.

Module styles added through this function will be loaded as a stylesheet, using a standard <link rel=stylesheet> HTML tag, rather than as a combined Javascript and CSS package. Thus, they will even load when JavaScript is disabled.

Parameters
string | array$modulesModule name (string) or array of module names

Definition at line 568 of file OutputPage.php.

References $modules.

Referenced by ListToggle\__construct(), addHelpLink(), addParserOutputContent(), addParserOutputMetadata(), enableOOUI(), getRlClient(), and loadSkinModules().

◆ addParserOutput()

OutputPage::addParserOutput ( ParserOutput  $parserOutput,
  $poOptions = [] 
)

Add everything from a ParserOutput object.

Parameters
ParserOutput$parserOutput
array$poOptionsOptions to ParserOutput::getText()

Definition at line 1958 of file OutputPage.php.

References addParserOutputMetadata(), and addParserOutputText().

Referenced by addWikiTextTitleInternal().

◆ addParserOutputContent()

OutputPage::addParserOutputContent ( ParserOutput  $parserOutput,
  $poOptions = [] 
)

Add the HTML and enhancements for it (like ResourceLoader modules) associated with a ParserOutput object, without any other metadata.

Since
1.24
Parameters
ParserOutput$parserOutput
array$poOptionsOptions to ParserOutput::getText()

Definition at line 1928 of file OutputPage.php.

References addJsConfigVars(), addModules(), addModuleStyles(), addParserOutputText(), ParserOutput\getJsConfigVars(), ParserOutput\getModules(), and ParserOutput\getModuleStyles().

Referenced by SpecialExpandTemplates\showHtmlPreview().

◆ addParserOutputMetadata()

◆ addParserOutputText()

OutputPage::addParserOutputText ( ParserOutput  $parserOutput,
  $poOptions = [] 
)

Add the HTML associated with a ParserOutput object, without any metadata.

Since
1.24
Parameters
ParserOutput$parserOutput
array$poOptionsOptions to ParserOutput::getText()

Definition at line 1944 of file OutputPage.php.

References addHTML(), and ParserOutput\getText().

Referenced by addParserOutput(), and addParserOutputContent().

◆ addReturnTo()

OutputPage::addReturnTo (   $title,
array  $query = [],
  $text = null,
  $options = [] 
)

Add a "return to" link pointing to a specified title.

Parameters
LinkTarget$titleTitle to link
array$queryQuery string parameters
string | null$textText of the link (input is not escaped)
array$optionsOptions array to pass to Linker

Definition at line 2831 of file OutputPage.php.

References $title, addHTML(), and ContextSource\msg().

Referenced by returnToMain().

◆ addScript()

OutputPage::addScript (   $script)

Add raw HTML to the list of scripts (including \<script\> tag, etc.) Internal use only.

Use OutputPage::addModules() or OutputPage::addJsConfigVars() if possible.

Parameters
string$scriptRaw HTML

Definition at line 450 of file OutputPage.php.

Referenced by addScriptFile().

◆ addScriptFile()

OutputPage::addScriptFile (   $file,
  $unused = null 
)

Add a JavaScript file to be loaded as <script> on this page.

Internal use only. Use OutputPage::addModules() if possible.

Parameters
string$fileURL to file (absolute path, protocol-relative, or full url)
string | null$unusedPreviously used to change the cache-busting query parameter

Definition at line 462 of file OutputPage.php.

References $file, addScript(), and getCSPNonce().

◆ addStyle()

OutputPage::addStyle (   $style,
  $media = '',
  $condition = '',
  $dir = '' 
)

Add a local or specified stylesheet, with the given media options.

Internal use only. Use OutputPage::addModuleStyles() if possible.

Parameters
string$styleURL to the file
string$mediaTo specify a media type, 'screen', 'printable', 'handheld' or any.
string$conditionFor IE conditional comments, specifying an IE version
string$dirSet to 'rtl' or 'ltr' for direction-specific sheets

Definition at line 3680 of file OutputPage.php.

◆ addSubtitle()

OutputPage::addSubtitle (   $str)

Add $str to the subtitle.

Parameters
string | Message$strString or Message to add to the subtitle. String should be safe HTML.

Definition at line 1018 of file OutputPage.php.

References getContext().

Referenced by addBacklinkSubtitle(), and setSubtitle().

◆ addTemplate()

OutputPage::addTemplate ( $template)

Add the output of a QuickTemplate to the output buffer.

Parameters
QuickTemplate&$template

Definition at line 1968 of file OutputPage.php.

References addHTML().

◆ addVaryHeader()

OutputPage::addVaryHeader (   $header,
array  $option = null 
)

Add an HTTP header that will influence on the cache.

Parameters
string$headerHeader name
string[] | null$optionDeprecated; formerly options for the Key header, deprecated in 1.32 and removed in 1.34. See https://datatracker.ietf.org/doc/draft-fielding-http-key/ for the list of formerly-valid options.

Definition at line 2234 of file OutputPage.php.

References $header, and wfDeprecated().

Referenced by addAcceptLanguage(), getVaryHeader(), output(), and sendCacheControl().

◆ addWikiMsg()

OutputPage::addWikiMsg ( )

Add a wikitext-formatted message to the output.

This is equivalent to:

$wgOut->addWikiText( wfMessage( ... )->plain() )

Definition at line 3948 of file OutputPage.php.

References $args, and addWikiMsgArray().

Referenced by versionRequired().

◆ addWikiMsgArray()

OutputPage::addWikiMsgArray (   $name,
  $args 
)

Add a wikitext-formatted message to the output.

Like addWikiMsg() except the parameters are taken as an array instead of a variable argument list.

Parameters
string$name
array$args

Definition at line 3962 of file OutputPage.php.

References $args, addHTML(), and ContextSource\msg().

Referenced by addWikiMsg(), and showErrorPage().

◆ addWikiTextAsContent()

OutputPage::addWikiTextAsContent (   $text,
  $linestart = true,
Title  $title = null 
)

Convert wikitext in the page content language to HTML and add it to the buffer.

The result with be language-converted to the user's preferred variant. Assumes that the current page title will be used if optional $title is not provided. Output will be tidy.

Parameters
string$textWikitext in the page content language
bool$linestartIs this the start of a line? (Defaults to true)
Title | null$titleOptional title to use; default of null means use current page title.
Exceptions
MWExceptionif $title is not provided and OutputPage::getTitle() is null
Since
1.32

Definition at line 1807 of file OutputPage.php.

References $title, addWikiTextTitleInternal(), and getTitle().

◆ addWikiTextAsInterface()

OutputPage::addWikiTextAsInterface (   $text,
  $linestart = true,
Title  $title = null 
)

Convert wikitext in the user interface language to HTML and add it to the buffer.

The result will not be language-converted, as user interface messages are already localized into a specific variant. Assumes that the current page title will be used if optional $title is not provided. Output will be tidy.

Parameters
string$textWikitext in the user interface language
bool$linestartIs this the start of a line? (Defaults to true)
Title | null$titleOptional title to use; default of null means use current page title.
Exceptions
MWExceptionif $title is not provided and OutputPage::getTitle() is null
Since
1.32

Definition at line 1757 of file OutputPage.php.

References $title, addWikiTextTitleInternal(), and getTitle().

Referenced by showPermissionsErrorPage(), and wrapWikiMsg().

◆ addWikiTextTitleInternal()

OutputPage::addWikiTextTitleInternal (   $text,
Title  $title,
  $linestart,
  $interface,
  $wrapperClass = null 
)
private

Add wikitext with a custom Title object.

Output is unwrapped.

Parameters
string$textWikitext
Title$title
bool$linestartIs this the start of a line?
bool$interfaceWhether it is an interface message (for example disables conversion)
string$wrapperClassif not empty, wraps the output in a <div class="$wrapperClass">

Definition at line 1831 of file OutputPage.php.

References $title, addParserOutput(), and parseInternal().

Referenced by addWikiTextAsContent(), addWikiTextAsInterface(), and wrapWikiTextAsInterface().

◆ allowClickjacking()

OutputPage::allowClickjacking ( )

Turn off frame-breaking.

Alias for $this->preventClickjacking(false). This can be called from pages which do not contain any CSRF-protected HTML form.

Definition at line 2321 of file OutputPage.php.

◆ buildBacklinkSubtitle()

static OutputPage::buildBacklinkSubtitle ( Title  $title,
  $query = [] 
)
static

Build message object for a subtitle containing a backlink to a page.

Parameters
Title$titleTitle to link to
array$queryArray of additional parameters to include in the link
Returns
Message
Since
1.25

Definition at line 1034 of file OutputPage.php.

References $title, and wfMessage().

◆ buildCssLinksArray()

OutputPage::buildCssLinksArray ( )
Returns
array

Definition at line 3769 of file OutputPage.php.

References $file, and styleLink().

Referenced by buildExemptModules().

◆ buildExemptModules()

OutputPage::buildExemptModules ( )
protected

Build exempt modules and legacy non-ResourceLoader styles.

Returns
string|WrappedStringList HTML

Definition at line 3714 of file OutputPage.php.

References buildCssLinksArray(), and makeResourceLoaderLink().

Referenced by headElement().

◆ checkLastModified()

OutputPage::checkLastModified (   $timestamp)

checkLastModified tells the client to use the client-cached page if possible.

If successful, the OutputPage is disabled so that any future call to OutputPage->output() have no effect.

Side effect: sets mLastModified for Last-Modified header

Parameters
string$timestamp
Returns
bool True if cache-ok headers was sent.

Definition at line 727 of file OutputPage.php.

References disable(), getCdnCacheEpoch(), ContextSource\getConfig(), ContextSource\getRequest(), getUser(), sendCacheControl(), wfClearOutputBuffers(), wfDebug(), and wfTimestamp().

◆ clearHTML()

OutputPage::clearHTML ( )

Clear the body HTML.

Definition at line 1582 of file OutputPage.php.

Referenced by prepareErrorPage().

◆ clearSubtitle()

OutputPage::clearSubtitle ( )

Clear the subtitles.

Definition at line 1056 of file OutputPage.php.

Referenced by prepareErrorPage(), and setSubtitle().

◆ combineWrappedStrings()

static OutputPage::combineWrappedStrings ( array  $chunks)
staticprotected

Combine WrappedString chunks and filter out empty ones.

Parameters
array$chunks
Returns
string|WrappedStringList HTML

Definition at line 3139 of file OutputPage.php.

◆ disable()

OutputPage::disable ( )

Disable output completely, i.e.

calling output() will have no effect

Definition at line 1089 of file OutputPage.php.

Referenced by checkLastModified().

◆ disallowUserJs()

OutputPage::disallowUserJs ( )

Do not allow scripts which can be modified by wiki users to load on this page; only allow scripts bundled with, or generated by, the software.

Site-wide styles are controlled by a config setting, since they can be used to create a custom skin/theme, but not user-specific ones.

Todo:
this should be given a more accurate name

Definition at line 1502 of file OutputPage.php.

References ContextSource\getConfig(), and reduceAllowedModules().

Referenced by output().

◆ enableClientCache()

OutputPage::enableClientCache (   $state)

Use enableClientCache(false) to force it to send nocache headers.

Parameters
bool | null$stateNew value, or null to not set the value
Returns
bool Old value

Definition at line 2183 of file OutputPage.php.

References wfSetVar().

Referenced by addParserOutputMetadata(), SkinFallback\initPage(), and prepareErrorPage().

◆ enableOOUI()

OutputPage::enableOOUI ( )

Add ResourceLoader module styles for OOUI and set up the PHP implementation of it for use with MediaWiki and this OutputPage instance.

Since
1.25

Definition at line 4040 of file OutputPage.php.

References addModuleStyles(), ContextSource\getLanguage(), and ContextSource\getSkin().

Referenced by addParserOutputMetadata().

◆ feedLink()

OutputPage::feedLink (   $type,
  $url,
  $text 
)
private

Generate a "<link rel/>" for a feed.

Parameters
string$typeFeed type
string$urlURL to the feed
string$textValue of the "title" attribute
Returns
string HTML fragment

Definition at line 3662 of file OutputPage.php.

Referenced by getHeadLinksArray().

◆ filterModules()

OutputPage::filterModules ( array  $modules,
  $position = null,
  $type = ResourceLoaderModule::TYPE_COMBINED 
)
protected

Filter an array of modules to remove insufficiently trustworthy members, and modules which are no longer registered (eg a page is cached before an extension is disabled)

Parameters
array$modules
string | null$positionUnused
string$type
Returns
array

Definition at line 484 of file OutputPage.php.

References $modules, $resourceLoader, $type, ResourceLoaderModule\getOrigin(), getResourceLoader(), and warnModuleTargetFilter().

Referenced by getModules(), and makeResourceLoaderLink().

◆ forceHideNewSectionLink()

OutputPage::forceHideNewSectionLink ( )

Forcibly hide the new section link?

Returns
bool

Definition at line 1116 of file OutputPage.php.

◆ formatPermissionsErrorMessage()

OutputPage::formatPermissionsErrorMessage ( array  $errors,
  $action = null 
)

Format a list of error messages.

Parameters
array$errorsArray of arrays returned by Title::getUserPermissionsErrors
string | null$actionAction that was denied or null if unknown
Returns
string The wikitext error-messages, formatted into a list.

Definition at line 2760 of file OutputPage.php.

References ContextSource\msg().

Referenced by showPermissionsErrorPage().

◆ getAdvertisedFeedTypes()

OutputPage::getAdvertisedFeedTypes ( )
protected

Return effective list of advertised feed types.

See also
addFeedLink()
Returns
array Array of feed type names ( 'rss', 'atom' )

Definition at line 1142 of file OutputPage.php.

References ContextSource\getConfig().

Referenced by addFeedLink(), getHeadLinksArray(), and setFeedAppendQuery().

◆ getAllowedModules()

OutputPage::getAllowedModules (   $type)

Show what level of JavaScript / CSS untrustworthiness is allowed on this page.

See also
ResourceLoaderModule::$origin
Parameters
string$typeResourceLoaderModule TYPE_ constant
Returns
int ResourceLoaderModule ORIGIN_ class constant

Definition at line 1527 of file OutputPage.php.

References $type.

Referenced by getRlClient(), and reduceAllowedModules().

◆ getArticleBodyOnly()

OutputPage::getArticleBodyOnly ( )

Return whether the output will contain only the body of the article.

Returns
bool

Definition at line 690 of file OutputPage.php.

◆ getBottomScripts()

OutputPage::getBottomScripts ( )

JS stuff to put at the bottom of the <body>.

These are legacy scripts ($this->mScripts), and user JS.

Returns
string|WrappedStringList HTML

Definition at line 3151 of file OutputPage.php.

References getCSPNonce(), and getRlClient().

◆ getCacheVaryCookies()

OutputPage::getCacheVaryCookies ( )

Get the list of cookie names that will influence the cache.

Returns
array

Definition at line 2192 of file OutputPage.php.

References ContextSource\getConfig().

Referenced by getVaryHeader(), and haveCacheVaryCookies().

◆ getCanonicalUrl()

OutputPage::getCanonicalUrl ( )

Returns the URL to be used for the <link rel=canonical>> if one is set.

Since
1.25
Returns
bool|string

Definition at line 439 of file OutputPage.php.

◆ getCategories()

OutputPage::getCategories (   $type = 'all')

Get the list of category names this page belongs to.

Parameters
string$typeThe type of categories which should be returned. Possible values:
  • all: all categories of all types
  • hidden: only the hidden categories
  • normal: all categories, except hidden categories
Returns
array Array of strings

Definition at line 1421 of file OutputPage.php.

References $type.

Referenced by getJSVars().

◆ getCategoryLinks()

OutputPage::getCategoryLinks ( )

Get the list of category links, in a 2-D array with the following format: $arr[$type][] = $link, where $type is either "normal" or "hidden" (for hidden categories) and $link a HTML fragment with a link to the category page.

Returns
array

Definition at line 1408 of file OutputPage.php.

◆ getCdnCacheEpoch()

OutputPage::getCdnCacheEpoch (   $reqTime,
  $maxAge 
)
private
Parameters
int$reqTimeTime of request (eg. now)
int$maxAgeCache TTL in seconds
Returns
int Timestamp

Definition at line 815 of file OutputPage.php.

Referenced by checkLastModified().

◆ getCSPNonce()

OutputPage::getCSPNonce ( )

Get (and set if not yet set) the CSP nonce.

This value needs to be included in any <script> tags on the page.

Returns
string|bool Nonce or false to mean don't output nonce
Since
1.32

Definition at line 4062 of file OutputPage.php.

References ContextSource\getConfig(), and ContentSecurityPolicy\isNonceRequired().

Referenced by addInlineScript(), addScriptFile(), getBottomScripts(), getJSVars(), getRlClient(), headElement(), and makeResourceLoaderLink().

◆ getDisplayTitle()

OutputPage::getDisplayTitle ( )

Returns page display title.

Performs some normalization, but this not as strict the magic word.

Since
1.32
Returns
string HTML

Definition at line 969 of file OutputPage.php.

References getTitle().

Referenced by getUnprefixedDisplayTitle().

◆ getFeaturePolicyReportOnly()

OutputPage::getFeaturePolicyReportOnly ( )
private

Definition at line 2388 of file OutputPage.php.

References ContextSource\getConfig().

Referenced by output().

◆ getFeedAppendQuery()

OutputPage::getFeedAppendQuery ( )

Will currently always return null.

Returns
null

Definition at line 1204 of file OutputPage.php.

◆ getFileSearchOptions()

OutputPage::getFileSearchOptions ( )

Get the files used on this page.

Returns
array [ dbKey => [ 'time' => MW timestamp or null, 'sha1' => sha1 or '' ] ]
Since
1.18

Definition at line 1737 of file OutputPage.php.

◆ getFileVersion()

OutputPage::getFileVersion ( )

Get the displayed file version.

Returns
array|null ('time' => MW timestamp, 'sha1' => sha1)

Definition at line 1717 of file OutputPage.php.

◆ getFrameOptions()

OutputPage::getFrameOptions ( )

Get the X-Frame-Options header value (without the name part), or false if there isn't one.

This is used by Skin to determine whether to enable JavaScript frame-breaking, for clients that don't support X-Frame-Options.

Returns
string|false

Definition at line 2342 of file OutputPage.php.

References ContextSource\getConfig().

Referenced by getJSVars(), and output().

◆ getHeadItemsArray()

OutputPage::getHeadItemsArray ( )

Get an array of head items.

Returns
array

Definition at line 624 of file OutputPage.php.

Referenced by ParserOutput\addOutputPageMetadata().

◆ getHeadLinksArray()

◆ getHTML()

OutputPage::getHTML ( )

Get the body HTML.

Returns
string HTML

Definition at line 1591 of file OutputPage.php.

◆ getHTMLTitle()

OutputPage::getHTMLTitle ( )

Return the "HTML title", i.e.

the content of the "<title>" tag.

Returns
string

Definition at line 899 of file OutputPage.php.

Referenced by headElement().

◆ getIndicators()

OutputPage::getIndicators ( )

Get the indicators associated with this page.

The array will be internally ordered by item keys.

Returns
array Keys: identifiers, values: HTML contents
Since
1.25

Definition at line 1458 of file OutputPage.php.

◆ getJsConfigVars()

OutputPage::getJsConfigVars ( )

Get the javascript config vars to include on this page.

Returns
array Array of javascript config vars
Since
1.23

Definition at line 3176 of file OutputPage.php.

Referenced by ParserOutput\addOutputPageMetadata(), and getJSVars().

◆ getJSVars()

OutputPage::getJSVars ( )

Get an array containing the variables to be set in mw.config in JavaScript.

Do not add things here which can be evaluated in ResourceLoaderStartUpModule

  • in other words, page-independent/site-wide variables (without state). You will only be adding bloat to the html page and causing page caches to have to be purged on configuration changes.
    Returns
    array

Definition at line 3206 of file OutputPage.php.

References $lang, $title, $type, ContextSource\canUseWikiPage(), getCategories(), getContext(), getCSPNonce(), getFrameOptions(), getJsConfigVars(), getRevisionId(), ContextSource\getSkin(), getTitle(), getUser(), ContextSource\getWikiPage(), isArticle(), NS_SPECIAL, userCanEditOrCreate(), and wfTimestamp().

Referenced by getRlClient().

◆ getLanguageLinks()

OutputPage::getLanguageLinks ( )

Get the list of language links.

Returns
string[] Array of interwiki-prefixed (non DB key) titles (e.g. 'fr:Test page')

Definition at line 1301 of file OutputPage.php.

◆ getLinkHeader()

OutputPage::getLinkHeader ( )

Return a Link: header.

Based on the values of $mLinkHeader.

Returns
string|false

Definition at line 2275 of file OutputPage.php.

Referenced by output().

◆ getLinkTags()

OutputPage::getLinkTags ( )

Returns the current <link> tags.

Since
1.25
Returns
array

Definition at line 419 of file OutputPage.php.

◆ getMetaTags()

OutputPage::getMetaTags ( )

Returns the current <meta> tags.

Since
1.25
Returns
array

Definition at line 398 of file OutputPage.php.

◆ getModules()

OutputPage::getModules (   $filter = false,
  $position = null,
  $param = 'mModules',
  $type = ResourceLoaderModule::TYPE_COMBINED 
)

Get the list of modules to include on this page.

Parameters
bool$filterWhether to filter out insufficiently trustworthy modules
string | null$positionUnused
string$param
string$type
Returns
array Array of module names

Definition at line 528 of file OutputPage.php.

References $filter, $modules, $type, and filterModules().

Referenced by ParserOutput\addOutputPageMetadata(), getModuleStyles(), and getRlClient().

◆ getModuleStyles()

OutputPage::getModuleStyles (   $filter = false,
  $position = null 
)

Get the list of style-only modules to load on this page.

Parameters
bool$filter
string | null$positionUnused
Returns
array Array of module names

Definition at line 553 of file OutputPage.php.

References $filter, and getModules().

Referenced by ParserOutput\addOutputPageMetadata(), and getRlClient().

◆ getOriginTrials()

OutputPage::getOriginTrials ( )
private

Get the Origin-Trial header values.

This is used to enable Chrome Origin Trials: https://github.com/GoogleChrome/OriginTrials

Returns
array

Definition at line 2358 of file OutputPage.php.

References ContextSource\getConfig().

Referenced by output().

◆ getPageTitle()

OutputPage::getPageTitle ( )

Return the "page title", i.e.

the content of the \<h1\> tag.

Returns
string

Definition at line 946 of file OutputPage.php.

Referenced by headElement().

◆ getPreventClickjacking()

OutputPage::getPreventClickjacking ( )

Get the prevent-clickjacking flag.

Since
1.24
Returns
bool

Definition at line 2331 of file OutputPage.php.

Referenced by ParserOutput\addOutputPageMetadata().

◆ getProperty()

OutputPage::getProperty (   $name)

Get an additional output property.

Since
1.21
Parameters
string$name
Returns
mixed Property value or null if not found

Definition at line 712 of file OutputPage.php.

◆ getRedirect()

OutputPage::getRedirect ( )

Get the URL to redirect to, or an empty string if not redirect URL set.

Returns
string

Definition at line 356 of file OutputPage.php.

Referenced by MediaWiki\getChronProtStrategy().

◆ getReportTo()

OutputPage::getReportTo ( )
private

Definition at line 2364 of file OutputPage.php.

References ContextSource\getConfig().

Referenced by output().

◆ getResourceLoader()

OutputPage::getResourceLoader ( )

Get a ResourceLoader object associated with this OutputPage.

Returns
ResourceLoader

Definition at line 3104 of file OutputPage.php.

Referenced by filterModules(), getRlClient(), getRlClientContext(), and warnModuleTargetFilter().

◆ getRevisionId()

OutputPage::getRevisionId ( )

Get the displayed revision ID.

Returns
int

Definition at line 1663 of file OutputPage.php.

Referenced by getJSVars().

◆ getRevisionTimestamp()

OutputPage::getRevisionTimestamp ( )

Get the timestamp of displayed revision.

This will be null if not filled by setRevisionTimestamp().

Returns
string|null

Definition at line 1694 of file OutputPage.php.

◆ getRlClient()

OutputPage::getRlClient ( )

Call this to freeze the module queue and JS config and create a formatter.

Depending on the Skin, this may get lazy-initialised in either headElement() or getBottomScripts(). See SkinTemplate::prepareQuickTemplate(). Calling this too early may cause unexpected side-effects since disallowUserJs() may be called at any time to change the module filters retroactively. Skins and extension hooks may also add modules until very late in the request lifecycle.

Returns
ResourceLoaderClientHtml

Definition at line 2930 of file OutputPage.php.

References $context, $dbr, addModules(), addModuleStyles(), DB_REPLICA, getAllowedModules(), getCSPNonce(), getJSVars(), getModules(), getModuleStyles(), getResourceLoader(), getRlClientContext(), ContextSource\getSkin(), getTarget(), ResourceLoaderClientHtml\setConfig(), ResourceLoaderClientHtml\setExemptStates(), ResourceLoaderClientHtml\setModules(), ResourceLoaderClientHtml\setModuleStyles(), and wfGetDB().

Referenced by getBottomScripts(), and headElement().

◆ getRlClientContext()

OutputPage::getRlClientContext ( )
private

◆ getSubtitle()

OutputPage::getSubtitle ( )

Get the subtitle.

Returns
string

Definition at line 1065 of file OutputPage.php.

◆ getSyndicationLinks()

OutputPage::getSyndicationLinks ( )

Return URLs for each supported syndication format for this page.

Returns
array Associating format keys with URLs

Definition at line 1195 of file OutputPage.php.

Referenced by getHeadLinksArray().

◆ getTarget()

OutputPage::getTarget ( )
Returns
null|string ResourceLoader target

Definition at line 575 of file OutputPage.php.

Referenced by getRlClient().

◆ getTemplateIds()

OutputPage::getTemplateIds ( )

Get the templates used on this page.

Returns
array (namespace => dbKey => revId)
Since
1.18

Definition at line 1727 of file OutputPage.php.

◆ getUnprefixedDisplayTitle()

OutputPage::getUnprefixedDisplayTitle ( )

Returns page display title without namespace prefix if possible.

Since
1.32
Returns
string HTML

Definition at line 984 of file OutputPage.php.

References getDisplayTitle(), and getTitle().

◆ getVaryHeader()

OutputPage::getVaryHeader ( )

Return a Vary: header on which to vary caches.

Based on the keys of $mVaryHeader, such as Accept-Encoding or Cookie

Returns
string

Definition at line 2249 of file OutputPage.php.

References $header, addVaryHeader(), and getCacheVaryCookies().

Referenced by sendCacheControl().

◆ hasHeadItem()

OutputPage::hasHeadItem (   $name)

Check if the header item $name is already set.

Parameters
string$nameItem name
Returns
bool

Definition at line 660 of file OutputPage.php.

◆ haveCacheVaryCookies()

OutputPage::haveCacheVaryCookies ( )

Check if the request has a cache-varying cookie header If it does, it's very important that we don't allow public caching.

Returns
bool

Definition at line 2213 of file OutputPage.php.

References getCacheVaryCookies(), ContextSource\getRequest(), and wfDebug().

◆ headElement()

OutputPage::headElement ( Skin  $sk,
  $includeStyle = true 
)

◆ isArticle()

OutputPage::isArticle ( )

Return whether the content displayed page is related to the source of the corresponding article on the wiki.

Returns
bool

Definition at line 1228 of file OutputPage.php.

Referenced by getJSVars(), and showsCopyright().

◆ isArticleRelated()

OutputPage::isArticleRelated ( )

Return whether this page is related an article on the wiki.

Returns
bool

Definition at line 1250 of file OutputPage.php.

Referenced by getHeadLinksArray().

◆ isDisabled()

OutputPage::isDisabled ( )

Return whether the output will be completely disabled.

Returns
bool

Definition at line 1098 of file OutputPage.php.

Referenced by MediaWiki\getChronProtStrategy().

◆ isPrintable()

OutputPage::isPrintable ( )

Return whether the page is "printable".

Returns
bool

Definition at line 1082 of file OutputPage.php.

Referenced by getRlClientContext().

◆ isRevisionCurrent()

OutputPage::isRevisionCurrent ( )

Whether the revision displayed is the latest revision of the page.

Since
1.34
Returns
bool

Definition at line 1673 of file OutputPage.php.

References getTitle().

◆ isSyndicated()

OutputPage::isSyndicated ( )

Should we output feed links for this page?

Returns
bool

Definition at line 1187 of file OutputPage.php.

◆ isTOCEnabled()

OutputPage::isTOCEnabled ( )

Whether the output has a table of contents.

Returns
bool
Since
1.22

Definition at line 4014 of file OutputPage.php.

◆ loadSkinModules()

OutputPage::loadSkinModules (   $sk)

Transfer styles and JavaScript modules from skin.

Parameters
Skin$skto load modules for

Definition at line 2454 of file OutputPage.php.

References $modules, addModules(), and addModuleStyles().

Referenced by output().

◆ lowerCdnMaxage()

OutputPage::lowerCdnMaxage (   $maxage)

Set the value of the "s-maxage" part of the "Cache-control" HTTP header to $maxage if that is lower than the current s-maxage.

Either way, $maxage is now an upper limit on s-maxage, so that future calls to setCdnMaxage() will no longer be able to raise the s-maxage above $maxage.

Parameters
int$maxageMaximum cache time on the CDN, in seconds
Since
1.27

Definition at line 2144 of file OutputPage.php.

References setCdnMaxage().

Referenced by adaptCdnTTL().

◆ makeResourceLoaderLink()

OutputPage::makeResourceLoaderLink (   $modules,
  $only,
array  $extraQuery = [] 
)

Explicily load or embed modules on a page.

Parameters
array | string$modulesOne or more module names
string$onlyResourceLoaderModule TYPE_ class constant
array$extraQuery[optional] Array with extra query parameters for the request
Returns
string|WrappedStringList HTML

Definition at line 3120 of file OutputPage.php.

References $modules, filterModules(), getCSPNonce(), getRlClientContext(), and ResourceLoaderClientHtml\makeLoad().

Referenced by buildExemptModules().

◆ output()

OutputPage::output (   $return = false)

Finally, all the text has been munged and accumulated into the object, let's actually output it:

Parameters
bool$returnSet to true to get the result as a string rather than sending it
Returns
string|null
Exceptions
Exception
FatalError
MWException

Definition at line 2476 of file OutputPage.php.

References $response, addVaryHeader(), disallowUserJs(), ContextSource\getConfig(), getFeaturePolicyReportOnly(), getFrameOptions(), getLinkHeader(), getOriginTrials(), getReportTo(), ContextSource\getRequest(), ContextSource\getSkin(), loadSkinModules(), print, PROTO_CURRENT, sendCacheControl(), ContentSecurityPolicy\sendHeaders(), wfExpandUrl(), and wfTimestamp().

◆ parse()

OutputPage::parse (   $text,
  $linestart = true,
  $interface = false,
  $language = null 
)

Parse wikitext and return the HTML.

Todo:
The output is wrapped in a
iff $interface is false; it's probably best to always strip the wrapper.
Parameters
string$text
bool$linestartIs this the start of a line?
bool$interfaceUse interface language (instead of content language) while parsing language sensitive magic words like GRAMMAR and PLURAL. This also disables LanguageConverter.
Language | null$languageTarget language object, will override $interface
Exceptions
MWException
Returns
string HTML
Deprecated:
since 1.32, due to untidy output and inconsistent wrapper; use parseAsContent() if $interface is default value or false, or else parseAsInterface() if $interface is true.

Definition at line 1990 of file OutputPage.php.

References getTitle(), parseInternal(), and wfDeprecated().

Referenced by showPermissionsErrorPage().

◆ parseAsContent()

OutputPage::parseAsContent (   $text,
  $linestart = true 
)

Parse wikitext in the page content language and return the HTML.

The result will be language-converted to the user's preferred variant. Output will be tidy.

Parameters
string$textWikitext in the page content language
bool$linestartIs this the start of a line? (Defaults to true)
Exceptions
MWException
Returns
string HTML
Since
1.32

Definition at line 2010 of file OutputPage.php.

References getTitle(), and parseInternal().

◆ parseAsInterface()

OutputPage::parseAsInterface (   $text,
  $linestart = true 
)

Parse wikitext in the user interface language and return the HTML.

The result will not be language-converted, as user interface messages are already localized into a specific variant. Output will be tidy.

Parameters
string$textWikitext in the user interface language
bool$linestartIs this the start of a line? (Defaults to true)
Exceptions
MWException
Returns
string HTML
Since
1.32

Definition at line 2031 of file OutputPage.php.

References getTitle(), and parseInternal().

Referenced by parseInlineAsInterface().

◆ parseInline()

OutputPage::parseInline (   $text,
  $linestart = true,
  $interface = false 
)

Parse wikitext, strip paragraph wrapper, and return the HTML.

Parameters
string$text
bool$linestartIs this the start of a line?
bool$interfaceUse interface language (instead of content language) while parsing language sensitive magic words like GRAMMAR and PLURAL
Returns
string HTML
Deprecated:
since 1.32, due to untidy output and confusing default for $interface. Use parseInlineAsInterface() if $interface is the default value or false, or else use Parser::stripOuterParagraph($outputPage->parseAsContent(...)).

Definition at line 2073 of file OutputPage.php.

References getTitle(), parseInternal(), and wfDeprecated().

◆ parseInlineAsInterface()

OutputPage::parseInlineAsInterface (   $text,
  $linestart = true 
)

Parse wikitext in the user interface language, strip paragraph wrapper, and return the HTML.

The result will not be language-converted, as user interface messages are already localized into a specific variant. Output will be tidy. Outer paragraph wrapper will only be stripped if the result is a single paragraph.

Parameters
string$textWikitext in the user interface language
bool$linestartIs this the start of a line? (Defaults to true)
Exceptions
MWException
Returns
string HTML
Since
1.32

Definition at line 2054 of file OutputPage.php.

References parseAsInterface().

◆ parseInternal()

OutputPage::parseInternal (   $text,
  $title,
  $linestart,
  $tidy,
  $interface,
  $language 
)
private

Parse wikitext and return the HTML (internal implementation helper)

Parameters
string$text
Title$titleThe title to use
bool$linestartIs this the start of a line?
bool$tidyWhether the output should be tidied
bool$interfaceUse interface language (instead of content language) while parsing language sensitive magic words like GRAMMAR and PLURAL. This also disables LanguageConverter.
Language | null$languageTarget language object, will override $interface
Exceptions
MWException
Returns
ParserOutput

Definition at line 2098 of file OutputPage.php.

References $title, and parserOptions().

Referenced by addWikiTextTitleInternal(), parse(), parseAsContent(), parseAsInterface(), and parseInline().

◆ parserOptions()

OutputPage::parserOptions (   $options = null)

Get/set the ParserOptions object to use for wikitext parsing.

Parameters
ParserOptions | null$optionsEither the ParserOption to use or null to only get the current ParserOption object. This parameter is deprecated since 1.31.
Returns
ParserOptions PhanUndeclaredProperty For isBogus

Definition at line 1603 of file OutputPage.php.

References getContext(), getUser(), wfDeprecated(), wfGetAllCallers(), wfLogWarning(), and wfSetVar().

Referenced by parseInternal().

◆ prepareErrorPage()

OutputPage::prepareErrorPage (   $pageTitle,
  $htmlTitle = false 
)

Prepare this object to display an error page; disable caching and indexing, clear the current text and redirect, set the page's title and optionally an custom HTML title (content of the "<title>" tag).

Parameters
string | Message$pageTitleWill be passed directly to setPageTitle()
string | Message | false$htmlTitleWill be passed directly to setHTMLTitle(); optional, if not passed the "<title>" attribute will be based on $pageTitle

Definition at line 2609 of file OutputPage.php.

References clearHTML(), clearSubtitle(), enableClientCache(), setArticleRelated(), setHTMLTitle(), setPageTitle(), and setRobotPolicy().

Referenced by showErrorPage(), showFatalError(), showPermissionsErrorPage(), and versionRequired().

◆ prependHTML()

OutputPage::prependHTML (   $text)

Prepend $text to the body HTML.

Parameters
string$textHTML

Definition at line 1553 of file OutputPage.php.

◆ preventClickjacking()

OutputPage::preventClickjacking (   $enable = true)

Set a flag which will cause an X-Frame-Options header appropriate for edit pages to be sent.

The header value is controlled by $wgEditPageFrameOptions.

This is the default for special pages. If you display a CSRF-protected form on an ordinary view page, then you need to call this function.

Parameters
bool$enable

Definition at line 2312 of file OutputPage.php.

◆ redirect()

OutputPage::redirect (   $url,
  $responsecode = '302' 
)

Redirect to $url rather than displaying the normal page.

Parameters
string$url
string$responsecodeHTTP status code

Definition at line 345 of file OutputPage.php.

Referenced by PageDataRequestHandler\httpContentNegotiation().

◆ reduceAllowedModules()

OutputPage::reduceAllowedModules (   $type,
  $level 
)

Limit the highest level of CSS/JS untrustworthiness allowed.

If passed the same or a higher level than the current level of untrustworthiness set, the level will remain unchanged.

Parameters
string$type
int$levelResourceLoaderModule class constant

Definition at line 1544 of file OutputPage.php.

References $type, and getAllowedModules().

Referenced by disallowUserJs().

◆ returnToMain()

OutputPage::returnToMain (   $unused = null,
  $returnto = null,
  $returntoquery = null 
)

Add a "return to" link pointing to a specified title, or the title indicated in the request, or else the main page.

Parameters
mixed | null$unused
Title | string | null$returntoTitle or String to return to
string | null$returntoqueryQuery string for the return to link

Definition at line 2847 of file OutputPage.php.

References addReturnTo(), ContextSource\getRequest(), and wfCgiToArray().

Referenced by showErrorPage(), showPermissionsErrorPage(), and versionRequired().

◆ sendCacheControl()

OutputPage::sendCacheControl ( )

Send cache control HTTP headers.

Definition at line 2398 of file OutputPage.php.

References $response, addAcceptLanguage(), addVaryHeader(), ContextSource\getConfig(), ContextSource\getRequest(), getVaryHeader(), and wfDebug().

Referenced by checkLastModified(), and output().

◆ setArticleBodyOnly()

OutputPage::setArticleBodyOnly (   $only)

Set whether the output should only contain the body of the article, without any skin, sidebar, etc.

Used e.g. when calling with "action=render".

Parameters
bool$onlyWhether to output only the body of the article

Definition at line 681 of file OutputPage.php.

◆ setArticleFlag()

OutputPage::setArticleFlag (   $newVal)

Set whether the displayed content is related to the source of the corresponding article on the wiki Setting true will cause the change "article related" toggle to true.

Parameters
bool$newVal

Definition at line 1215 of file OutputPage.php.

◆ setArticleRelated()

OutputPage::setArticleRelated (   $newVal)

Set whether this page is related an article on the wiki Setting false will cause the change of "article flag" toggle to false.

Parameters
bool$newVal

Definition at line 1238 of file OutputPage.php.

Referenced by prepareErrorPage().

◆ setCanonicalUrl()

OutputPage::setCanonicalUrl (   $url)

Set the URL to be used for the <link rel=canonical>>.

This should be used in preference to addLink(), to avoid duplicate link tags.

Parameters
string$url

Definition at line 428 of file OutputPage.php.

◆ setCategoryLinks()

OutputPage::setCategoryLinks ( array  $categories)

Reset the category links (but not the category list) and add $categories.

Parameters
array$categoriesMapping category name => sort key

Definition at line 1395 of file OutputPage.php.

References addCategoryLinks().

Referenced by SpecialExpandTemplates\showHtmlPreview().

◆ setCdnMaxage()

OutputPage::setCdnMaxage (   $maxage)

Set the value of the "s-maxage" part of the "Cache-control" HTTP header.

Parameters
int$maxageMaximum cache time on the CDN, in seconds.

Definition at line 2131 of file OutputPage.php.

Referenced by lowerCdnMaxage().

◆ setCopyright()

OutputPage::setCopyright (   $hasCopyright)

Set whether the standard copyright should be shown for the current page.

Parameters
bool$hasCopyright

Definition at line 1259 of file OutputPage.php.

◆ setCopyrightUrl()

OutputPage::setCopyrightUrl (   $url)

Set the copyright URL to send with the output.

Empty string to omit, null to reset.

Since
1.26
Parameters
string | null$url

Definition at line 368 of file OutputPage.php.

◆ setDisplayTitle()

OutputPage::setDisplayTitle (   $html)

Same as page title but only contains name of the page, not any other text.

Since
1.32
Parameters
string$htmlPage title text.
See also
OutputPage::setPageTitle

Definition at line 957 of file OutputPage.php.

◆ setFeedAppendQuery()

OutputPage::setFeedAppendQuery (   $val)

Add default feeds to the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version.

See also
addFeedLink()
Parameters
string$valQuery to append to feed links or false to output default links

Definition at line 1159 of file OutputPage.php.

References $type, getAdvertisedFeedTypes(), and getTitle().

Referenced by setSyndicated().

◆ setFileVersion()

OutputPage::setFileVersion (   $file)

Set the displayed file version.

Parameters
File | null$file
Returns
mixed Previous value

Definition at line 1704 of file OutputPage.php.

References $file, File\exists(), and wfSetVar().

◆ setFollowPolicy()

OutputPage::setFollowPolicy (   $policy)

Set the follow policy for the page, but leave the index policy un- touched.

Parameters
string$policyEither 'follow' or 'nofollow'.
Returns
null

Definition at line 873 of file OutputPage.php.

Referenced by setRobotPolicy().

◆ setHTMLTitle()

OutputPage::setHTMLTitle (   $name)

"HTML title" means the contents of "<title>".

It is stored as plain, unescaped text and will be run through htmlspecialchars in the skin file.

Parameters
string | Message$name

Definition at line 886 of file OutputPage.php.

References getContext().

Referenced by headElement(), prepareErrorPage(), and setPageTitle().

◆ setIndexPolicy()

OutputPage::setIndexPolicy (   $policy)

Set the index policy for the page, but leave the follow policy un- touched.

Parameters
string$policyEither 'index' or 'noindex'.
Returns
null

Definition at line 859 of file OutputPage.php.

Referenced by setRobotPolicy().

◆ setIndicators()

OutputPage::setIndicators ( array  $indicators)

Add an array of indicators, with their identifiers as array keys and HTML contents as values.

In case of duplicate keys, existing values are overwritten.

Parameters
array$indicators
Since
1.25

Definition at line 1444 of file OutputPage.php.

Referenced by addHelpLink(), and addParserOutputMetadata().

◆ setLanguageLinks()

OutputPage::setLanguageLinks ( array  $newLinkArray)

Reset the language links and add new language links.

Parameters
string[]$newLinkArrayArray of interwiki-prefixed (non DB key) titles (e.g. 'fr:Test page')

Definition at line 1292 of file OutputPage.php.

◆ setLastModified()

OutputPage::setLastModified (   $timestamp)

Override the last modified timestamp.

Parameters
string$timestampNew timestamp, in a format readable by wfTimestamp()

Definition at line 829 of file OutputPage.php.

References wfTimestamp().

◆ setPageTitle()

OutputPage::setPageTitle (   $name)

"Page title" means the contents of \<h1\>.

It is stored as a valid HTML fragment. This function allows good tags like \<sup\> in the \<h1\> tag, but not bad tags like \<script\>. This function automatically sets \<title\> to the same content as \<h1\> but with all tags removed. Bad tags that were escaped in \<h1\> will still be escaped in \<title\>, and good tags like \<i\> will be dropped entirely.

Parameters
string | Message$name
-taint$nametainted Phan-taint-check gets very confused by $name being either a string or a Message

Definition at line 924 of file OutputPage.php.

References getContext(), ContextSource\msg(), and setHTMLTitle().

Referenced by prepareErrorPage().

◆ setPrintable()

OutputPage::setPrintable ( )

Set the page as printable, i.e.

it'll be displayed with all print styles included

Definition at line 1073 of file OutputPage.php.

◆ setProperty()

OutputPage::setProperty (   $name,
  $value 
)

Set an additional output property.

Since
1.21
Parameters
string$name
mixed$value

Definition at line 701 of file OutputPage.php.

◆ setRedirectedFrom()

OutputPage::setRedirectedFrom (   $t)

Set $mRedirectedFrom, the Title of the page which redirected us to the current page.

Parameters
Title$t

Definition at line 908 of file OutputPage.php.

References $t.

◆ setRevisionId()

OutputPage::setRevisionId (   $revid)

Set the revision ID which will be seen by the wiki text parser for things such as embedded {{REVISIONID}} variable use.

Parameters
int | null$revidA positive integer, or null
Returns
mixed Previous value

Definition at line 1653 of file OutputPage.php.

References wfSetVar().

◆ setRevisionTimestamp()

OutputPage::setRevisionTimestamp (   $timestamp)

Set the timestamp of the revision which will be displayed.

This is used to avoid a extra DB call in Skin::lastModified().

Parameters
string | null$timestamp
Returns
mixed Previous value

Definition at line 1684 of file OutputPage.php.

References wfSetVar().

◆ setRobotPolicy()

OutputPage::setRobotPolicy (   $policy)

Set the robot policy for the page: http://www.robotstxt.org/meta.html

Parameters
string$policyThe literal string to output as the contents of the meta tag. Will be parsed according to the spec and output in standardized form.
Returns
null

Definition at line 841 of file OutputPage.php.

References Article\formatRobotPolicy(), setFollowPolicy(), and setIndexPolicy().

Referenced by prepareErrorPage().

◆ setStatusCode()

OutputPage::setStatusCode (   $statusCode)

Set the HTTP status code to send with the output.

Parameters
int$statusCode

Definition at line 377 of file OutputPage.php.

◆ setSubtitle()

OutputPage::setSubtitle (   $str)

Replace the subtitle with $str.

Parameters
string | Message$strNew value of the subtitle. String should be safe HTML.

Definition at line 1008 of file OutputPage.php.

References addSubtitle(), and clearSubtitle().

◆ setSyndicated()

OutputPage::setSyndicated (   $show = true)

Add or remove feed links in the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version.

See also
addFeedLink()
Parameters
bool$showTrue: add default feeds, false: remove all feeds

Definition at line 1128 of file OutputPage.php.

References setFeedAppendQuery().

◆ setTarget()

OutputPage::setTarget (   $target)

Sets ResourceLoader target for load.php links.

If null, will be omitted

Parameters
string | null$target

Definition at line 584 of file OutputPage.php.

◆ setTitle()

OutputPage::setTitle ( Title  $t)

Set the Title object to use.

Parameters
Title$t

Definition at line 997 of file OutputPage.php.

References getContext().

◆ setupOOUI()

static OutputPage::setupOOUI (   $skinName = 'default',
  $dir = 'ltr' 
)
static

Helper function to setup the PHP implementation of OOUI to use in this request.

Since
1.26
Parameters
string$skinNameThe Skin name to determine the correct OOUI theme
string$dirLanguage direction

Definition at line 4025 of file OutputPage.php.

◆ showErrorPage()

OutputPage::showErrorPage (   $title,
  $msg,
  $params = [] 
)

Output a standard error page.

showErrorPage( 'titlemsg', 'pagetextmsg' ); showErrorPage( 'titlemsg', 'pagetextmsg', [ 'param1', 'param2' ] ); showErrorPage( 'titlemsg', $messageObject ); showErrorPage( $titleMessageObject, $messageObject );

Parameters
string | Message$titleMessage key (string) for page title, or a Message object
string | Message$msgMessage key (string) for page text, or a Message object
array$paramsMessage parameters; ignored if $msg is a Message object

Definition at line 2634 of file OutputPage.php.

References $title, addHTML(), addWikiMsgArray(), ContextSource\msg(), prepareErrorPage(), and returnToMain().

◆ showFatalError()

OutputPage::showFatalError (   $message)

Output an error page.

Note
FatalError exception class provides an alternative.
Parameters
string$messageError to output. Must be escaped for HTML.

Definition at line 2817 of file OutputPage.php.

References addHTML(), ContextSource\msg(), and prepareErrorPage().

◆ showLagWarning()

OutputPage::showLagWarning (   $lag)

Show a warning about replica DB lag.

If the lag is higher than $wgSlaveLagCritical seconds, then the warning is a bit more obvious. If the lag is lower than $wgSlaveLagWarning, then no warning is shown.

Parameters
int$lagReplica lag

Definition at line 2799 of file OutputPage.php.

References ContextSource\getConfig(), ContextSource\getLanguage(), and wrapWikiMsg().

◆ showNewSectionLink()

OutputPage::showNewSectionLink ( )

Show an "add new section" link?

Returns
bool

Definition at line 1107 of file OutputPage.php.

◆ showPermissionsErrorPage()

OutputPage::showPermissionsErrorPage ( array  $errors,
  $action = null 
)

Output a standard permission error page.

Parameters
array$errorsError message keys or [key, param...] arrays
string | null$actionAction that was denied or null if unknown

Definition at line 2661 of file OutputPage.php.

References $title, addHTML(), addWikiTextAsInterface(), formatPermissionsErrorMessage(), ContextSource\getRequest(), getUser(), ContextSource\msg(), parse(), prepareErrorPage(), PROTO_RELATIVE, returnToMain(), and wfArrayToCgi().

◆ showsCopyright()

OutputPage::showsCopyright ( )

Return whether the standard copyright should be shown for the current page.

By default, it is true for all articles but other pages can signal it by using setCopyright( true ).

Used by SkinTemplate to decided whether to show the copyright.

Returns
bool

Definition at line 1272 of file OutputPage.php.

References isArticle().

◆ styleLink()

OutputPage::styleLink (   $style,
array  $options 
)
protected

Generate \<link\> tags for stylesheets.

Parameters
string$styleURL to the file
array$optionsOption, can contain 'condition', 'dir', 'media' keys
Returns
string HTML fragment

Definition at line 3788 of file OutputPage.php.

References ContextSource\getConfig(), and ContextSource\getLanguage().

Referenced by buildCssLinksArray().

◆ transformCssMedia()

static OutputPage::transformCssMedia (   $media)
static

Transform "media" attribute based on request parameters.

Parameters
string$mediaCurrent value of the "media" attribute
Returns
string Modified value of the "media" attribute, or null to skip this stylesheet

Definition at line 3903 of file OutputPage.php.

References $wgRequest.

◆ transformFilePath()

static OutputPage::transformFilePath (   $remotePathPrefix,
  $localPath,
  $file 
)
static

Utility method for transformResourceFilePath().

Caller is responsible for ensuring the file exists. Emits a PHP warning otherwise.

Since
1.27
Parameters
string$remotePathPrefixURL path prefix that points to $localPath
string$localPathFile directory exposed at $remotePath
string$filePath to target file relative to $localPath
Returns
string URL

Definition at line 3887 of file OutputPage.php.

References wfLogWarning().

◆ transformResourcePath()

static OutputPage::transformResourcePath ( Config  $config,
  $path 
)
static

Transform path to web-accessible static resource.

This is used to add a validation hash as query string. This aids various behaviors:

  • Put long Cache-Control max-age headers on responses for improved cache performance.
  • Get the correct version of a file as expected by the current page.
  • Instantly get the updated version of a file after deployment.

Avoid using this for urls included in HTML as otherwise clients may get different versions of a resource when navigating the site depending on when the page was cached. If changes to the url propagate, this is not a problem (e.g. if the url is in an external stylesheet).

Since
1.27
Parameters
Config$config
string$pathPath-absolute URL to file (from document root, must start with "/")
Returns
string URL

Definition at line 3845 of file OutputPage.php.

References $IP, $path, and Config\get().

◆ userCanEditOrCreate()

OutputPage::userCanEditOrCreate ( User  $user,
LinkTarget  $title 
)
private
Parameters
User$user
LinkTarget$title
Returns
bool

Definition at line 3373 of file OutputPage.php.

References $title, and getTitle().

Referenced by getHeadLinksArray(), and getJSVars().

◆ userCanPreview()

OutputPage::userCanPreview ( )

To make it harder for someone to slip a user a fake JavaScript or CSS preview, a random token is associated with the login session.

If it's not passed back with the preview request, we won't render the code.

Returns
bool

Definition at line 3340 of file OutputPage.php.

References $title, ContextSource\getRequest(), getTitle(), and getUser().

◆ versionRequired()

OutputPage::versionRequired (   $version)

Display an error page indicating that a given version of MediaWiki is required to use it.

Parameters
mixed$versionThe version of MediaWiki needed to use the page

Definition at line 2746 of file OutputPage.php.

References addWikiMsg(), ContextSource\msg(), prepareErrorPage(), and returnToMain().

◆ warnModuleTargetFilter()

OutputPage::warnModuleTargetFilter (   $moduleName)
private

Definition at line 504 of file OutputPage.php.

References getResourceLoader().

Referenced by filterModules().

◆ wrapWikiMsg()

OutputPage::wrapWikiMsg (   $wrap)

This function takes a number of message/argument specifications, wraps them in some overall structure, and then parses the result and adds it to the output.

In the $wrap, $1 is replaced with the first message, $2 with the second, and so on. The subsequent arguments may be either 1) strings, in which case they are message names, or 2) arrays, in which case, within each array, the first element is the message name, and subsequent elements are the parameters to that message.

Don't use this for messages that are not in the user's interface language.

For example:

$wgOut->wrapWikiMsg( "<div class='error'>\\n$1\\n</div>", 'some-error' );

Is equivalent to:

$wgOut->addWikiTextAsInterface( "<div class='error'>\\n"
    . wfMessage( 'some-error' )->plain() . "\\n</div>" );

The newline after the opening div is needed in some wikitext. See T21226.

Parameters
string$wrap

Definition at line 3991 of file OutputPage.php.

References $args, $s, addWikiTextAsInterface(), and ContextSource\msg().

Referenced by SpecialExpandTemplates\showHtmlPreview(), and showLagWarning().

◆ wrapWikiTextAsInterface()

OutputPage::wrapWikiTextAsInterface (   $wrapperClass,
  $text 
)

Convert wikitext in the user interface language to HTML and add it to the buffer with a <div class="$wrapperClass"> wrapper.

The result will not be language-converted, as user interface messages as already localized into a specific variant. The $text will be parsed in start-of-line context. Output will be tidy.

Parameters
string$wrapperClassThe class attribute value for the
wrapper in the output HTML
string$text
Wikitext in the user interface language
Since
1.32

Definition at line 1782 of file OutputPage.php.

References addWikiTextTitleInternal(), and getTitle().

Member Data Documentation

◆ $cacheVaryCookies

array OutputPage::$cacheVaryCookies = null
staticprivate

A cache of the names of the cookies that will influence the cache.

Definition at line 327 of file OutputPage.php.

◆ $contentOverrideCallbacks

callable [] OutputPage::$contentOverrideCallbacks = []
private

Definition at line 312 of file OutputPage.php.

◆ $contentOverrides

array OutputPage::$contentOverrides = []
private

Map Title to Content.

Definition at line 309 of file OutputPage.php.

◆ $copyrightUrl

string null OutputPage::$copyrightUrl
private

The URL to send in a <link> element with rel=license.

Definition at line 303 of file OutputPage.php.

◆ $CSPNonce

string OutputPage::$CSPNonce
private

The nonce for Content-Security-Policy.

Definition at line 322 of file OutputPage.php.

◆ $displayTitle

string OutputPage::$displayTitle
private

The displayed title of the page.

Different from page title if overridden by display title magic word or hooks. Can contain safe HTML. Different from page title which may contain messages such as "Editing X" which is displayed in h1. This can be used for other places where the page name is referred on the page.

Definition at line 68 of file OutputPage.php.

◆ $limitReportJSData

array OutputPage::$limitReportJSData = []
private

Profiling data.

Definition at line 306 of file OutputPage.php.

◆ $mAdditionalBodyClasses

array OutputPage::$mAdditionalBodyClasses = []
protected

Additional <body> classes; there are also <body> classes from other sources.

Definition at line 151 of file OutputPage.php.

◆ $mAllowedModules

array OutputPage::$mAllowedModules
protected
Initial value:
= [
ResourceLoaderModule::TYPE_COMBINED => ResourceLoaderModule::ORIGIN_ALL,
]

What level of 'untrustworthiness' is allowed in CSS/JS modules loaded on this page?

See also
ResourceLoaderModule::$origin ResourceLoaderModule::ORIGIN_ALL is assumed unless overridden;

Definition at line 190 of file OutputPage.php.

◆ $mArticleBodyOnly

bool OutputPage::$mArticleBodyOnly = false
private

Flag if output should only contain the body of the article.

Definition at line 219 of file OutputPage.php.

◆ $mBodytext

string OutputPage::$mBodytext = ''

Contains all of the "<body>" content.

Should be private we got set/get accessors and the append() method.

Definition at line 74 of file OutputPage.php.

◆ $mCanonicalUrl

string bool OutputPage::$mCanonicalUrl = false
protected

Definition at line 54 of file OutputPage.php.

◆ $mCategories

array OutputPage::$mCategories
protected
Initial value:
= [
'hidden' => [],
'normal' => [],
]

Definition at line 119 of file OutputPage.php.

◆ $mCategoryLinks

array OutputPage::$mCategoryLinks = []
protected

Definition at line 116 of file OutputPage.php.

◆ $mCdnMaxage

int OutputPage::$mCdnMaxage = 0
protected

Cache stuff.

Looks like mEnableClientCache

Definition at line 235 of file OutputPage.php.

◆ $mCdnMaxageLimit

int OutputPage::$mCdnMaxageLimit = INF
protected

Upper limit on mCdnMaxage.

Definition at line 237 of file OutputPage.php.

◆ $mContainsNewMagic

int OutputPage::$mContainsNewMagic = 0
protected

Definition at line 200 of file OutputPage.php.

◆ $mDoNothing

bool OutputPage::$mDoNothing = false
protected

Whether output is disabled.

If this is true, the 'output' method will do nothing.

Definition at line 195 of file OutputPage.php.

◆ $mEnableClientCache

OutputPage::$mEnableClientCache = true
protected

Definition at line 216 of file OutputPage.php.

◆ $mEnableTOC

bool OutputPage::$mEnableTOC = false
private

Whether parser output contains a table of contents.

Definition at line 298 of file OutputPage.php.

◆ $mFeedLinks

OutputPage::$mFeedLinks = []
private

Handles the Atom / RSS links.

We probably only support Atom in 2011.

See also
$wgAdvertisedFeedTypes

Definition at line 213 of file OutputPage.php.

◆ $mFeedLinksAppendQuery

OutputPage::$mFeedLinksAppendQuery = null
protected

Definition at line 183 of file OutputPage.php.

◆ $mFileVersion

array OutputPage::$mFileVersion = null
protected

Definition at line 253 of file OutputPage.php.

◆ $mFollowPolicy

OutputPage::$mFollowPolicy = 'follow'
private

Definition at line 266 of file OutputPage.php.

◆ $mHasCopyright

bool OutputPage::$mHasCopyright = false
private

Is the content subject to copyright.

Definition at line 89 of file OutputPage.php.

◆ $mHeadItems

array OutputPage::$mHeadItems = []
protected

Array of elements in "<head>".

Parser might add its own headers!

Definition at line 148 of file OutputPage.php.

◆ $mHideNewSectionLink

bool OutputPage::$mHideNewSectionLink = false
protected

Definition at line 225 of file OutputPage.php.

◆ $mHTMLtitle

string OutputPage::$mHTMLtitle = ''
private

Stores contents of "<title>" tag.

Definition at line 77 of file OutputPage.php.

◆ $mImageTimeKeys

array OutputPage::$mImageTimeKeys = []
protected

Definition at line 178 of file OutputPage.php.

◆ $mIndexPolicy

OutputPage::$mIndexPolicy = 'index'
private

Definition at line 265 of file OutputPage.php.

◆ $mIndicators

array OutputPage::$mIndicators = []
protected

Definition at line 125 of file OutputPage.php.

◆ $mInlineStyles

string OutputPage::$mInlineStyles = ''
protected

Inline CSS styles.

Use addInlineStyle() sparingly

Definition at line 139 of file OutputPage.php.

◆ $mIsArticle

bool OutputPage::$mIsArticle = false
private

Is the displayed content related to the source of the corresponding wiki article.

Definition at line 83 of file OutputPage.php.

◆ $mIsArticleRelated

bool OutputPage::$mIsArticleRelated = true
private

Stores "article flag" toggle.

Definition at line 86 of file OutputPage.php.

◆ $mJsConfigVars

array OutputPage::$mJsConfigVars = []
protected

Definition at line 172 of file OutputPage.php.

◆ $mLanguageLinks

array OutputPage::$mLanguageLinks = []
private

Array of Interwiki Prefixed (non DB key) Titles (e.g.

'fr:Test page')

Definition at line 128 of file OutputPage.php.

◆ $mLastModified

string OutputPage::$mLastModified = ''
protected

Used for sending cache control.

The whole caching system should probably be moved into its own class.

Definition at line 113 of file OutputPage.php.

◆ $mLinkHeader

OutputPage::$mLinkHeader = []
private

Link: header contents.

Definition at line 317 of file OutputPage.php.

◆ $mLinktags

array OutputPage::$mLinktags = []
protected

Definition at line 51 of file OutputPage.php.

◆ $mMetatags

string [][] OutputPage::$mMetatags = []
protected

Should be private.

Used with addMeta() which adds "<meta>"

Definition at line 48 of file OutputPage.php.

◆ $mModules

array OutputPage::$mModules = []
protected

Definition at line 154 of file OutputPage.php.

◆ $mModuleStyles

array OutputPage::$mModuleStyles = []
protected

Definition at line 157 of file OutputPage.php.

◆ $mNewSectionLink

bool OutputPage::$mNewSectionLink = false
protected

Definition at line 222 of file OutputPage.php.

◆ $mNoGallery

bool OutputPage::$mNoGallery = false

Comes from the parser.

This was probably made to load CSS/JS only if we had "<gallery>". Used directly in CategoryPage.php. Looks like ResourceLoader can replace this.

Definition at line 232 of file OutputPage.php.

◆ $mPageLinkTitle

string OutputPage::$mPageLinkTitle = ''

Used by skin template.

Example: $tpl->set( 'displaytitle', $out->mPageLinkTitle );

Definition at line 145 of file OutputPage.php.

◆ $mPageTitle

string OutputPage::$mPageTitle = ''
private

The contents of.

Definition at line 59 of file OutputPage.php.

◆ $mParserOptions

ParserOptions OutputPage::$mParserOptions = null
protected

lazy initialised, use parserOptions()

Definition at line 206 of file OutputPage.php.

◆ $mPreventClickjacking

bool OutputPage::$mPreventClickjacking = true
protected

Controls if anti-clickjacking / frame-breaking headers will be sent.

This should be done for pages where edit actions are possible. Setters: $this->preventClickjacking() and $this->allowClickjacking().

Definition at line 244 of file OutputPage.php.

◆ $mPrintable

bool OutputPage::$mPrintable = false
private

We have to set isPrintable().

Some pages should never be printed (ex: redirections).

Definition at line 95 of file OutputPage.php.

◆ $mProperties

OutputPage::$mProperties = []
private

Additional key => value data.

Definition at line 288 of file OutputPage.php.

◆ $mRedirect

string OutputPage::$mRedirect = ''

Definition at line 104 of file OutputPage.php.

◆ $mRedirectCode

string OutputPage::$mRedirectCode = ''

Definition at line 181 of file OutputPage.php.

◆ $mRedirectedFrom

Title OutputPage::$mRedirectedFrom = null
private

If the current page was reached through a redirect, $mRedirectedFrom contains the Title of the redirect.

Definition at line 283 of file OutputPage.php.

◆ $mResourceLoader

ResourceLoader OutputPage::$mResourceLoader
protected

Definition at line 160 of file OutputPage.php.

◆ $mRevisionId

int OutputPage::$mRevisionId = null
private

To include the variable {{REVISIONID}}.

Definition at line 247 of file OutputPage.php.

◆ $mRevisionTimestamp

string OutputPage::$mRevisionTimestamp = null
private

Definition at line 250 of file OutputPage.php.

◆ $mScripts

OutputPage::$mScripts = ''
private

Used for JavaScript (predates ResourceLoader)

Todo:
We should split JS / CSS. mScripts content is inserted as is in "<head>" by Skin. This might contain either a link to a stylesheet or inline CSS.

Definition at line 136 of file OutputPage.php.

◆ $mStatusCode

int OutputPage::$mStatusCode
protected

Definition at line 107 of file OutputPage.php.

◆ $mSubtitle

array OutputPage::$mSubtitle = []
private

Contains the page subtitle.

Special pages usually have some links here. Don't confuse with site subtitle added by skins.

Definition at line 101 of file OutputPage.php.

◆ $mTarget

string null OutputPage::$mTarget = null
private

ResourceLoader target for load.php links.

If null, will be omitted

Definition at line 293 of file OutputPage.php.

◆ $mTemplateIds

array OutputPage::$mTemplateIds = []
protected

Definition at line 175 of file OutputPage.php.

◆ $mVaryHeader

array OutputPage::$mVaryHeader
private
Initial value:
= [
'Accept-Encoding' => null,
]

Headers that cause the cache to vary.

Key is header name, value should always be null. (Value was an array of options for the Key header, which was deprecated in 1.32 and removed in 1.34.)

Definition at line 273 of file OutputPage.php.

◆ $rlClient

ResourceLoaderClientHtml OutputPage::$rlClient
private

Definition at line 163 of file OutputPage.php.

◆ $rlClientContext

ResourceLoaderContext OutputPage::$rlClientContext
private

Definition at line 166 of file OutputPage.php.

◆ $rlExemptStyleModules

array OutputPage::$rlExemptStyleModules
private

Definition at line 169 of file OutputPage.php.

◆ $styles

array OutputPage::$styles = []
protected

An array of stylesheet filenames (relative from skins path), with options for CSS media, IE conditions, and RTL/LTR direction.

For internal use; add settings in the skin via $this->addStyle()

Style again! This seems like a code duplication since we already have mStyles. This is what makes Open Source amazing.

Definition at line 263 of file OutputPage.php.


The documentation for this class was generated from the following file: