Go to the documentation of this file.
48 'names' => [ 2 =>
null ],
54 'names' => [ 2 =>
null ],
70 $length = strlen( $text );
71 $threshold = $config->get(
'PreprocessorCacheThreshold' );
72 if ( $threshold ===
false || $length < $threshold || $length > 1e6 ) {
78 defined(
'static::CACHE_PREFIX' ) ? static::CACHE_PREFIX :
static::class,
79 md5( $text ), $flags );
80 $value = sprintf(
"%08d", static::CACHE_VERSION ) . $tree;
84 LoggerFactory::getInstance(
'Preprocessor' )
85 ->info(
"Cached preprocessor output (key: $key)" );
99 $length = strlen( $text );
100 $threshold = $config->get(
'PreprocessorCacheThreshold' );
101 if ( $threshold ===
false || $length < $threshold || $length > 1e6 ) {
108 defined(
'static::CACHE_PREFIX' ) ? static::CACHE_PREFIX :
static::class,
109 md5( $text ), $flags );
116 $version = intval( substr(
$value, 0, 8 ) );
117 if ( $version !== static::CACHE_VERSION ) {
121 LoggerFactory::getInstance(
'Preprocessor' )
122 ->info(
"Loaded preprocessor output from cache (key: $key)" );
124 return substr(
$value, 8 );
132 abstract public function newFrame();
174 const RECOVER_ORIG = self::NO_ARGS | self::NO_TEMPLATES | self::NO_IGNORE |
198 public function cachedExpand( $key, $root, $flags = 0 );
206 public function expand( $root, $flags = 0 );
223 public function implode( $sep );
337 public function setTTL( $ttl );
399 public function item( $i );
isEmpty()
Returns true if there are no arguments in this frame.
getArguments()
Returns all arguments of this frame.
newCustomFrame( $args)
Create a new custom frame for programmatic use of parameter replacement as used in some extensions.
loopCheck( $title)
Returns true if the infinite loop check is OK, false if a loop is detected.
setTTL( $ttl)
Set the TTL of the output of this frame and all of its ancestors.
getNamedArguments()
Returns all named arguments of this frame.
item( $i)
Returns an item of an array-type node.
static getLocalClusterInstance()
Get the main cluster-local cache object.
splitArg()
Split a "<part>" node into an associative array containing: name PPNode name index String index value...
newPartNodeArray( $values)
Create a new custom node for programmatic use of parameter replacement as used in some extensions.
splitExt()
Split an "<ext>" node into an associative array containing name, attr, inner and close All values in ...
getFirstChild()
Get the first child of a tree node.
array $rules
Brace matching rules.
getNumberedArguments()
Returns all numbered arguments of this frame.
implode( $sep)
Implode with no flags specified.
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
newChild( $args=false, $title=false, $indexOffset=0)
Create a child frame.
newFrame()
Create a new top-level frame for expansion of a page.
getChildren()
Get an array-type node containing the children of this node.
namespace and then decline to actually register it file or subcat img or subcat $title
getLength()
Returns the length of the array, or false if this is not an array-type node.
setVolatile( $flag=true)
Set the "volatile" flag.
getTitle()
Get a title of frame.
There are three types of nodes:
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
getChildrenOfType( $type)
Get all children of this tree node which have a given name.
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not null
Allows to change the fields on the form that will be generated $name
implodeWithFlags( $sep, $flags)
Implode with flags for expand()
getName()
Get the name of this node.
expand( $root, $flags=0)
Expand a document tree node.
static getMain()
Get the RequestContext object associated with the main request.
isVolatile()
Get the "volatile" flag.
cacheSetTree( $text, $flags, $tree)
Store a document tree in the cache.
preprocessToObj( $text, $flags=0)
Preprocess text to a PPNode.
cachedExpand( $key, $root, $flags=0)
Expand a document tree node, caching the result on its parent with the given key.
MediaWiki Logger LoggerFactory implements a PSR[0] compatible message logging system Named Psr Log LoggerInterface instances can be obtained from the MediaWiki Logger LoggerFactory::getInstance() static method. MediaWiki\Logger\LoggerFactory expects a class implementing the MediaWiki\Logger\Spi interface to act as a factory for new Psr\Log\LoggerInterface instances. The "Spi" in MediaWiki\Logger\Spi stands for "service provider interface". An SPI is an API intended to be implemented or extended by a third party. This software design pattern is intended to enable framework extension and replaceable components. It is specifically used in the MediaWiki\Logger\LoggerFactory service to allow alternate PSR-3 logging implementations to be easily integrated with MediaWiki. The service provider interface allows the backend logging library to be implemented in multiple ways. The $wgMWLoggerDefaultSpi global provides the classname of the default MediaWiki\Logger\Spi implementation to be loaded at runtime. This can either be the name of a class implementing the MediaWiki\Logger\Spi with a zero argument const ructor or a callable that will return an MediaWiki\Logger\Spi instance. Alternately the MediaWiki\Logger\LoggerFactory MediaWiki Logger LoggerFactory
getArgument( $name)
Get an argument to this frame by name.
virtualBracketedImplode( $start, $sep, $end)
Virtual implode with brackets.
const SUPPORTS_INDEX_OFFSET
This constant exists when $indexOffset is supported in newChild()
you have access to all of the normal MediaWiki so you can get a DB use the etc For full docs on the Maintenance class
isTemplate()
Return true if the frame is a template frame.
getNextSibling()
Get the next sibling of any node.
cacheGetTree( $text, $flags)
Attempt to load a precomputed document tree for some given wikitext from the cache.
virtualImplode( $sep)
Makes an object that, when expand()ed, will be the same as one obtained with implode()
splitHeading()
Split an "<h>" node.
getTTL()
Get the TTL of the frame's output.