22use Wikimedia\ObjectFactory;
66 if ( is_callable(
$class ) ) {
82 return is_object( $obj ) && !$obj instanceof
StubObject;
93 public static function unstub( &$obj ) {
95 $obj = $obj->_unstub(
'unstub', 3 );
123 return ObjectFactory::getObjectFromSpec(
$params + [
124 'args' => $this->params,
125 'closure_expansion' =>
false,
153 public function _unstub( $name =
'_unstub', $level = 2 ) {
154 static $recursionLevel = 0;
160 if ( get_class(
$GLOBALS[$this->global] ) != $this->
class ) {
162 if ( ++$recursionLevel > 2 ) {
163 throw new MWException(
"Unstub loop detected on call of "
164 .
"\${$this->global}->$name from $caller\n" );
166 wfDebug(
"Unstubbing \${$this->global} on call of "
167 .
"\${$this->global}::$name from $caller\n" );
181 parent::__construct(
'wgLang' );
198 $this->
_unstub(
'findVariantLink', 3 );
199 $wgLang->findVariantLink(
$link, $nt, $ignoreOtherCond );
206 return RequestContext::getMain()->getLanguage();
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
wfGetCaller( $level=2)
Get the name of the function which called this function wfGetCaller( 1 ) is the function with the wfG...
Class to implement stub globals, which are globals that delay loading the their associated module cod...
_unstub( $name='_unstub', $level=2)
This function creates a new object of the real class and replace it in the global variable.
_call( $name, $args)
Function called if any function exists with that name in this object.
static unstub(&$obj)
Unstubs an object, if it is a stub object.
_newObject()
Create a new object to replace this stub object.
__construct( $global=null, $class=null, $params=[])
__call( $name, $args)
Function called by PHP if no function with that name exists in this object.
static isRealObject( $obj)
Returns a bool value whenever $obj is a stub object.
Stub object for the user language.
findVariantLink(&$link, &$nt, $ignoreOtherCond=false)
Call Language::findVariantLink after unstubbing $wgLang.
usually copyright or history_copyright This message must be in HTML not wikitext & $link
Allows to change the fields on the form that will be generated $name
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
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))