|
| class | ContextSource |
| | The simplest way of implementing IContextSource is to hold a RequestContext as a member variable and provide accessors to it. More...
|
| |
| class | DerivativeContext |
| | An IContextSource implementation which will inherit context from another source but allow individual pieces of context to be changed locally eg: A ContextSource that can inherit from the main RequestContext but have a different Title instance set on it. More...
|
| |
| interface | IContextSource |
| | Interface for objects which can provide a MediaWiki context on request. More...
|
| |
| interface | MutableContext |
| | Request-dependent objects containers. More...
|
| |
| class | RequestContext |
| | Group all the pieces relevant to the context of a request into one instance. More...
|
| |