MediaWiki REL1_35
IContextSource.php
Go to the documentation of this file.
1<?php
56
60 public function getRequest();
61
65 public function getTitle();
66
75 public function canUseWikiPage();
76
86 public function getWikiPage();
87
91 public function getOutput();
92
96 public function getUser();
97
102 public function getLanguage();
103
107 public function getSkin();
108
115 public function getConfig();
116
123 public function getStats();
124
129 public function getTiming();
130
138 public function exportSession();
139}
Interface for objects which can provide a MediaWiki context on request.
canUseWikiPage()
Check whether a WikiPage object can be get with getWikiPage().
getConfig()
Get the site configuration.
exportSession()
Export the resolved user IP, HTTP headers, user ID, and session ID.
getWikiPage()
Get the WikiPage object.
Interface for localizing messages in MediaWiki.