X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fcontext%2FIContextSource.php;h=6e48e1eba7dca08f1ea0de832de562532edb4a5c;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hp=5a856cf7c1b67e8ac3eb9088219133a234b84b92;hpb=f58546ef6e55342ff2d54bdf9e421102aed7aa76;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/IContextSource.php b/includes/context/IContextSource.php index 5a856cf7c1..6e48e1eba7 100644 --- a/includes/context/IContextSource.php +++ b/includes/context/IContextSource.php @@ -51,16 +51,13 @@ * shutdown by separate persistence handler objects, for example. */ interface IContextSource extends MessageLocalizer { + /** - * Get the WebRequest object - * * @return WebRequest */ public function getRequest(); /** - * Get the Title object - * * @return Title|null */ public function getTitle(); @@ -87,30 +84,22 @@ interface IContextSource extends MessageLocalizer { public function getWikiPage(); /** - * Get the OutputPage object - * * @return OutputPage */ public function getOutput(); /** - * Get the User object - * * @return User */ public function getUser(); /** - * Get the Language object - * * @return Language * @since 1.19 */ public function getLanguage(); /** - * Get the Skin object - * * @return Skin */ public function getSkin(); @@ -124,8 +113,6 @@ interface IContextSource extends MessageLocalizer { public function getConfig(); /** - * Get the stats object - * * @deprecated since 1.27 use a StatsdDataFactory from MediaWikiServices (preferably injected) * * @since 1.25 @@ -134,8 +121,6 @@ interface IContextSource extends MessageLocalizer { public function getStats(); /** - * Get the timing object - * * @since 1.27 * @return Timing */