22use Wikimedia\ObjectFactory;
93 public static function unstub( &$obj ) {
95 $obj = $obj->_unstub(
'unstub', 3 );
121 ? [
'factory' => $this->factory ]
122 : [
'class' => $this->class ];
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;
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();
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
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
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))