Merge "Add PreferencesFormPreSave hook"
[lhc/web/wiklou.git] / includes / context / IContextSource.php
index c7b221b..eb51372 100644 (file)
@@ -79,7 +79,7 @@ interface IContextSource {
        /**
         * Get the Language object
         *
-        * @deprecated 1.19 Use getLanguage instead
+        * @deprecated since 1.19 Use getLanguage instead
         * @return Language
         */
        public function getLang();
@@ -99,6 +99,14 @@ interface IContextSource {
         */
        public function getSkin();
 
+       /**
+        * Get the site configuration
+        *
+        * @since 1.23
+        * @return Config
+        */
+       public function getConfig();
+
        /**
         * Get a Message object with context set
         *