MediaWiki  1.29.2
OutputPage Class Reference

This class should be covered by a general architecture document which does not exist as of January 2011. More...

Inheritance diagram for OutputPage:
Collaboration diagram for OutputPage:

Public Member Functions

 __construct (IContextSource $context=null)
 Constructor for OutputPage. More...
 
 adaptCdnTTL ( $mtime, $minTTL=0, $maxTTL=0)
 Get TTL in [$minTTL,$maxTTL] in pass it to lowerCdnMaxage() More...
 
 addAcceptLanguage ()
 T23672: Add Accept-Language to Vary and Key headers if there's no 'variant' parameter existed in GET. More...
 
 addBacklinkSubtitle (Title $title, $query=[])
 Add a subtitle containing a backlink to a page. More...
 
 addCategoryLinks (array $categories)
 Add an array of categories, with names in the keys. More...
 
 addElement ( $element, array $attribs=[], $contents='')
 Shortcut for adding an Html::element via addHTML. More...
 
 addExtensionStyle ( $url)
 Register and add a stylesheet from an extension directory. More...
 
 addFeedLink ( $format, $href)
 Add a feed link to the page header. More...
 
 addHeadItem ( $name, $value)
 Add or replace a head item to the output. More...
 
 addHeadItems ( $values)
 Add one or more head items to the output. More...
 
 addHelpLink ( $to, $overrideBaseUrl=false)
 Adds help link with an icon via page indicators. More...
 
 addHTML ( $text)
 Append $text to the body HTML. More...
 
 addInlineScript ( $script)
 Add a self-contained script tag with the given contents Internal use only. More...
 
 addInlineStyle ( $style_css, $flip='noflip')
 Adds inline CSS styles Internal use only. More...
 
 addJsConfigVars ( $keys, $value=null)
 Add one or more variables to be set in mw.config in JavaScript. More...
 
 addLanguageLinks (array $newLinkArray)
 Add new language links. More...
 
 addLink (array $linkarr)
 Add a new \<link\> tag to the page header. More...
 
 addLinkHeader ( $header)
 Add an HTTP Link: header. More...
 
 addMeta ( $name, $val)
 Add a new "<meta>" tag To add an http-equiv meta tag, precede the name with "http:". More...
 
 addMetadataLink (array $linkarr)
 Add a new \<link\> with "rel" attribute set to "meta". More...
 
 addModules ( $modules)
 Add one or more modules recognized by ResourceLoader. More...
 
 addModuleScripts ( $modules)
 Add only JS of one or more modules recognized by ResourceLoader. More...
 
 addModuleStyles ( $modules)
 Add only CSS of one or more modules recognized by ResourceLoader. More...
 
 addParserOutput ( $parserOutput)
 Add everything from a ParserOutput object. More...
 
 addParserOutputContent ( $parserOutput)
 Add the HTML and enhancements for it (like ResourceLoader modules) associated with a ParserOutput object, without any other metadata. More...
 
 addParserOutputMetadata ( $parserOutput)
 Add all metadata associated with a ParserOutput object, but without the actual HTML. More...
 
 addParserOutputNoText ( $parserOutput)
 Add a ParserOutput object, but without Html. More...
 
 addParserOutputText ( $parserOutput)
 Add the HTML associated with a ParserOutput object, without any metadata. More...
 
 addReturnTo ( $title, array $query=[], $text=null, $options=[])
 Add a "return to" link pointing to a specified title. More...
 
 addScript ( $script)
 Add raw HTML to the list of scripts (including \<script\> tag, etc.) Internal use only. More...
 
 addScriptFile ( $file, $version=null)
 Add a JavaScript file out of skins/common, or a given relative path. More...
 
 addStyle ( $style, $media='', $condition='', $dir='')
 Add a local or specified stylesheet, with the given media options. More...
 
 addSubtitle ( $str)
 Add $str to the subtitle. More...
 
 addTemplate (&$template)
 Add the output of a QuickTemplate to the output buffer. More...
 
 addVaryHeader ( $header, array $option=null)
 Add an HTTP header that will influence on the cache. More...
 
 addWikiMsg ()
 Add a wikitext-formatted message to the output. More...
 
 addWikiMsgArray ( $name, $args)
 Add a wikitext-formatted message to the output. More...
 
 addWikiText ( $text, $linestart=true, $interface=true)
 Convert wikitext to HTML and add it to the buffer Default assumes that the current page title will be used. More...
 
 addWikiTextTidy ( $text, $linestart=true)
 Add wikitext with tidy enabled. More...
 
 addWikiTextTitle ( $text, Title $title, $linestart, $tidy=false, $interface=false)
 Add wikitext with a custom Title object. More...
 
 addWikiTextTitleTidy ( $text, &$title, $linestart=true)
 Add wikitext with a custom Title object and tidy enabled. More...
 
 addWikiTextWithTitle ( $text, &$title, $linestart=true)
 Add wikitext with a custom Title object. More...
 
 allowClickjacking ()
 Turn off frame-breaking. More...
 
 buildCssLinksArray ()
 
 checkLastModified ( $timestamp)
 checkLastModified tells the client to use the client-cached page if possible. More...
 
 clearHTML ()
 Clear the body HTML. More...
 
 clearSubtitle ()
 Clear the subtitles. More...
 
 disable ()
 Disable output completely, i.e. More...
 
 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. More...
 
 enableClientCache ( $state)
 Use enableClientCache(false) to force it to send nocache headers. More...
 
 enableOOUI ()
 Add ResourceLoader module styles for OOUI and set up the PHP implementation of it for use with MediaWiki and this OutputPage instance. More...
 
 enableSectionEditLinks ( $flag=true)
 Enables/disables section edit links, doesn't override NOEDITSECTION More...
 
 enableTOC ( $flag=true)
 Enables/disables TOC, doesn't override NOTOC More...
 
 forceHideNewSectionLink ()
 Forcibly hide the new section link? More...
 
 formatPermissionsErrorMessage (array $errors, $action=null)
 Format a list of error messages. More...
 
 getAllowedModules ( $type)
 Show what level of JavaScript / CSS untrustworthiness is allowed on this page. More...
 
 getArticleBodyOnly ()
 Return whether the output will contain only the body of the article. More...
 
 getBottomScripts ()
 JS stuff to put at the bottom of the <body>. More...
 
 getCacheVaryCookies ()
 Get the list of cookies that will influence on the cache. More...
 
 getCanonicalUrl ()
 Returns the URL to be used for the <link rel="canonical"> if one is set. More...
 
 getCategories ( $type='all')
 Get the list of category names this page belongs to. More...
 
 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. More...
 
 getExtStyle ()
 Get all styles added by extensions. More...
 
 getFeedAppendQuery ()
 Will currently always return null. More...
 
 getFileSearchOptions ()
 Get the files used on this page. More...
 
 getFileVersion ()
 Get the displayed file version. More...
 
 getFrameOptions ()
 Get the X-Frame-Options header value (without the name part), or false if there isn't one. More...
 
 getHeadItemsArray ()
 Get an array of head items. More...
 
 getHeadLinks ()
 
 getHeadLinksArray ()
 
 getHTML ()
 Get the body HTML. More...
 
 getHTMLTitle ()
 Return the "HTML title", i.e. More...
 
 getIndicators ()
 Get the indicators associated with this page. More...
 
 getJsConfigVars ()
 Get the javascript config vars to include on this page. More...
 
 getJSVars ()
 Get an array containing the variables to be set in mw.config in JavaScript. More...
 
 getKeyHeader ()
 Get a complete Key header. More...
 
 getLanguageLinks ()
 Get the list of language links. More...
 
 getLinkHeader ()
 Return a Link: header. More...
 
 getLinkTags ()
 Returns the current <link> tags. More...
 
 getMetadataAttribute ()
 Get the value of the "rel" attribute for metadata links. More...
 
 getMetaTags ()
 Returns the current <meta> tags. More...
 
 getModules ( $filter=false, $position=null, $param='mModules', $type=ResourceLoaderModule::TYPE_COMBINED)
 Get the list of modules to include on this page. More...
 
 getModuleScripts ( $filter=false, $position=null)
 Get the list of module JS to include on this page. More...
 
 getModuleStyles ( $filter=false, $position=null)
 Get the list of module CSS to include on this page. More...
 
 getPageTitle ()
 Return the "page title", i.e. More...
 
 getPageTitleActionText ()
 Get the value of the "action text". More...
 
 getPreventClickjacking ()
 Get the prevent-clickjacking flag. More...
 
 getProperty ( $name)
 Get an additional output property. More...
 
 getRedirect ()
 Get the URL to redirect to, or an empty string if not redirect URL set. More...
 
 getResourceLoader ()
 Get a ResourceLoader object associated with this OutputPage. More...
 
 getRevisionId ()
 Get the displayed revision ID. More...
 
 getRevisionTimestamp ()
 Get the timestamp of displayed revision. More...
 
 getRlClient ()
 Call this to freeze the module queue and JS config and create a formatter. More...
 
 getSubtitle ()
 Get the subtitle. More...
 
 getSyndicationLinks ()
 Return URLs for each supported syndication format for this page. More...
 
 getTarget ()
 
 getTemplateIds ()
 Get the templates used on this page. More...
 
 getVaryHeader ()
 Return a Vary: header on which to vary caches. More...
 
 hasHeadItem ( $name)
 Check if the header item $name is already set. More...
 
 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. More...
 
 headElement (Skin $sk, $includeStyle=true)
 
 isArticle ()
 Return whether the content displayed page is related to the source of the corresponding article on the wiki. More...
 
 isArticleRelated ()
 Return whether this page is related an article on the wiki. More...
 
 isDisabled ()
 Return whether the output will be completely disabled. More...
 
 isPrintable ()
 Return whether the page is "printable". More...
 
 isSyndicated ()
 Should we output feed links for this page? More...
 
 isTOCEnabled ()
 
 lowerCdnMaxage ( $maxage)
 Lower the value of the "s-maxage" part of the "Cache-control" HTTP header. More...
 
 makeResourceLoaderLink ( $modules, $only, array $extraQuery=[])
 Explicily load or embed modules on a page. More...
 
 output ( $return=false)
 Finally, all the text has been munged and accumulated into the object, let's actually output it: More...
 
 parse ( $text, $linestart=true, $interface=false, $language=null)
 Parse wikitext and return the HTML. More...
 
 parseInline ( $text, $linestart=true, $interface=false)
 Parse wikitext, strip paragraphs, and return the HTML. More...
 
 parserOptions ( $options=null)
 Get/set the ParserOptions object to use for wikitext parsing. More...
 
 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). More...
 
 prependHTML ( $text)
 Prepend $text to the body HTML. More...
 
 preventClickjacking ( $enable=true)
 Set a flag which will cause an X-Frame-Options header appropriate for edit pages to be sent. More...
 
 rateLimited ()
 Turn off regular page output and return an error response for when rate limiting has triggered. More...
 
 readOnlyPage ()
 Display a page stating that the Wiki is in read-only mode. More...
 
 redirect ( $url, $responsecode='302')
 Redirect to $url rather than displaying the normal page. More...
 
 reduceAllowedModules ( $type, $level)
 Limit the highest level of CSS/JS untrustworthiness allowed. More...
 
 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. More...
 
 sectionEditLinksEnabled ()
 
 sendCacheControl ()
 Send cache control HTTP headers. More...
 
 setArticleBodyOnly ( $only)
 Set whether the output should only contain the body of the article, without any skin, sidebar, etc. More...
 
 setArticleFlag ( $v)
 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. More...
 
 setArticleRelated ( $v)
 Set whether this page is related an article on the wiki Setting false will cause the change of "article flag" toggle to false. More...
 
 setCanonicalUrl ( $url)
 Set the URL to be used for the <link rel="canonical">. More...
 
 setCategoryLinks (array $categories)
 Reset the category links (but not the category list) and add $categories. More...
 
 setCdnMaxage ( $maxage)
 Set the value of the "s-maxage" part of the "Cache-control" HTTP header. More...
 
 setCopyrightUrl ( $url)
 Set the copyright URL to send with the output. More...
 
 setETag ( $tag)
 
 setFeedAppendQuery ( $val)
 Add default feeds to the page header This is mainly kept for backward compatibility, see OutputPage::addFeedLink() for the new version. More...
 
 setFileVersion ( $file)
 Set the displayed file version. More...
 
 setFollowPolicy ( $policy)
 Set the follow policy for the page, but leave the index policy un- touched. More...
 
 setHTMLTitle ( $name)
 "HTML title" means the contents of "<title>". More...
 
 setIndexPolicy ( $policy)
 Set the index policy for the page, but leave the follow policy un- touched. More...
 
 setIndicators (array $indicators)
 Add an array of indicators, with their identifiers as array keys and HTML contents as values. More...
 
 setLanguageLinks (array $newLinkArray)
 Reset the language links and add new language links. More...
 
 setLastModified ( $timestamp)
 Override the last modified timestamp. More...
 
 setPageTitle ( $name)
 "Page title" means the contents of \<h1\>. More...
 
 setPageTitleActionText ( $text)
 Set the new value of the "action text", this will be added to the "HTML title", separated from it with " - ". More...
 
 setPrintable ()
 Set the page as printable, i.e. More...
 
 setProperty ( $name, $value)
 Set an additional output property. More...
 
 setRedirectedFrom ( $t)
 Set $mRedirectedFrom, the Title of the page which redirected us to the current page. More...
 
 setRevisionId ( $revid)
 Set the revision ID which will be seen by the wiki text parser for things such as embedded {{REVISIONID}} variable use. More...
 
 setRevisionTimestamp ( $timestamp)
 Set the timestamp of the revision which will be displayed. More...
 
 setRobotPolicy ( $policy)
 Set the robot policy for the page: http://www.robotstxt.org/meta.html More...
 
 setSquidMaxage ( $maxage)
 
 setStatusCode ( $statusCode)
 Set the HTTP status code to send with the output. More...
 
 setSubtitle ( $str)
 Replace the subtitle with $str. More...
 
 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. More...
 
 setTarget ( $target)
 Sets ResourceLoader target for load.php links. More...
 
 setTitle (Title $t)
 Set the Title object to use. More...
 
 showErrorPage ( $title, $msg, $params=[])
 Output a standard error page. More...
 
 showFatalError ( $message)
 
 showFileCopyError ( $old, $new)
 
 showFileDeleteError ( $name)
 
 showFileNotFoundError ( $name)
 
 showFileRenameError ( $old, $new)
 
 showLagWarning ( $lag)
 Show a warning about replica DB lag. More...
 
 showNewSectionLink ()
 Show an "add new section" link? More...
 
 showPermissionsErrorPage (array $errors, $action=null)
 Output a standard permission error page. More...
 
 showUnexpectedValueError ( $name, $val)
 
 userCanPreview ()
 To make it harder for someone to slip a user a fake user-JavaScript or user-CSS preview, a random token is associated with the login session. More...
 
 versionRequired ( $version)
 Display an error page indicating that a given version of MediaWiki is required to use it. More...
 
 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. More...
 
- Public Member Functions inherited from ContextSource
 canUseWikiPage ()
 Check whether a WikiPage object can be get with getWikiPage(). More...
 
 exportSession ()
 Export the resolved user IP, HTTP headers, user ID, and session ID. More...
 
 getConfig ()
 Get the Config object. More...
 
 getContext ()
 Get the base IContextSource object. More...
 
 getLanguage ()
 Get the Language object. More...
 
 getOutput ()
 Get the OutputPage object. More...
 
 getRequest ()
 Get the WebRequest object. More...
 
 getSkin ()
 Get the Skin object. More...
 
 getStats ()
 Get the Stats object. More...
 
 getTiming ()
 Get the Timing object. More...
 
 getTitle ()
 Get the Title object. More...
 
 getUser ()
 Get the User object. More...
 
 getWikiPage ()
 Get the WikiPage object. More...
 
 msg ()
 Get a Message object with context set Parameters are the same as wfMessage() More...
 
 setContext (IContextSource $context)
 Set the IContextSource object. More...
 

Static Public Member Functions

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

Public Attributes

string $mBodytext = ''
 Contains all of the "<body>" content. More...
 
bool $mNoGallery = false
 Comes from the parser. More...
 
string $mPageLinkTitle = ''
 Used by skin template. More...
 
string $mPagetitle = ''
 Should be private - has getter and setter. More...
 
string $mRedirect = ''
 
string $mRedirectCode = ''
 

Protected Member Functions

 addCategoryLinksToLBAndGetResult (array $categories)
 
 addLogoPreloadLinkHeaders ()
 Add Link headers for preloading the wiki's logo. More...
 
 buildExemptModules ()
 Build exempt modules and legacy non-ResourceLoader styles. More...
 
 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) More...
 
 styleLink ( $style, array $options)
 Generate \<link\> tags for stylesheets. More...
 

Static Protected Member Functions

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

Protected Attributes

array $mAllowedModules
 What level of 'untrustworthiness' is allowed in CSS/JS modules loaded on this page? More...
 
bool $mCanonicalUrl = false
 
array $mCategories
 
array $mCategoryLinks = []
 
int $mCdnMaxage = 0
 Cache stuff. More...
 
int $mCdnMaxageLimit = INF
 Upper limit on mCdnMaxage. More...
 
int $mContainsNewMagic = 0
 
bool $mDoNothing = false
 Whether output is disabled. More...
 
 $mEnableClientCache = true
 
array $mExtStyles = []
 Additional stylesheets. More...
 
 $mFeedLinksAppendQuery = null
 
array $mFileVersion = null
 
array $mHeadItems = []
 Array of elements in "<head>". More...
 
bool $mHideNewSectionLink = false
 
array $mImageTimeKeys = []
 
array $mIndicators = []
 
string $mInlineStyles = ''
 Inline CSS styles. More...
 
array $mJsConfigVars = []
 
string $mLastModified = ''
 Used for sending cache control. More...
 
array $mLinktags = []
 
array $mMetatags = []
 Should be private. More...
 
array $mModules = []
 
array $mModuleScripts = []
 
array $mModuleStyles = []
 
bool $mNewSectionLink = false
 
ParserOptions $mParserOptions = null
 lazy initialised, use parserOptions() More...
 
bool $mPreventClickjacking = true
 Controls if anti-clickjacking / frame-breaking headers will be sent. More...
 
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. More...
 

Private Member Functions

 feedLink ( $type, $url, $text)
 Generate a "<link rel/>" for a feed. More...
 
 getRlClientContext ()
 
 isUserCssPreview ()
 
 isUserJsPreview ()
 
 warnModuleTargetFilter ( $moduleName)
 

Private Attributes

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

Detailed Description

This class should be covered by a general architecture document which does not exist as of January 2011.

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

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 44 of file OutputPage.php.

Constructor & Destructor Documentation

◆ __construct()

OutputPage::__construct ( IContextSource  $context = null)

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 | null$context

Definition at line 316 of file OutputPage.php.

References ContextSource\$context, ContextSource\setContext(), and wfDeprecated().

Member Function Documentation

◆ adaptCdnTTL()

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

Get TTL in [$minTTL,$maxTTL] in 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 | integer | float | bool | null$mtimeLast-Modified timestamp
integer$minTTLMimimum TTL in seconds [default: 1 minute]
integer$maxTTLMaximum TTL in seconds [default: $wgSquidMaxage]
Returns
integer TTL in seconds
Since
1.28

Definition at line 2010 of file OutputPage.php.

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

◆ addAcceptLanguage()

OutputPage::addAcceptLanguage ( )

T23672: Add Accept-Language to Vary and Key headers if there's no 'variant' parameter existed in GET.

For example: /w/index.php?title=Main_page should always be served; but /w/index.php?title=Main_page&variant=zh-cn should never be served.

Definition at line 2174 of file OutputPage.php.

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

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 1051 of file OutputPage.php.

References $query, $title, and addSubtitle().

◆ 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 1276 of file OutputPage.php.

References $linkRenderer, $res, $title, $type, $wgContLang, addCategoryLinksToLBAndGetResult(), as, captcha-old\count, global, Title\makeTitleSafe(), NS_CATEGORY, Hooks\run(), and string.

Referenced by addParserOutputMetadata(), and setCategoryLinks().

◆ addCategoryLinksToLBAndGetResult()

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

Definition at line 1326 of file OutputPage.php.

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

Referenced by addCategoryLinks().

◆ 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 1543 of file OutputPage.php.

References $attribs, addHTML(), and Html\element().

◆ addExtensionStyle()

OutputPage::addExtensionStyle (   $url)

Register and add a stylesheet from an extension directory.

Deprecated:
since 1.27 use addModuleStyles() or addStyle() instead
Parameters
string$urlPath to sheet. Provide either a full url (beginning with 'http', etc) or a relative path from the document root (beginning with '/'). Otherwise it behaves identically to addStyle() and draws from the /skins folder.

Definition at line 477 of file OutputPage.php.

References wfDeprecated().

◆ 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 1165 of file OutputPage.php.

References ContextSource\getConfig().

◆ 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 683 of file OutputPage.php.

References $name, and $value.

◆ addHeadItems()

OutputPage::addHeadItems (   $values)

Add one or more head items to the output.

Since
1.28
Parameters
string | string[]$valueRaw HTML

Definition at line 693 of file OutputPage.php.

References array().

◆ 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 1436 of file OutputPage.php.

References $link, addModuleStyles(), ContextSource\msg(), Html\rawElement(), 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 520 of file OutputPage.php.

References Html\inlineScript().

◆ 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 3613 of file OutputPage.php.

References ContextSource\getLanguage(), and Html\inlineStyle().

◆ 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$value[optional] Value of the configuration variable

Definition at line 3105 of file OutputPage.php.

References $keys, $value, and as.

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 1248 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 395 of file OutputPage.php.

Referenced by addMetadataLink().

◆ addLinkHeader()

OutputPage::addLinkHeader (   $header)

Add an HTTP Link: header.

Parameters
string$headerHeader value

Definition at line 2118 of file OutputPage.php.

References $header.

Referenced by addLogoPreloadLinkHeaders().

◆ addLogoPreloadLinkHeaders()

OutputPage::addLogoPreloadLinkHeaders ( )
protected

Add Link headers for preloading the wiki's logo.

Since
1.26

Definition at line 4007 of file OutputPage.php.

References addLinkHeader(), as, captcha-old\count, ContextSource\getConfig(), and ResourceLoaderSkinModule\getLogo().

Referenced by output().

◆ addMeta()

OutputPage::addMeta (   $name,
  $val 
)

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

Parameters
string$nameTag name
string$valTag value

Definition at line 374 of file OutputPage.php.

References $name.

◆ addMetadataLink()

OutputPage::addMetadataLink ( array  $linkarr)

Add a new \<link\> with "rel" attribute set to "meta".

Parameters
array$linkarrAssociative array mapping attribute names to their values, both keys and values will be escaped, and the "rel" attribute will be automatically added

Definition at line 416 of file OutputPage.php.

References addLink(), and getMetadataAttribute().

◆ addModules()

OutputPage::addModules (   $modules)

Add one or more modules recognized by ResourceLoader.

Modules added through this function will be loaded by ResourceLoader when the page loads.

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

Definition at line 592 of file OutputPage.php.

References $modules, and array().

Referenced by ListToggle\__construct(), addParserOutputContent(), addParserOutputMetadata(), getRlClient(), output(), and MediaWiki\Widget\Search\InterwikiSearchResultSetWidget\render().

◆ addModuleScripts()

OutputPage::addModuleScripts (   $modules)

Add only JS of one or more modules recognized by ResourceLoader.

Module scripts added through this function will be loaded by ResourceLoader when the page loads.

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

Definition at line 616 of file OutputPage.php.

References $modules, and array().

Referenced by addParserOutputContent(), and addParserOutputMetadata().

◆ addModuleStyles()

OutputPage::addModuleStyles (   $modules)

Add only CSS of one or more modules recognized by ResourceLoader.

Module styles added through this function will be added using standard link CSS tags, rather than as a combined Javascript and CSS package. Thus, they will load when JavaScript is disabled (unless CSS also happens to be disabled).

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

Definition at line 642 of file OutputPage.php.

References $modules, and array().

Referenced by ListToggle\__construct(), addHelpLink(), addParserOutputContent(), addParserOutputMetadata(), enableOOUI(), getRlClient(), and MediaWiki\Widget\Search\InterwikiSearchResultSetWidget\render().

◆ addParserOutput()

OutputPage::addParserOutput (   $parserOutput)

Add everything from a ParserOutput object.

Parameters
ParserOutput$parserOutput

Definition at line 1891 of file OutputPage.php.

References $parserOutput, addParserOutputMetadata(), and addParserOutputText().

Referenced by addWikiTextTitle().

◆ addParserOutputContent()

OutputPage::addParserOutputContent (   $parserOutput)

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

Definition at line 1862 of file OutputPage.php.

References $parserOutput, addJsConfigVars(), addModules(), addModuleScripts(), addModuleStyles(), and addParserOutputText().

◆ addParserOutputMetadata()

OutputPage::addParserOutputMetadata (   $parserOutput)

Add all metadata associated with a ParserOutput object, but without the actual HTML.

This includes categories, language links, ResourceLoader modules, effects of certain magic words, and so on.

Since
1.24
Parameters
ParserOutput$parserOutput

Definition at line 1795 of file OutputPage.php.

References $parserOutput, addCategoryLinks(), addJsConfigVars(), addModules(), addModuleScripts(), addModuleStyles(), array(), as, enableClientCache(), enableOOUI(), ContextSource\getConfig(), ContextSource\getTitle(), list, Hooks\run(), and setIndicators().

Referenced by addParserOutput(), and addParserOutputNoText().

◆ addParserOutputNoText()

OutputPage::addParserOutputNoText (   $parserOutput)

Add a ParserOutput object, but without Html.

Deprecated:
since 1.24, use addParserOutputMetadata() instead.
Parameters
ParserOutput$parserOutput

Definition at line 1782 of file OutputPage.php.

References $parserOutput, addParserOutputMetadata(), and wfDeprecated().

◆ addParserOutputText()

OutputPage::addParserOutputText (   $parserOutput)

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

Since
1.24
Parameters
ParserOutput$parserOutput

Definition at line 1878 of file OutputPage.php.

References $parserOutput, addHTML(), and Hooks\run().

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
Title$titleTitle to link
array$queryQuery string parameters
string$textText of the link (input is not escaped)
array$optionsOptions array to pass to Linker

Definition at line 2734 of file OutputPage.php.

References $link, $linkRenderer, $options, $query, $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 464 of file OutputPage.php.

Referenced by addScriptFile().

◆ addScriptFile()

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

Add a JavaScript file out of skins/common, or a given relative path.

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

Parameters
string$fileFilename in skins/common or complete on-server path (/foo/bar.js)
string$versionStyle version of the file. Defaults to $wgStyleVersion

Definition at line 501 of file OutputPage.php.

References $path, addScript(), ContextSource\getConfig(), Html\linkedScript(), and wfAppendQuery().

◆ 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 3592 of file OutputPage.php.

References $dir, and $options.

Referenced by buildCssLinksArray().

◆ 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 1020 of file OutputPage.php.

References ContextSource\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 1908 of file OutputPage.php.

References $template, and addHTML().

◆ addVaryHeader()

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

Add an HTTP header that will influence on the cache.

Parameters
string$headerHeader name
string[] | null$optionOptions for the Key header. See https://datatracker.ietf.org/doc/draft-fielding-http-key/ for the list of valid options.

Definition at line 2085 of file OutputPage.php.

References $header.

Referenced by addAcceptLanguage(), getKeyHeader(), 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 3862 of file OutputPage.php.

References $args, $name, 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 3876 of file OutputPage.php.

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

Referenced by addWikiMsg(), and showErrorPage().

◆ addWikiText()

OutputPage::addWikiText (   $text,
  $linestart = true,
  $interface = true 
)

Convert wikitext to HTML and add it to the buffer Default assumes that the current page title will be used.

Parameters
string$text
bool$linestartIs this the start of a line?
bool$interfaceIs this text in the user interface language?
Exceptions
MWException

Definition at line 1706 of file OutputPage.php.

References $title, addWikiTextTitle(), and ContextSource\getTitle().

Referenced by showPermissionsErrorPage(), and wrapWikiMsg().

◆ addWikiTextTidy()

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

Add wikitext with tidy enabled.

Parameters
string$textWikitext
bool$linestartIs this the start of a line?

Definition at line 1742 of file OutputPage.php.

References $title, addWikiTextTitleTidy(), and ContextSource\getTitle().

◆ addWikiTextTitle()

OutputPage::addWikiTextTitle (   $text,
Title  $title,
  $linestart,
  $tidy = false,
  $interface = false 
)

Add wikitext with a custom Title object.

Parameters
string$textWikitext
Title$title
bool$linestartIs this the start of a line?
bool$tidyWhether to use tidy
bool$interfaceWhether it is an interface message (for example disables conversion)

Definition at line 1757 of file OutputPage.php.

References $parserOutput, $title, $wgParser, addParserOutput(), global, and parserOptions().

Referenced by addWikiText(), addWikiTextTitleTidy(), and addWikiTextWithTitle().

◆ addWikiTextTitleTidy()

OutputPage::addWikiTextTitleTidy (   $text,
$title,
  $linestart = true 
)

Add wikitext with a custom Title object and tidy enabled.

Parameters
string$textWikitext
Title$title
bool$linestartIs this the start of a line?

Definition at line 1732 of file OutputPage.php.

References $title, and addWikiTextTitle().

Referenced by addWikiTextTidy().

◆ addWikiTextWithTitle()

OutputPage::addWikiTextWithTitle (   $text,
$title,
  $linestart = true 
)

Add wikitext with a custom Title object.

Parameters
string$textWikitext
Title$title
bool$linestartIs this the start of a line?

Definition at line 1721 of file OutputPage.php.

References $title, and addWikiTextTitle().

◆ 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 2222 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 1036 of file OutputPage.php.

References $linkRenderer, $query, $title, and wfMessage().

Referenced by RevertAction\getDescription().

◆ buildCssLinksArray()

OutputPage::buildCssLinksArray ( )
Returns
array

Definition at line 3678 of file OutputPage.php.

References $link, $options, addStyle(), as, and styleLink().

Referenced by buildExemptModules().

◆ buildExemptModules()

OutputPage::buildExemptModules ( )
protected

◆ 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 771 of file OutputPage.php.

References $name, $value, as, disable(), ContextSource\getConfig(), ContextSource\getRequest(), ContextSource\getUser(), Hooks\run(), sendCacheControl(), wfClearOutputBuffers(), wfDebug(), and wfTimestamp().

◆ clearHTML()

OutputPage::clearHTML ( )

Clear the body HTML.

Definition at line 1550 of file OutputPage.php.

Referenced by prepareErrorPage().

◆ clearSubtitle()

OutputPage::clearSubtitle ( )

Clear the subtitles.

Definition at line 1058 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 3011 of file OutputPage.php.

Referenced by buildExemptModules(), getBottomScripts(), and headElement().

◆ disable()

OutputPage::disable ( )

Disable output completely, i.e.

calling output() will have no effect

Definition at line 1091 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 1468 of file OutputPage.php.

References ContextSource\getConfig(), ResourceLoaderModule\ORIGIN_CORE_INDIVIDUAL, ResourceLoaderModule\ORIGIN_USER_SITEWIDE, reduceAllowedModules(), ResourceLoaderModule\TYPE_SCRIPTS, and ResourceLoaderModule\TYPE_STYLES.

Referenced by output().

◆ enableClientCache()

OutputPage::enableClientCache (   $state)

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

Parameters
bool$state
Returns
bool

Definition at line 2034 of file OutputPage.php.

References wfSetVar().

Referenced by addParserOutputMetadata(), 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 3988 of file OutputPage.php.

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

Referenced by addParserOutputMetadata().

◆ enableSectionEditLinks()

OutputPage::enableSectionEditLinks (   $flag = true)

Enables/disables section edit links, doesn't override NOEDITSECTION

Parameters
bool$flag
Since
1.23

Definition at line 3952 of file OutputPage.php.

◆ enableTOC()

OutputPage::enableTOC (   $flag = true)

Enables/disables TOC, doesn't override NOTOC

Parameters
bool$flag
Since
1.22

Definition at line 3935 of file OutputPage.php.

◆ 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 3574 of file OutputPage.php.

References Html\element().

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$positionIf not null, only return modules with this position
string$type
Returns
array

Definition at line 532 of file OutputPage.php.

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

Referenced by getModules(), getRlClient(), and makeResourceLoaderLink().

◆ forceHideNewSectionLink()

OutputPage::forceHideNewSectionLink ( )

Forcibly hide the new section link?

Returns
bool

Definition at line 1118 of file OutputPage.php.

References $mHideNewSectionLink.

◆ formatPermissionsErrorMessage()

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

Format a list of error messages.

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

Definition at line 2619 of file OutputPage.php.

References as, captcha-old\count, and ContextSource\msg().

Referenced by showPermissionsErrorPage().

◆ 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 1493 of file OutputPage.php.

References $type, ResourceLoaderModule\ORIGIN_ALL, and ResourceLoaderModule\TYPE_COMBINED.

Referenced by filterModules(), and reduceAllowedModules().

◆ getArticleBodyOnly()

OutputPage::getArticleBodyOnly ( )

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

Returns
bool

Definition at line 730 of file OutputPage.php.

References $mArticleBodyOnly.

◆ getBottomScripts()

OutputPage::getBottomScripts ( )

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

These are modules with position 'bottom', legacy scripts ($this->mScripts), and user JS.

Returns
string|WrappedStringList HTML

Definition at line 3037 of file OutputPage.php.

References $mScripts, combineWrappedStrings(), Xml\encodeJsCall(), ContextSource\getRequest(), getRlClient(), ContextSource\getTitle(), isUserJsPreview(), makeResourceLoaderLink(), and ResourceLoaderModule\TYPE_COMBINED.

◆ getCacheVaryCookies()

OutputPage::getCacheVaryCookies ( )

Get the list of cookies that will influence on the cache.

Returns
array

Definition at line 2043 of file OutputPage.php.

References ContextSource\getConfig(), and Hooks\run().

Referenced by getKeyHeader(), 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 437 of file OutputPage.php.

References $mCanonicalUrl.

◆ 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 1387 of file OutputPage.php.

References $type, and as.

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 1374 of file OutputPage.php.

References $mCategoryLinks.

◆ getExtStyle()

OutputPage::getExtStyle ( )

Get all styles added by extensions.

Deprecated:
since 1.27
Returns
array

Definition at line 488 of file OutputPage.php.

References $mExtStyles, and wfDeprecated().

◆ getFeedAppendQuery()

OutputPage::getFeedAppendQuery ( )

Will currently always return null.

Returns
null

Definition at line 1192 of file OutputPage.php.

References $mFeedLinksAppendQuery.

◆ getFileSearchOptions()

OutputPage::getFileSearchOptions ( )

Get the files used on this page.

Returns
array (dbKey => array('time' => MW timestamp or null, 'sha1' => sha1 or ''))
Since
1.18

Definition at line 1693 of file OutputPage.php.

References $mImageTimeKeys.

◆ getFileVersion()

OutputPage::getFileVersion ( )

Get the displayed file version.

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

Definition at line 1673 of file OutputPage.php.

References $mFileVersion.

◆ 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 2243 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 667 of file OutputPage.php.

References $mHeadItems.

◆ getHeadLinks()

OutputPage::getHeadLinks ( )
Returns
string HTML tag links to be put in the header.
Deprecated:
since 1.24 Use OutputPage::headElement or if you have to, OutputPage::getHeadLinksArray directly.

Definition at line 3561 of file OutputPage.php.

References getHeadLinksArray(), and wfDeprecated().

◆ getHeadLinksArray()

◆ getHTML()

OutputPage::getHTML ( )

Get the body HTML.

Returns
string HTML

Definition at line 1559 of file OutputPage.php.

References $mBodytext.

◆ getHTMLTitle()

OutputPage::getHTMLTitle ( )

Return the "HTML title", i.e.

the content of the "<title>" tag.

Returns
string

Definition at line 947 of file OutputPage.php.

References $mHTMLtitle.

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 1424 of file OutputPage.php.

References $mIndicators.

◆ 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 3095 of file OutputPage.php.

References $mJsConfigVars.

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 3125 of file OutputPage.php.

References $lang, $title, $type, $user, $vars, $wgContLang, as, ContextSource\canUseWikiPage(), MWNamespace\exists(), Action\getActionName(), MWNamespace\getCanonicalName(), getCategories(), ContextSource\getContext(), getFrameOptions(), getJsConfigVars(), WebRequest\getRequestId(), getRevisionId(), ContextSource\getSkin(), ContextSource\getTitle(), ContextSource\getUser(), ContextSource\getWikiPage(), global, isArticle(), list, NS_SPECIAL, SpecialPageFactory\resolveAlias(), Hooks\run(), and wfTimestamp().

Referenced by getRlClient().

◆ getKeyHeader()

OutputPage::getKeyHeader ( )

Get a complete Key header.

Returns
string

Definition at line 2140 of file OutputPage.php.

References $header, $options, addVaryHeader(), as, captcha-old\count, and getCacheVaryCookies().

Referenced by sendCacheControl().

◆ 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 1267 of file OutputPage.php.

References $mLanguageLinks.

◆ getLinkHeader()

OutputPage::getLinkHeader ( )

Return a Link: header.

Based on the values of $mLinkHeader.

Returns
string

Definition at line 2127 of file OutputPage.php.

Referenced by output().

◆ getLinkTags()

OutputPage::getLinkTags ( )

Returns the current <link> tags.

Since
1.25
Returns
array

Definition at line 405 of file OutputPage.php.

References $mLinktags.

◆ getMetadataAttribute()

OutputPage::getMetadataAttribute ( )

Get the value of the "rel" attribute for metadata links.

Returns
string

Definition at line 446 of file OutputPage.php.

Referenced by addMetadataLink().

◆ getMetaTags()

OutputPage::getMetaTags ( )

Returns the current <meta> tags.

Since
1.25
Returns
array

Definition at line 384 of file OutputPage.php.

References $mMetatags.

◆ 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$positionIf not null, only return modules with this position
string$param
Returns
array Array of module names

Definition at line 576 of file OutputPage.php.

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

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

◆ getModuleScripts()

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

Get the list of module JS to include on this page.

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

Definition at line 603 of file OutputPage.php.

References getModules(), and ResourceLoaderModule\TYPE_SCRIPTS.

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

◆ getModuleStyles()

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

Get the list of module CSS to include on this page.

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

Definition at line 627 of file OutputPage.php.

References getModules(), and ResourceLoaderModule\TYPE_STYLES.

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

◆ getPageTitle()

OutputPage::getPageTitle ( )

Return the "page title", i.e.

the content of the \<h1\> tag.

Returns
string

Definition at line 992 of file OutputPage.php.

References $mPagetitle.

Referenced by headElement().

◆ getPageTitleActionText()

OutputPage::getPageTitleActionText ( )

Get the value of the "action text".

Returns
string

Definition at line 924 of file OutputPage.php.

References $mPageTitleActionText.

◆ getPreventClickjacking()

OutputPage::getPreventClickjacking ( )

Get the prevent-clickjacking flag.

Since
1.24
Returns
bool

Definition at line 2232 of file OutputPage.php.

References $mPreventClickjacking.

◆ 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 752 of file OutputPage.php.

References $name.

◆ getRedirect()

OutputPage::getRedirect ( )

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

Returns
string

Definition at line 342 of file OutputPage.php.

References $mRedirect.

◆ getResourceLoader()

OutputPage::getResourceLoader ( )

Get a ResourceLoader object associated with this OutputPage.

Returns
ResourceLoader

Definition at line 2975 of file OutputPage.php.

References $mResourceLoader, and ContextSource\getConfig().

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

◆ getRevisionId()

OutputPage::getRevisionId ( )

Get the displayed revision ID.

Returns
int

Definition at line 1629 of file OutputPage.php.

References $mRevisionId.

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 1650 of file OutputPage.php.

References $mRevisionTimestamp.

◆ 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 2809 of file OutputPage.php.

References ContextSource\$context, $dbr, $name, $rlClient, addModules(), addModuleStyles(), DB_REPLICA, filterModules(), getJSVars(), getModules(), getModuleScripts(), getModuleStyles(), getResourceLoader(), getRlClientContext(), ContextSource\getSkin(), getTarget(), isUserCssPreview(), isUserJsPreview(), ResourceLoaderWikiModule\preloadTitleInfo(), ResourceLoaderClientHtml\setConfig(), ResourceLoaderClientHtml\setExemptStates(), ResourceLoaderClientHtml\setModules(), ResourceLoaderClientHtml\setModuleScripts(), ResourceLoaderClientHtml\setModuleStyles(), use, and wfGetDB().

Referenced by getBottomScripts(), and headElement().

◆ getRlClientContext()

◆ getSubtitle()

OutputPage::getSubtitle ( )

Get the subtitle.

Returns
string

Definition at line 1067 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 1183 of file OutputPage.php.

References $mFeedLinks.

Referenced by getHeadLinksArray().

◆ getTarget()

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

Definition at line 649 of file OutputPage.php.

References $mTarget.

Referenced by getRlClient().

◆ getTemplateIds()

OutputPage::getTemplateIds ( )

Get the templates used on this page.

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

Definition at line 1683 of file OutputPage.php.

References $mTemplateIds.

◆ 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 2101 of file OutputPage.php.

References $header, $options, addVaryHeader(), as, 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 703 of file OutputPage.php.

References $name.

◆ 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 2065 of file OutputPage.php.

References $request, as, getCacheVaryCookies(), ContextSource\getRequest(), and wfDebug().

Referenced by sendCacheControl().

◆ headElement()

◆ 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 1216 of file OutputPage.php.

References $mIsarticle.

Referenced by getJSVars().

◆ isArticleRelated()

OutputPage::isArticleRelated ( )

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

Returns
bool

Definition at line 1238 of file OutputPage.php.

References $mIsArticleRelated.

Referenced by getHeadLinksArray().

◆ isDisabled()

OutputPage::isDisabled ( )

Return whether the output will be completely disabled.

Returns
bool

Definition at line 1100 of file OutputPage.php.

References $mDoNothing.

◆ isPrintable()

OutputPage::isPrintable ( )

Return whether the page is "printable".

Returns
bool

Definition at line 1084 of file OutputPage.php.

References $mPrintable.

Referenced by getRlClientContext(), and sendCacheControl().

◆ isSyndicated()

OutputPage::isSyndicated ( )

Should we output feed links for this page?

Returns
bool

Definition at line 1175 of file OutputPage.php.

References captcha-old\count.

◆ isTOCEnabled()

OutputPage::isTOCEnabled ( )
Returns
bool
Since
1.22

Definition at line 3943 of file OutputPage.php.

References $mEnableTOC.

◆ isUserCssPreview()

OutputPage::isUserCssPreview ( )
private

◆ isUserJsPreview()

OutputPage::isUserJsPreview ( )
private

◆ lowerCdnMaxage()

OutputPage::lowerCdnMaxage (   $maxage)

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

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

Definition at line 1992 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 2993 of file OutputPage.php.

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

Referenced by buildExemptModules(), and getBottomScripts().

◆ 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 2336 of file OutputPage.php.

References $code, $e, $mBodytext, $modules, $mRedirect, $mRedirectCode, $response, $wgContLang, addLogoPreloadLinkHeaders(), MWDebug\addModules(), addModules(), addVaryHeader(), as, disallowUserJs(), ContextSource\getConfig(), getFrameOptions(), getLinkHeader(), ContextSource\getRequest(), ContextSource\getSkin(), global, PROTO_CURRENT, Hooks\run(), sendCacheControl(), wfExpandUrl(), and wfTimestamp().

Referenced by WebInstaller\finish().

◆ parse()

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

Parse wikitext and return the HTML.

Parameters
string$text
bool$linestartIs this the start of a line?
bool$interfaceUse interface language ($wgLang instead of $wgContLang) while parsing language sensitive magic words like GRAMMAR and PLURAL. This also disables LanguageConverter.
Language$languageTarget language object, will override $interface
Exceptions
MWException
Returns
string HTML

Definition at line 1924 of file OutputPage.php.

References $parserOutput, $wgParser, ContextSource\getTitle(), global, and parserOptions().

Referenced by parseInline(), and showPermissionsErrorPage().

◆ parseInline()

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

Parse wikitext, strip paragraphs, and return the HTML.

Parameters
string$text
bool$linestartIs this the start of a line?
bool$interfaceUse interface language ($wgLang instead of $wgContLang) while parsing language sensitive magic words like GRAMMAR and PLURAL
Returns
string HTML

Definition at line 1964 of file OutputPage.php.

References parse().

◆ 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
Returns
ParserOptions

Definition at line 1570 of file OutputPage.php.

References $options, ContextSource\getContext(), ContextSource\getUser(), ParserOptions\newFromAnon(), ParserOptions\newFromContext(), wfGetAllCallers(), wfLogWarning(), and wfSetVar().

Referenced by addWikiTextTitle(), and parse().

◆ 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$htmlTitleWill be passed directly to setHTMLTitle(); optional, if not passed the "<title>" attribute will be based on $pageTitle

Definition at line 2476 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 1521 of file OutputPage.php.

References $mBodytext.

◆ 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 2213 of file OutputPage.php.

◆ rateLimited()

OutputPage::rateLimited ( )

Turn off regular page output and return an error response for when rate limiting has triggered.

Deprecated:
since 1.25; throw the exception directly

Definition at line 2674 of file OutputPage.php.

References wfDeprecated().

◆ readOnlyPage()

OutputPage::readOnlyPage ( )

Display a page stating that the Wiki is in read-only mode.

Should only be called after wfReadOnly() has returned true.

Historically, this function was used to show the source of the page that the user was trying to edit and also permissions error messages. The relevant code was moved into EditPage in 1.19 (r102024 / d83c2a431c2a) and removed here in 1.25.

Deprecated:
since 1.25; throw the exception directly
Exceptions
ReadOnlyError

Definition at line 2660 of file OutputPage.php.

◆ redirect()

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

Redirect to $url rather than displaying the normal page.

Parameters
string$urlURL
string$responsecodeHTTP status code

Definition at line 331 of file OutputPage.php.

Referenced by WebInstaller\execute().

◆ 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 1512 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$unused
Title | string$returntoTitle or String to return to
string$returntoqueryQuery string for the return to link

Definition at line 2750 of file OutputPage.php.

References addReturnTo(), ContextSource\getRequest(), Title\newFromText(), Title\newMainPage(), and wfCgiToArray().

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

◆ sectionEditLinksEnabled()

OutputPage::sectionEditLinksEnabled ( )
Returns
bool
Since
1.23

Definition at line 3960 of file OutputPage.php.

References $mEnableSectionEditLinks.

◆ sendCacheControl()

OutputPage::sendCacheControl ( )

◆ 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 721 of file OutputPage.php.

◆ setArticleFlag()

OutputPage::setArticleFlag (   $v)

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$v

Definition at line 1203 of file OutputPage.php.

◆ setArticleRelated()

OutputPage::setArticleRelated (   $v)

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$v

Definition at line 1226 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 426 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 1361 of file OutputPage.php.

References addCategoryLinks().

◆ 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 1982 of file OutputPage.php.

Referenced by lowerCdnMaxage(), and setSquidMaxage().

◆ 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 354 of file OutputPage.php.

◆ setETag()

OutputPage::setETag (   $tag)
Deprecated:
since 1.28 Obsolete - wgUseETag experiment was removed.
Parameters
string$tag

Definition at line 711 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 1147 of file OutputPage.php.

References $query, $type, as, ContextSource\getConfig(), and ContextSource\getTitle().

Referenced by setSyndicated().

◆ setFileVersion()

OutputPage::setFileVersion (   $file)

Set the displayed file version.

Parameters
File | bool$file
Returns
mixed Previous value

Definition at line 1660 of file OutputPage.php.

References 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 902 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 934 of file OutputPage.php.

References $name, and ContextSource\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 888 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 1410 of file OutputPage.php.

References $mIndicators.

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 1258 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 858 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

Definition at line 970 of file OutputPage.php.

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

Referenced by prepareErrorPage().

◆ setPageTitleActionText()

OutputPage::setPageTitleActionText (   $text)

Set the new value of the "action text", this will be added to the "HTML title", separated from it with " - ".

Parameters
string$textNew value of the "action text"

Definition at line 915 of file OutputPage.php.

◆ setPrintable()

OutputPage::setPrintable ( )

Set the page as printable, i.e.

it'll be displayed with all print styles included

Definition at line 1075 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 741 of file OutputPage.php.

References $name, and $value.

◆ setRedirectedFrom()

OutputPage::setRedirectedFrom (   $t)

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

Parameters
Title$t

Definition at line 956 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$revidAn positive integer, or null
Returns
mixed Previous value

Definition at line 1619 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 1640 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 870 of file OutputPage.php.

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

Referenced by prepareErrorPage().

◆ setSquidMaxage()

OutputPage::setSquidMaxage (   $maxage)
Parameters
$maxage
Deprecated:
since 1.27 Use setCdnMaxage() instead

Definition at line 1973 of file OutputPage.php.

References setCdnMaxage().

◆ setStatusCode()

OutputPage::setStatusCode (   $statusCode)

Set the HTTP status code to send with the output.

Parameters
int$statusCode

Definition at line 363 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 1010 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 1130 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 658 of file OutputPage.php.

◆ setTitle()

OutputPage::setTitle ( Title  $t)

Set the Title object to use.

Parameters
Title$t

Definition at line 1001 of file OutputPage.php.

References ContextSource\getContext().

◆ setupOOUI()

static OutputPage::setupOOUI (   $skinName = '',
  $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 3971 of file OutputPage.php.

References $dir, and ExtensionRegistry\getInstance().

Referenced by enableOOUI().

◆ 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 2501 of file OutputPage.php.

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

◆ showFatalError()

OutputPage::showFatalError (   $message)

◆ showFileCopyError()

OutputPage::showFileCopyError (   $old,
  $new 
)

Definition at line 2710 of file OutputPage.php.

References ContextSource\msg(), showFatalError(), and text.

◆ showFileDeleteError()

OutputPage::showFileDeleteError (   $name)

Definition at line 2718 of file OutputPage.php.

References $name, ContextSource\msg(), showFatalError(), and text.

◆ showFileNotFoundError()

OutputPage::showFileNotFoundError (   $name)

Definition at line 2722 of file OutputPage.php.

References $name, ContextSource\msg(), showFatalError(), and text.

◆ showFileRenameError()

OutputPage::showFileRenameError (   $old,
  $new 
)

Definition at line 2714 of file OutputPage.php.

References ContextSource\msg(), showFatalError(), and text.

◆ 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$lagSlave lag

Definition at line 2688 of file OutputPage.php.

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

◆ showNewSectionLink()

OutputPage::showNewSectionLink ( )

Show an "add new section" link?

Returns
bool

Definition at line 1109 of file OutputPage.php.

References $mNewSectionLink.

◆ showPermissionsErrorPage()

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

Output a standard permission error page.

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

Definition at line 2528 of file OutputPage.php.

References $linkRenderer, $query, $request, addHTML(), addWikiText(), array(), as, captcha-old\count, formatPermissionsErrorMessage(), ContextSource\getRequest(), SpecialPage\getTitleFor(), ContextSource\getUser(), User\groupHasPermission(), ContextSource\msg(), Title\newFromText(), Title\newMainPage(), parse(), prepareErrorPage(), returnToMain(), text, and wfArrayToCgi().

◆ showUnexpectedValueError()

OutputPage::showUnexpectedValueError (   $name,
  $val 
)

Definition at line 2706 of file OutputPage.php.

References $name, ContextSource\msg(), showFatalError(), and text.

◆ 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 3703 of file OutputPage.php.

References $link, $options, ContextSource\getConfig(), ContextSource\getLanguage(), Html\linkedStyle(), and transformCssMedia().

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 3817 of file OutputPage.php.

References $wgRequest, as, and global.

Referenced by styleLink().

◆ 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$remotePathURL 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 3801 of file OutputPage.php.

References wfLogWarning().

Referenced by CSSMin\remapOne(), and transformResourcePath().

◆ 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 3759 of file OutputPage.php.

References $IP, $path, global, and transformFilePath().

Referenced by ResourceLoaderSkinModule\getLogo(), ResourceLoaderFileModule\getScriptURLsForDebug(), ResourceLoaderFileModule\getStyleURLsForDebug(), and ImageMap\render().

◆ userCanPreview()

OutputPage::userCanPreview ( )

To make it harder for someone to slip a user a fake user-JavaScript or user-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 3252 of file OutputPage.php.

References $request, $title, $user, captcha-old\count, ContextSource\getRequest(), ContextSource\getTitle(), and ContextSource\getUser().

Referenced by isUserCssPreview(), and isUserJsPreview().

◆ 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 2605 of file OutputPage.php.

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

◆ warnModuleTargetFilter()

OutputPage::warnModuleTargetFilter (   $moduleName)
private

Definition at line 553 of file OutputPage.php.

References $mTarget, and 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->addWikiText( "<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 3905 of file OutputPage.php.

References $args, $name, $s, addWikiText(), as, ContextSource\msg(), plain, and wfDeprecated().

Referenced by showLagWarning().

Member Data Documentation

◆ $copyrightUrl

string null OutputPage::$copyrightUrl
private

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

Definition at line 300 of file OutputPage.php.

Referenced by getHeadLinksArray().

◆ $limitReportJSData

array OutputPage::$limitReportJSData = []
private

Profiling data.

Definition at line 303 of file OutputPage.php.

◆ $mAllowedModules

array OutputPage::$mAllowedModules
protected
Initial value:

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 185 of file OutputPage.php.

◆ $mArticleBodyOnly

bool OutputPage::$mArticleBodyOnly = false
private

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

Definition at line 214 of file OutputPage.php.

Referenced by getArticleBodyOnly().

◆ $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 69 of file OutputPage.php.

Referenced by getHTML(), output(), and prependHTML().

◆ $mCanonicalUrl

bool OutputPage::$mCanonicalUrl = false
protected

Definition at line 52 of file OutputPage.php.

Referenced by getCanonicalUrl(), and getHeadLinksArray().

◆ $mCategories

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

Definition at line 111 of file OutputPage.php.

◆ $mCategoryLinks

array OutputPage::$mCategoryLinks = []
protected

Definition at line 108 of file OutputPage.php.

Referenced by getCategoryLinks().

◆ $mCdnMaxage

int OutputPage::$mCdnMaxage = 0
protected

Cache stuff.

Looks like mEnableClientCache

Definition at line 233 of file OutputPage.php.

◆ $mCdnMaxageLimit

int OutputPage::$mCdnMaxageLimit = INF
protected

Upper limit on mCdnMaxage.

Definition at line 235 of file OutputPage.php.

◆ $mContainsNewMagic

int OutputPage::$mContainsNewMagic = 0
protected

Definition at line 195 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 190 of file OutputPage.php.

Referenced by isDisabled().

◆ $mEnableClientCache

OutputPage::$mEnableClientCache = true
protected

Definition at line 211 of file OutputPage.php.

◆ $mEnableSectionEditLinks

bool OutputPage::$mEnableSectionEditLinks = true
private

Whether parser output should contain section edit links.

Definition at line 295 of file OutputPage.php.

Referenced by sectionEditLinksEnabled().

◆ $mEnableTOC

bool OutputPage::$mEnableTOC = true
private

Whether parser output should contain table of contents.

Definition at line 290 of file OutputPage.php.

Referenced by isTOCEnabled().

◆ $mExtStyles

array OutputPage::$mExtStyles = []
protected

Additional stylesheets.

Looks like this is for extensions. Might be replaced by ResourceLoader.

Definition at line 58 of file OutputPage.php.

Referenced by getExtStyle().

◆ $mFeedLinks

OutputPage::$mFeedLinks = []
private

Handles the Atom / RSS links.

We probably only support Atom in 2011.

See also
$wgAdvertisedFeedTypes

Definition at line 208 of file OutputPage.php.

Referenced by getSyndicationLinks().

◆ $mFeedLinksAppendQuery

OutputPage::$mFeedLinksAppendQuery = null
protected

Definition at line 178 of file OutputPage.php.

Referenced by getFeedAppendQuery().

◆ $mFileVersion

array OutputPage::$mFileVersion = null
protected

Definition at line 251 of file OutputPage.php.

Referenced by getFileVersion().

◆ $mFollowPolicy

OutputPage::$mFollowPolicy = 'follow'
private

Definition at line 264 of file OutputPage.php.

◆ $mHeadItems

array OutputPage::$mHeadItems = []
protected

Array of elements in "<head>".

Parser might add its own headers!

Definition at line 140 of file OutputPage.php.

Referenced by getHeadItemsArray().

◆ $mHideNewSectionLink

bool OutputPage::$mHideNewSectionLink = false
protected

Definition at line 220 of file OutputPage.php.

Referenced by forceHideNewSectionLink().

◆ $mHTMLtitle

string OutputPage::$mHTMLtitle = ''
private

Stores contents of "<title>" tag.

Definition at line 72 of file OutputPage.php.

Referenced by getHTMLTitle().

◆ $mImageTimeKeys

array OutputPage::$mImageTimeKeys = []
protected

Definition at line 173 of file OutputPage.php.

Referenced by getFileSearchOptions().

◆ $mIndexPolicy

OutputPage::$mIndexPolicy = 'index'
private

Definition at line 263 of file OutputPage.php.

◆ $mIndicators

array OutputPage::$mIndicators = []
protected

Definition at line 117 of file OutputPage.php.

Referenced by getIndicators(), and setIndicators().

◆ $mInlineStyles

string OutputPage::$mInlineStyles = ''
protected

Inline CSS styles.

Use addInlineStyle() sparingly

Definition at line 131 of file OutputPage.php.

Referenced by buildExemptModules().

◆ $mIsarticle

bool OutputPage::$mIsarticle = false
private

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

Definition at line 78 of file OutputPage.php.

Referenced by isArticle().

◆ $mIsArticleRelated

bool OutputPage::$mIsArticleRelated = true
private

Stores "article flag" toggle.

Definition at line 81 of file OutputPage.php.

Referenced by isArticleRelated().

◆ $mJsConfigVars

array OutputPage::$mJsConfigVars = []
protected

Definition at line 167 of file OutputPage.php.

Referenced by getJsConfigVars().

◆ $mLanguageLinks

array OutputPage::$mLanguageLinks = []
private

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

'fr:Test page')

Definition at line 120 of file OutputPage.php.

Referenced by getLanguageLinks().

◆ $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 105 of file OutputPage.php.

◆ $mLinkHeader

OutputPage::$mLinkHeader = []
private

Link: header contents.

Definition at line 308 of file OutputPage.php.

◆ $mLinktags

array OutputPage::$mLinktags = []
protected

Definition at line 49 of file OutputPage.php.

Referenced by getLinkTags().

◆ $mMetatags

array OutputPage::$mMetatags = []
protected

Should be private.

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

Definition at line 46 of file OutputPage.php.

Referenced by getMetaTags().

◆ $mModules

array OutputPage::$mModules = []
protected

Definition at line 143 of file OutputPage.php.

◆ $mModuleScripts

array OutputPage::$mModuleScripts = []
protected

Definition at line 146 of file OutputPage.php.

◆ $mModuleStyles

array OutputPage::$mModuleStyles = []
protected

Definition at line 149 of file OutputPage.php.

◆ $mNewSectionLink

bool OutputPage::$mNewSectionLink = false
protected

Definition at line 217 of file OutputPage.php.

Referenced by showNewSectionLink().

◆ $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 227 of file OutputPage.php.

◆ $mPageLinkTitle

string OutputPage::$mPageLinkTitle = ''

Used by skin template.

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

Definition at line 137 of file OutputPage.php.

◆ $mPagetitle

string OutputPage::$mPagetitle = ''

Should be private - has getter and setter.

Contains the HTML title

Definition at line 63 of file OutputPage.php.

Referenced by getPageTitle().

◆ $mPageTitleActionText

string OutputPage::$mPageTitleActionText = ''
private

Definition at line 230 of file OutputPage.php.

Referenced by getPageTitleActionText().

◆ $mParserOptions

ParserOptions OutputPage::$mParserOptions = null
protected

lazy initialised, use parserOptions()

Definition at line 201 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 242 of file OutputPage.php.

Referenced by getPreventClickjacking().

◆ $mPrintable

bool OutputPage::$mPrintable = false
private

We have to set isPrintable().

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

Definition at line 87 of file OutputPage.php.

Referenced by isPrintable().

◆ $mProperties

OutputPage::$mProperties = []
private

Additional key => value data.

Definition at line 280 of file OutputPage.php.

◆ $mRedirect

string OutputPage::$mRedirect = ''

Definition at line 96 of file OutputPage.php.

Referenced by getRedirect(), and output().

◆ $mRedirectCode

string OutputPage::$mRedirectCode = ''

Definition at line 176 of file OutputPage.php.

Referenced by output().

◆ $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 275 of file OutputPage.php.

◆ $mResourceLoader

ResourceLoader OutputPage::$mResourceLoader
protected

Definition at line 152 of file OutputPage.php.

Referenced by getResourceLoader().

◆ $mRevisionId

int OutputPage::$mRevisionId = null
private

To include the variable {{REVISIONID}}.

Definition at line 245 of file OutputPage.php.

Referenced by getRevisionId().

◆ $mRevisionTimestamp

string OutputPage::$mRevisionTimestamp = null
private

Definition at line 248 of file OutputPage.php.

Referenced by getRevisionTimestamp().

◆ $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 128 of file OutputPage.php.

Referenced by getBottomScripts().

◆ $mStatusCode

int OutputPage::$mStatusCode
protected

Definition at line 99 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 93 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 285 of file OutputPage.php.

Referenced by getTarget(), and warnModuleTargetFilter().

◆ $mTemplateIds

array OutputPage::$mTemplateIds = []
protected

Definition at line 170 of file OutputPage.php.

Referenced by getTemplateIds().

◆ $mVaryHeader

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

Definition at line 265 of file OutputPage.php.

◆ $rlClient

ResourceLoaderClientHtml OutputPage::$rlClient
private

Definition at line 155 of file OutputPage.php.

Referenced by getRlClient().

◆ $rlClientContext

ResourceLoaderContext OutputPage::$rlClientContext
private

Definition at line 158 of file OutputPage.php.

Referenced by getRlClientContext().

◆ $rlExemptStyleModules

array OutputPage::$rlExemptStyleModules
private

Definition at line 164 of file OutputPage.php.

◆ $rlUserModuleState

string OutputPage::$rlUserModuleState
private

Definition at line 161 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 261 of file OutputPage.php.


The documentation for this class was generated from the following file:
ResourceLoaderModule\TYPE_COMBINED
const TYPE_COMBINED
Definition: ResourceLoaderModule.php:38
ResourceLoaderModule\ORIGIN_ALL
const ORIGIN_ALL
Definition: ResourceLoaderModule.php:60