Merge "Set defaultValue property on tz box in Special:Preferences to fix change check"
[lhc/web/wiklou.git] / includes / context / IContextSource.php
index 713c5cb..750389d 100644 (file)
@@ -132,8 +132,17 @@ interface IContextSource {
        public function getStats();
 
        /**
-        * Get a Message object with context set
+        * Get the timing object
         *
+        * @since 1.27
+        * @return Timing
+        */
+       public function getTiming();
+
+       /**
+        * Get a Message object with context set.  See wfMessage for parameters.
+        *
+        * @param mixed ...
         * @return Message
         */
        public function msg();