MediaWiki master
StubObject.php File Reference

Delayed loading of global objects. More...

Go to the source code of this file.

Classes

class  MediaWiki\StubObject\StubObject
 Class to implement stub globals, which are globals that delay loading the their associated module code by deferring initialisation until the first method call. More...
 

Namespaces

namespace  MediaWiki\StubObject
 

Detailed Description

Delayed loading of global objects.

Note
GPL-2.0-or-later

Definition in file StubObject.php.