| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Request-dependant objects containers. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
| Author: | Happy-melon |
| File Size: | 180 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| getContext() X-Ref |
| Get the base IContextSource object return: IContextSource |
| setContext( IContextSource $context ) X-Ref |
| Set the IContextSource object param: IContextSource $context |
| getConfig() X-Ref |
| Get the Config object return: Config |
| getRequest() X-Ref |
| Get the WebRequest object return: WebRequest |
| getTitle() X-Ref |
| Get the Title object return: Title|null |
| canUseWikiPage() X-Ref |
| Check whether a WikiPage object can be get with getWikiPage(). Callers should expect that an exception is thrown from getWikiPage() if this method returns false. return: bool |
| getWikiPage() X-Ref |
| Get the WikiPage object. May throw an exception if there's no Title object set or the Title object belongs to a special namespace that doesn't have WikiPage, so use first canUseWikiPage() to check whether this method can be called safely. return: WikiPage |
| getOutput() X-Ref |
| Get the OutputPage object return: OutputPage |
| getUser() X-Ref |
| Get the User object return: User |
| getLanguage() X-Ref |
| Get the Language object return: Language |
| getSkin() X-Ref |
| Get the Skin object return: Skin |
| msg( ) X-Ref |
| Get a Message object with context set Parameters are the same as wfMessage() return: Message |
| exportSession() X-Ref |
| Export the resolved user IP, HTTP headers, user ID, and session ID. The result will be reasonably sized to allow for serialization. return: array |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |