MediaWiki REL1_33
|
Set options of the Parser. More...
Public Member Functions | |
__construct ( $user=null, $lang=null) | |
addExtraKey ( $key) | |
Extra key that should be present in the parser cache key. | |
getEditSection () | |
Create "edit section" links? | |
getRedirectTarget () | |
Get the previously-set redirect target. | |
getTimestamp () | |
Timestamp used for {{CURRENTDAY}} etc. | |
getUser () | |
Current user. | |
isSafeToCache () | |
Test whether these options are safe to cache. | |
matches (ParserOptions $other) | |
Check if these options match that of another options set. | |
optionsHash ( $forOptions, $title=null) | |
Generate a hash string with the values set on these ParserOptions for the keys given in the array. | |
optionUsed ( $optionName) | |
Called when an option is accessed. | |
registerWatcher ( $callback) | |
Registers a callback for tracking which ParserOptions which are used. | |
setEditSection ( $x) | |
Create "edit section" links? | |
setRedirectTarget ( $title) | |
Set the redirect target. | |
setTimestamp ( $x) | |
Timestamp used for {{CURRENTDAY}} etc. | |
setupFakeRevision ( $title, $content, $user) | |
Sets a hook to force that a page exists, and sets a current revision callback to return a revision with custom content when the current revision of the page is requested. | |
Static Public Member Functions | |
static | allCacheVaryingOptions () |
Return all option keys that vary the options hash. | |
static | newCanonical ( $context=null, $userLang=null) |
Creates a "canonical" ParserOptions object. | |
static | newFromAnon () |
Get a ParserOptions object for an anonymous user. | |
static | newFromContext (IContextSource $context) |
Get a ParserOptions object from a IContextSource object. | |
static | newFromUser ( $user) |
Get a ParserOptions object from a given user. | |
static | newFromUserAndLang (User $user, Language $lang) |
Get a ParserOptions object from a given user and language. | |
Public Attributes | |
const | HAS_NEWCANONICAL_FROM_CONTEXT = 1 |
Flag indicating that newCanonical() accepts an IContextSource or the string 'canonical', for back-compat checks from extensions. | |
Private Member Functions | |
initialiseFromUser ( $user, $lang) | |
Get user options. | |
optionToString ( $value) | |
Convert an option to a string value. | |
Static Private Member Functions | |
static | getCanonicalOverrides () |
Get "canonical" non-default option values. | |
static | getDefaults () |
Get default option values. | |
Private Attributes | |
$mExtraKey = '' | |
Appended to the options hash. | |
string null | $mTimestamp |
Timestamp used for {{CURRENTDAY}} etc. | |
User | $mUser |
Stored user object. | |
callable null | $onAccessCallback = null |
Function to be called when an option is accessed. | |
array | $options |
Current values for all options that are relevant for caching. | |
Title null | $redirectTarget = null |
If the page being parsed is a redirect, this should hold the redirect target. | |
Static Private Attributes | |
static array null | $defaults = null |
Default values for all options that are relevant for caching. | |
static array | $inCacheKey |
Specify options that are included in the cache key. | |
static callable[] | $lazyOptions |
Lazy-loaded options. | |
Option accessors | |
getOption ( $name) | |
Fetch an option, generically. | |
setOption ( $name, $value) | |
Set an option, generically. | |
getInterwikiMagic () | |
Whether to extract interlanguage links. | |
setInterwikiMagic ( $x) | |
Specify whether to extract interlanguage links. | |
getAllowExternalImages () | |
Allow all external images inline? | |
setAllowExternalImages ( $x) | |
Allow all external images inline? | |
getAllowExternalImagesFrom () | |
External images to allow. | |
setAllowExternalImagesFrom ( $x) | |
External images to allow. | |
getEnableImageWhitelist () | |
Use the on-wiki external image whitelist? | |
setEnableImageWhitelist ( $x) | |
Use the on-wiki external image whitelist? | |
getNumberHeadings () | |
Automatically number headings? | |
setNumberHeadings ( $x) | |
Automatically number headings? | |
getAllowSpecialInclusion () | |
Allow inclusion of special pages? | |
setAllowSpecialInclusion ( $x) | |
Allow inclusion of special pages? | |
getTidy () | |
Use tidy to cleanup output HTML? | |
setTidy ( $x) | |
Use tidy to cleanup output HTML? | |
getInterfaceMessage () | |
Parsing an interface message? | |
setInterfaceMessage ( $x) | |
Parsing an interface message? | |
getTargetLanguage () | |
Target language for the parse. | |
setTargetLanguage ( $x) | |
Target language for the parse. | |
getMaxIncludeSize () | |
Maximum size of template expansions, in bytes. | |
setMaxIncludeSize ( $x) | |
Maximum size of template expansions, in bytes. | |
getMaxPPNodeCount () | |
Maximum number of nodes touched by PPFrame::expand() | |
setMaxPPNodeCount ( $x) | |
Maximum number of nodes touched by PPFrame::expand() | |
getMaxGeneratedPPNodeCount () | |
Maximum number of nodes generated by Preprocessor::preprocessToObj() | |
setMaxGeneratedPPNodeCount ( $x) | |
Maximum number of nodes generated by Preprocessor::preprocessToObj() | |
getMaxPPExpandDepth () | |
Maximum recursion depth in PPFrame::expand() | |
getMaxTemplateDepth () | |
Maximum recursion depth for templates within templates. | |
setMaxTemplateDepth ( $x) | |
Maximum recursion depth for templates within templates. | |
getExpensiveParserFunctionLimit () | |
Maximum number of calls per parse to expensive parser functions. | |
setExpensiveParserFunctionLimit ( $x) | |
Maximum number of calls per parse to expensive parser functions. | |
getRemoveComments () | |
Remove HTML comments. | |
setRemoveComments ( $x) | |
Remove HTML comments. | |
getEnableLimitReport () | |
Enable limit report in an HTML comment on output. | |
enableLimitReport ( $x=true) | |
Enable limit report in an HTML comment on output. | |
getCleanSignatures () | |
Clean up signature texts? | |
setCleanSignatures ( $x) | |
Clean up signature texts? | |
getExternalLinkTarget () | |
Target attribute for external links. | |
setExternalLinkTarget ( $x) | |
Target attribute for external links. | |
getDisableContentConversion () | |
Whether content conversion should be disabled. | |
disableContentConversion ( $x=true) | |
Whether content conversion should be disabled. | |
getDisableTitleConversion () | |
Whether title conversion should be disabled. | |
disableTitleConversion ( $x=true) | |
Whether title conversion should be disabled. | |
getThumbSize () | |
Thumb size preferred by the user. | |
setThumbSize ( $x) | |
Thumb size preferred by the user. | |
getStubThreshold () | |
Thumb size preferred by the user. | |
setStubThreshold ( $x) | |
Thumb size preferred by the user. | |
getIsPreview () | |
Parsing the page for a "preview" operation? | |
setIsPreview ( $x) | |
Parsing the page for a "preview" operation? | |
getIsSectionPreview () | |
Parsing the page for a "preview" operation on a single section? | |
setIsSectionPreview ( $x) | |
Parsing the page for a "preview" operation on a single section? | |
getIsPrintable () | |
Parsing the printable version of the page? | |
setIsPrintable ( $x) | |
Parsing the printable version of the page? | |
getPreSaveTransform () | |
Transform wiki markup when saving the page? | |
setPreSaveTransform ( $x) | |
Transform wiki markup when saving the page? | |
getDateFormat () | |
Date format index. | |
setDateFormat ( $x) | |
Date format index. | |
getUserLangObj () | |
Get the user language used by the parser for this page and split the parser cache. | |
getUserLang () | |
Same as getUserLangObj() but returns a string instead. | |
setUserLang ( $x) | |
Set the user language used by the parser for this page and split the parser cache. | |
getMagicISBNLinks () | |
Are magic ISBN links enabled? | |
getMagicPMIDLinks () | |
Are magic PMID links enabled? | |
getMagicRFCLinks () | |
Are magic RFC links enabled? | |
getAllowUnsafeRawHtml () | |
If the wiki is configured to allow raw html ($wgRawHtml = true) is it allowed in the specific case of parsing this page. | |
setAllowUnsafeRawHtml ( $x) | |
If the wiki is configured to allow raw html ($wgRawHtml = true) is it allowed in the specific case of parsing this page. | |
getWrapOutputClass () | |
Class to use to wrap output from Parser::parse() | |
setWrapOutputClass ( $className) | |
CSS class to use to wrap output from Parser::parse() | |
getCurrentRevisionCallback () | |
Callback for current revision fetching; first argument to call_user_func(). | |
setCurrentRevisionCallback ( $x) | |
Callback for current revision fetching; first argument to call_user_func(). | |
getTemplateCallback () | |
Callback for template fetching; first argument to call_user_func(). | |
setTemplateCallback ( $x) | |
Callback for template fetching; first argument to call_user_func(). | |
getSpeculativeRevId () | |
A guess for {{REVISIONID}}, calculated using the callback provided via setSpeculativeRevIdCallback(). | |
getSpeculativeRevIdCallback () | |
Callback to generate a guess for {{REVISIONID}}. | |
setSpeculativeRevIdCallback ( $x) | |
Callback to generate a guess for {{REVISIONID}}. | |
setOptionLegacy ( $name, $value) | |
Legacy implementation. | |
static | initDateFormat (ParserOptions $popt) |
Lazy initializer for dateFormat. | |
static | initSpeculativeRevId (ParserOptions $popt) |
Callback registered with ParserOptions::$lazyOptions, triggered by getSpeculativeRevId(). | |
Set options of the Parser.
How to add an option in core:
How to add an option in an extension:
Definition at line 42 of file ParserOptions.php.
Definition at line 978 of file ParserOptions.php.
References $lang, $user, $wgLang, initialiseFromUser(), and StubObject\isRealObject().
ParserOptions::addExtraKey | ( | $key | ) |
Extra key that should be present in the parser cache key.
string | $key |
Definition at line 960 of file ParserOptions.php.
|
static |
Return all option keys that vary the options hash.
Definition at line 1269 of file ParserOptions.php.
ParserOptions::disableContentConversion | ( | $x = true | ) |
Whether content conversion should be disabled.
bool | null | $x | New value (null is no change) |
Definition at line 520 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::disableTitleConversion | ( | $x = true | ) |
Whether title conversion should be disabled.
bool | null | $x | New value (null is no change) |
Definition at line 537 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::enableLimitReport | ( | $x = true | ) |
Enable limit report in an HTML comment on output.
bool | null | $x | New value (null is no change) |
Definition at line 467 of file ParserOptions.php.
References setOptionLegacy().
Referenced by ParserMethodsTest\testRevisionAccess().
ParserOptions::getAllowExternalImages | ( | ) |
Allow all external images inline?
Definition at line 202 of file ParserOptions.php.
References getOption().
ParserOptions::getAllowExternalImagesFrom | ( | ) |
External images to allow.
When self::getAllowExternalImages() is false
Definition at line 222 of file ParserOptions.php.
References getOption().
ParserOptions::getAllowSpecialInclusion | ( | ) |
Allow inclusion of special pages?
Definition at line 276 of file ParserOptions.php.
References getOption().
ParserOptions::getAllowUnsafeRawHtml | ( | ) |
If the wiki is configured to allow raw html ($wgRawHtml = true) is it allowed in the specific case of parsing this page.
This is meant to disable unsafe parser tags in cases where a malicious user may control the input to the parser.
Definition at line 760 of file ParserOptions.php.
References getOption().
|
staticprivate |
Get "canonical" non-default option values.
Definition at line 1166 of file ParserOptions.php.
References $wgEnableParserLimitReporting.
ParserOptions::getCleanSignatures | ( | ) |
Clean up signature texts?
Definition at line 476 of file ParserOptions.php.
References getOption().
ParserOptions::getCurrentRevisionCallback | ( | ) |
Callback for current revision fetching; first argument to call_user_func().
Definition at line 807 of file ParserOptions.php.
References getOption().
ParserOptions::getDateFormat | ( | ) |
Date format index.
Definition at line 647 of file ParserOptions.php.
References getOption().
|
staticprivate |
Get default option values.
Definition at line 1092 of file ParserOptions.php.
References $wgAllowExternalImages, $wgAllowExternalImagesFrom, $wgAllowSpecialInclusion, $wgCleanSignatures, $wgDisableLangConversion, $wgDisableTitleConversion, $wgEnableImageWhitelist, $wgEnableMagicLinks, $wgExpensiveParserFunctionLimit, $wgExternalLinkTarget, $wgInterwikiMagic, $wgMaxArticleSize, $wgMaxGeneratedPPNodeCount, $wgMaxPPExpandDepth, $wgMaxPPNodeCount, $wgMaxTemplateDepth, and User\getDefaultOption().
ParserOptions::getDisableContentConversion | ( | ) |
Whether content conversion should be disabled.
Definition at line 511 of file ParserOptions.php.
References getOption().
ParserOptions::getDisableTitleConversion | ( | ) |
Whether title conversion should be disabled.
Definition at line 528 of file ParserOptions.php.
References getOption().
ParserOptions::getEditSection | ( | ) |
Create "edit section" links?
Definition at line 914 of file ParserOptions.php.
References wfDeprecated().
ParserOptions::getEnableImageWhitelist | ( | ) |
Use the on-wiki external image whitelist?
Definition at line 242 of file ParserOptions.php.
References getOption().
ParserOptions::getEnableLimitReport | ( | ) |
Enable limit report in an HTML comment on output.
Definition at line 458 of file ParserOptions.php.
References getOption().
ParserOptions::getExpensiveParserFunctionLimit | ( | ) |
Maximum number of calls per parse to expensive parser functions.
Definition at line 421 of file ParserOptions.php.
References getOption().
ParserOptions::getExternalLinkTarget | ( | ) |
Target attribute for external links.
Definition at line 494 of file ParserOptions.php.
References getOption().
ParserOptions::getInterfaceMessage | ( | ) |
Parsing an interface message?
Definition at line 310 of file ParserOptions.php.
References getOption().
ParserOptions::getInterwikiMagic | ( | ) |
Whether to extract interlanguage links.
When true, interlanguage links will be returned by ParserOutput::getLanguageLinks() instead of generating link HTML.
Definition at line 185 of file ParserOptions.php.
References getOption().
ParserOptions::getIsPreview | ( | ) |
Parsing the page for a "preview" operation?
Definition at line 579 of file ParserOptions.php.
References getOption().
ParserOptions::getIsPrintable | ( | ) |
Parsing the printable version of the page?
Definition at line 613 of file ParserOptions.php.
References getOption().
ParserOptions::getIsSectionPreview | ( | ) |
Parsing the page for a "preview" operation on a single section?
Definition at line 596 of file ParserOptions.php.
References getOption().
ParserOptions::getMagicISBNLinks | ( | ) |
Are magic ISBN links enabled?
Definition at line 724 of file ParserOptions.php.
References getOption().
ParserOptions::getMagicPMIDLinks | ( | ) |
Are magic PMID links enabled?
Definition at line 733 of file ParserOptions.php.
References getOption().
ParserOptions::getMagicRFCLinks | ( | ) |
Are magic RFC links enabled?
Definition at line 742 of file ParserOptions.php.
References getOption().
ParserOptions::getMaxGeneratedPPNodeCount | ( | ) |
Maximum number of nodes generated by Preprocessor::preprocessToObj()
Definition at line 378 of file ParserOptions.php.
References getOption().
ParserOptions::getMaxIncludeSize | ( | ) |
Maximum size of template expansions, in bytes.
Definition at line 344 of file ParserOptions.php.
References getOption().
ParserOptions::getMaxPPExpandDepth | ( | ) |
Maximum recursion depth in PPFrame::expand()
Definition at line 395 of file ParserOptions.php.
References getOption().
ParserOptions::getMaxPPNodeCount | ( | ) |
Maximum number of nodes touched by PPFrame::expand()
Definition at line 361 of file ParserOptions.php.
References getOption().
ParserOptions::getMaxTemplateDepth | ( | ) |
Maximum recursion depth for templates within templates.
Definition at line 403 of file ParserOptions.php.
References getOption().
ParserOptions::getNumberHeadings | ( | ) |
Automatically number headings?
Definition at line 259 of file ParserOptions.php.
References getOption().
ParserOptions::getOption | ( | $name | ) |
Fetch an option, generically.
string | $name | Option name |
Definition at line 131 of file ParserOptions.php.
References $name, options(), and optionUsed().
Referenced by getAllowExternalImages(), getAllowExternalImagesFrom(), getAllowSpecialInclusion(), getAllowUnsafeRawHtml(), getCleanSignatures(), getCurrentRevisionCallback(), getDateFormat(), getDisableContentConversion(), getDisableTitleConversion(), getEnableImageWhitelist(), getEnableLimitReport(), getExpensiveParserFunctionLimit(), getExternalLinkTarget(), getInterfaceMessage(), getInterwikiMagic(), getIsPreview(), getIsPrintable(), getIsSectionPreview(), getMagicISBNLinks(), getMagicPMIDLinks(), getMagicRFCLinks(), getMaxGeneratedPPNodeCount(), getMaxIncludeSize(), getMaxPPExpandDepth(), getMaxPPNodeCount(), getMaxTemplateDepth(), getNumberHeadings(), getPreSaveTransform(), getRemoveComments(), getSpeculativeRevId(), getSpeculativeRevIdCallback(), getStubThreshold(), getTargetLanguage(), getTemplateCallback(), getThumbSize(), getTidy(), getUserLangObj(), getWrapOutputClass(), and initSpeculativeRevId().
ParserOptions::getPreSaveTransform | ( | ) |
Transform wiki markup when saving the page?
Definition at line 630 of file ParserOptions.php.
References getOption().
ParserOptions::getRedirectTarget | ( | ) |
Get the previously-set redirect target.
Definition at line 950 of file ParserOptions.php.
ParserOptions::getRemoveComments | ( | ) |
Remove HTML comments.
Definition at line 440 of file ParserOptions.php.
References getOption().
ParserOptions::getSpeculativeRevId | ( | ) |
A guess for {{REVISIONID}}, calculated using the callback provided via setSpeculativeRevIdCallback().
For consistency, the value will be calculated upon the first call of this method, and re-used for subsequent calls.
If no callback was defined via setSpeculativeRevIdCallback(), this method will return false.
Definition at line 848 of file ParserOptions.php.
References getOption().
ParserOptions::getSpeculativeRevIdCallback | ( | ) |
Callback to generate a guess for {{REVISIONID}}.
Definition at line 872 of file ParserOptions.php.
References getOption().
ParserOptions::getStubThreshold | ( | ) |
Thumb size preferred by the user.
Definition at line 562 of file ParserOptions.php.
References getOption().
Referenced by WikiPage\getParserOutput(), and WikiPage\shouldCheckParserCache().
ParserOptions::getTargetLanguage | ( | ) |
Target language for the parse.
Definition at line 327 of file ParserOptions.php.
References getOption().
ParserOptions::getTemplateCallback | ( | ) |
Callback for template fetching; first argument to call_user_func().
Definition at line 825 of file ParserOptions.php.
References getOption().
ParserOptions::getThumbSize | ( | ) |
Thumb size preferred by the user.
Definition at line 545 of file ParserOptions.php.
References getOption().
ParserOptions::getTidy | ( | ) |
Use tidy to cleanup output HTML?
Definition at line 293 of file ParserOptions.php.
References getOption().
ParserOptions::getTimestamp | ( | ) |
Timestamp used for {{CURRENTDAY}} etc.
Definition at line 893 of file ParserOptions.php.
References wfTimestampNow().
ParserOptions::getUser | ( | ) |
Current user.
Definition at line 968 of file ParserOptions.php.
Referenced by optionsHash(), and ParserMethodsTest\testRevisionAccess().
ParserOptions::getUserLang | ( | ) |
Same as getUserLangObj() but returns a string instead.
Definition at line 702 of file ParserOptions.php.
References getUserLangObj().
ParserOptions::getUserLangObj | ( | ) |
Get the user language used by the parser for this page and split the parser cache.
Definition at line 686 of file ParserOptions.php.
References getOption().
Referenced by getUserLang().
ParserOptions::getWrapOutputClass | ( | ) |
Class to use to wrap output from Parser::parse()
Definition at line 781 of file ParserOptions.php.
References getOption().
|
staticprivate |
Lazy initializer for dateFormat.
ParserOptions | $popt |
Definition at line 656 of file ParserOptions.php.
|
private |
Get user options.
Definition at line 1180 of file ParserOptions.php.
References $lang, $user, and options().
Referenced by __construct().
|
staticprivate |
Callback registered with ParserOptions::$lazyOptions, triggered by getSpeculativeRevId().
ParserOptions | $popt |
Definition at line 858 of file ParserOptions.php.
References getOption().
ParserOptions::isSafeToCache | ( | ) |
Test whether these options are safe to cache.
Definition at line 1372 of file ParserOptions.php.
References $defaults, $value, as, options(), and optionToString().
Referenced by WikiPage\getParserOutput().
ParserOptions::matches | ( | ParserOptions | $other | ) |
Check if these options match that of another options set.
This ignores report limit settings that only affect HTML comments
ParserOptions | $other |
Definition at line 1199 of file ParserOptions.php.
References $name, $options, as, options(), and optionToString().
Creates a "canonical" ParserOptions object.
For historical reasons, certain options have default values that are different from the canonical values used for caching.
IContextSource | string | User | null | $context |
|
Language | StubObject | null | $userLang | (see above) |
Definition at line 1064 of file ParserOptions.php.
|
static |
Get a ParserOptions object for an anonymous user.
Definition at line 1004 of file ParserOptions.php.
|
static |
Get a ParserOptions object from a IContextSource object.
IContextSource | $context |
Definition at line 1043 of file ParserOptions.php.
References $context.
|
static |
Get a ParserOptions object from a given user.
Language will be taken from $wgLang.
User | $user |
Definition at line 1018 of file ParserOptions.php.
References $user.
Get a ParserOptions object from a given user and language.
Definition at line 1031 of file ParserOptions.php.
ParserOptions::optionsHash | ( | $forOptions, | |
$title = null |
|||
) |
Generate a hash string with the values set on these ParserOptions for the keys given in the array.
This will be used as part of the hash key for the parser cache, so users sharing the options with vary for the same page share the same cached data safely.
string[] | $forOptions | |
Title | null | $title | Used to get the content language of the page (since r97636) |
Definition at line 1311 of file ParserOptions.php.
References $defaults, $options, $title, $wgRenderHashAppend, as, getUser(), options(), and optionToString().
|
private |
Convert an option to a string value.
mixed | $value |
Definition at line 1283 of file ParserOptions.php.
References $value.
Referenced by isSafeToCache(), matches(), and optionsHash().
ParserOptions::optionUsed | ( | $optionName | ) |
Called when an option is accessed.
Calls the watcher that was set using registerWatcher(). Typically, the watcher callback is ParserOutput::registerOption(). The information registered that way will be used by ParserCache::save().
string | $optionName | Name of the option |
Definition at line 1258 of file ParserOptions.php.
Referenced by getOption().
ParserOptions::registerWatcher | ( | $callback | ) |
Registers a callback for tracking which ParserOptions which are used.
This is a private API with the parser.
callable | $callback |
Definition at line 1246 of file ParserOptions.php.
ParserOptions::setAllowExternalImages | ( | $x | ) |
Allow all external images inline?
bool | null | $x | New value (null is no change) |
Definition at line 211 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setAllowExternalImagesFrom | ( | $x | ) |
External images to allow.
When self::getAllowExternalImages() is false
string | string[] | null | $x | New value (null is no change) |
Definition at line 234 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setAllowSpecialInclusion | ( | $x | ) |
Allow inclusion of special pages?
bool | null | $x | New value (null is no change) |
Definition at line 285 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setAllowUnsafeRawHtml | ( | $x | ) |
If the wiki is configured to allow raw html ($wgRawHtml = true) is it allowed in the specific case of parsing this page.
bool | null | $x | Value to set or null to get current value |
Definition at line 772 of file ParserOptions.php.
References setOptionLegacy().
Referenced by MessageCache\getParserOptions().
ParserOptions::setCleanSignatures | ( | $x | ) |
Clean up signature texts?
bool | null | $x | New value (null is no change) |
Definition at line 486 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setCurrentRevisionCallback | ( | $x | ) |
Callback for current revision fetching; first argument to call_user_func().
callable | null | $x | New value (null is no change) |
Definition at line 817 of file ParserOptions.php.
References setOptionLegacy().
Referenced by setupFakeRevision().
ParserOptions::setDateFormat | ( | $x | ) |
Date format index.
string | null | $x | New value (null is no change) |
Definition at line 665 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setEditSection | ( | $x | ) |
Create "edit section" links?
bool | null | $x | New value (null is no change) |
Definition at line 925 of file ParserOptions.php.
References wfDeprecated().
ParserOptions::setEnableImageWhitelist | ( | $x | ) |
Use the on-wiki external image whitelist?
bool | null | $x | New value (null is no change) |
Definition at line 251 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setExpensiveParserFunctionLimit | ( | $x | ) |
Maximum number of calls per parse to expensive parser functions.
int | null | $x | New value (null is no change) |
Definition at line 431 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setExternalLinkTarget | ( | $x | ) |
Target attribute for external links.
string | null | $x | New value (null is no change) |
Definition at line 503 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setInterfaceMessage | ( | $x | ) |
Parsing an interface message?
bool | null | $x | New value (null is no change) |
Definition at line 319 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setInterwikiMagic | ( | $x | ) |
Specify whether to extract interlanguage links.
bool | null | $x | New value (null is no change) |
Definition at line 194 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setIsPreview | ( | $x | ) |
Parsing the page for a "preview" operation?
bool | null | $x | New value (null is no change) |
Definition at line 588 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setIsPrintable | ( | $x | ) |
Parsing the printable version of the page?
bool | null | $x | New value (null is no change) |
Definition at line 622 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setIsSectionPreview | ( | $x | ) |
Parsing the page for a "preview" operation on a single section?
bool | null | $x | New value (null is no change) |
Definition at line 605 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setMaxGeneratedPPNodeCount | ( | $x | ) |
Maximum number of nodes generated by Preprocessor::preprocessToObj()
int | null | $x | New value (null is no change) |
Definition at line 387 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setMaxIncludeSize | ( | $x | ) |
Maximum size of template expansions, in bytes.
int | null | $x | New value (null is no change) |
Definition at line 353 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setMaxPPNodeCount | ( | $x | ) |
Maximum number of nodes touched by PPFrame::expand()
int | null | $x | New value (null is no change) |
Definition at line 370 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setMaxTemplateDepth | ( | $x | ) |
Maximum recursion depth for templates within templates.
int | null | $x | New value (null is no change) |
Definition at line 412 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setNumberHeadings | ( | $x | ) |
Automatically number headings?
bool | null | $x | New value (null is no change) |
Definition at line 268 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setOption | ( | $name, | |
$value | |||
) |
Set an option, generically.
string | $name | Option name |
mixed | $value | New value. Passing null will set null, unlike many of the existing accessors which ignore null for historical reasons. |
Definition at line 153 of file ParserOptions.php.
References $name, $value, and options().
Referenced by setSpeculativeRevIdCallback(), setTargetLanguage(), and setWrapOutputClass().
|
protected |
Legacy implementation.
string | $name | Option name |
mixed | $value | New value. Passing null does not set the value. |
Definition at line 170 of file ParserOptions.php.
References $name, $value, options(), and wfSetVar().
Referenced by disableContentConversion(), disableTitleConversion(), enableLimitReport(), setAllowExternalImages(), setAllowExternalImagesFrom(), setAllowSpecialInclusion(), setAllowUnsafeRawHtml(), setCleanSignatures(), setCurrentRevisionCallback(), setDateFormat(), setEnableImageWhitelist(), setExpensiveParserFunctionLimit(), setExternalLinkTarget(), setInterfaceMessage(), setInterwikiMagic(), setIsPreview(), setIsPrintable(), setIsSectionPreview(), setMaxGeneratedPPNodeCount(), setMaxIncludeSize(), setMaxPPNodeCount(), setMaxTemplateDepth(), setNumberHeadings(), setPreSaveTransform(), setRemoveComments(), setSpeculativeRevIdCallback(), setStubThreshold(), setTemplateCallback(), setThumbSize(), setTidy(), and setUserLang().
ParserOptions::setPreSaveTransform | ( | $x | ) |
Transform wiki markup when saving the page?
bool | null | $x | New value (null is no change) |
Definition at line 639 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setRedirectTarget | ( | $title | ) |
Set the redirect target.
Note that setting or changing this does not make the page a redirect or change its target, it merely records the information for reference during the parse.
Title | null | $title |
Definition at line 940 of file ParserOptions.php.
References $title.
ParserOptions::setRemoveComments | ( | $x | ) |
Remove HTML comments.
bool | null | $x | New value (null is no change) |
Definition at line 450 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setSpeculativeRevIdCallback | ( | $x | ) |
Callback to generate a guess for {{REVISIONID}}.
callable | null | $x | New value (null is no change) |
Definition at line 882 of file ParserOptions.php.
References setOption(), and setOptionLegacy().
ParserOptions::setStubThreshold | ( | $x | ) |
Thumb size preferred by the user.
int | null | $x | New value (null is no change) |
Definition at line 571 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setTargetLanguage | ( | $x | ) |
Target language for the parse.
Language | null | $x | New value |
Definition at line 336 of file ParserOptions.php.
References setOption().
ParserOptions::setTemplateCallback | ( | $x | ) |
Callback for template fetching; first argument to call_user_func().
callable | null | $x | New value (null is no change) |
Definition at line 834 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setThumbSize | ( | $x | ) |
Thumb size preferred by the user.
int | null | $x | New value (null is no change) |
Definition at line 554 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setTidy | ( | $x | ) |
Use tidy to cleanup output HTML?
bool | null | $x | New value (null is no change) |
Definition at line 302 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setTimestamp | ( | $x | ) |
Timestamp used for {{CURRENTDAY}} etc.
string | null | $x | New value (null is no change) |
Definition at line 905 of file ParserOptions.php.
References wfSetVar().
ParserOptions::setupFakeRevision | ( | $title, | |
$content, | |||
$user | |||
) |
Sets a hook to force that a page exists, and sets a current revision callback to return a revision with custom content when the current revision of the page is requested.
Definition at line 1396 of file ParserOptions.php.
References $content, $parser, $title, $user, $wgHooks, key, setCurrentRevisionCallback(), and use.
ParserOptions::setUserLang | ( | $x | ) |
Set the user language used by the parser for this page and split the parser cache.
string | Language | $x | New value |
Definition at line 711 of file ParserOptions.php.
References setOptionLegacy().
ParserOptions::setWrapOutputClass | ( | $className | ) |
CSS class to use to wrap output from Parser::parse()
string | $className | Class name to use for wrapping. Passing false to indicate "no wrapping" was deprecated in MediaWiki 1.31. |
Definition at line 792 of file ParserOptions.php.
References setOption(), and wfDeprecated().
Default values for all options that are relevant for caching.
Definition at line 56 of file ParserOptions.php.
Referenced by isSafeToCache(), and optionsHash().
|
staticprivate |
Specify options that are included in the cache key.
Definition at line 71 of file ParserOptions.php.
|
staticprivate |
Lazy-loaded options.
Definition at line 62 of file ParserOptions.php.
|
private |
Appended to the options hash.
Definition at line 118 of file ParserOptions.php.
|
private |
Timestamp used for {{CURRENTDAY}} etc.
Definition at line 91 of file ParserOptions.php.
|
private |
Stored user object.
Definition at line 98 of file ParserOptions.php.
Function to be called when an option is accessed.
Definition at line 105 of file ParserOptions.php.
|
private |
Current values for all options that are relevant for caching.
Definition at line 84 of file ParserOptions.php.
If the page being parsed is a redirect, this should hold the redirect target.
Definition at line 113 of file ParserOptions.php.
const ParserOptions::HAS_NEWCANONICAL_FROM_CONTEXT = 1 |
Flag indicating that newCanonical() accepts an IContextSource or the string 'canonical', for back-compat checks from extensions.
Definition at line 49 of file ParserOptions.php.