Go to the documentation of this file.
28 parent::__construct( $text, $modelId );
51 if ( $this->jsonParse ===
null ) {
61 return $this->
getData()->isGood();
107 if ( $generateHtml && $this->
isValid() ) {
109 $output->addModuleStyles(
'mediawiki.content.json' );
124 if ( is_object( $val ) ) {
128 if ( is_array( $val ) ) {
134 return Html::rawElement(
'table', [
'class' =>
'mw-json mw-json-single-value' ],
153 foreach ( $mapping
as $key => $val ) {
192 foreach ( $mapping
as $val ) {
226 if ( is_object( $val ) ) {
230 if ( is_array( $val ) ) {
244 if ( is_string( $val ) ) {
247 return '"' . $val .
'"';
beautifyJSON()
Pretty-print JSON.
Set options of the Parser.
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a account $user
arrayTable( $mapping)
Create HTML table representing a JSON array.
preSaveTransform(Title $title, User $user, ParserOptions $popts)
Beautifies JSON prior to save.
arrayRow( $val)
Create HTML table row representing the value in an array.
objectTable( $mapping)
Create HTML table representing a JSON object.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
rootValueTable( $val)
Construct HTML table representation of any JSON value.
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Represents the content of a JSON content.
namespace and then decline to actually register it file or subcat img or subcat $title
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
fillParserOutput(Title $title, $revId, ParserOptions $options, $generateHtml, ParserOutput &$output)
Set the HTML and add the appropriate styles.
objectRow( $key, $val)
Create HTML table row representing one object property.
valueCell( $val)
Construct HTML table cell representing any JSON value.
getJsonData()
Decodes the JSON into a PHP associative array.
Content object implementation for representing flat text.
getData()
Decodes the JSON string.
This list may contain false positives That usually means there is additional text with links below the first Each row contains links to the first and second as well as the first line of the second redirect text
Represents a title within MediaWiki.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction $rows
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
primitiveValue( $val)
Construct text representing a JSON primitive value.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
static rawElement( $element, $attribs=[], $contents='')
Returns an HTML element in a string.
static normalizeLineEndings( $text)
Do a "\\r\\n" -> "\\n" and "\\r" -> "\\n" transformation as well as trim trailing whitespace.
__construct( $text, $modelId=CONTENT_MODEL_JSON)
static element( $element, $attribs=[], $contents='')
Identical to rawElement(), but HTML-escapes $contents (like Xml::element()).
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
getNativeData()
Returns the text represented by this Content object, as a string.