|
| class | DeprecatedGlobal |
| | Class to allow throwing wfDeprecated warnings when people use globals that we do not want them to. More...
|
| |
| class | StubGlobalUser |
| | Stub object for the global user ($wgUser) that makes it possible to change the relevant underlying object while still ensuring that deprecation warnings will be emitted upon method calls. More...
|
| |
| class | 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...
|
| |
| class | StubUserLang |
| | Stub object for the user language. More...
|
| |