Mention metrics in IContextSource docs
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 10 Mar 2015 19:26:24 +0000 (12:26 -0700)
committerOri.livneh <ori@wikimedia.org>
Wed, 11 Mar 2015 19:15:33 +0000 (19:15 +0000)
Change-Id: I9b654a12578758471978ffd1e1ae20476aeeaa0d

includes/context/IContextSource.php

index 66df7fc..713c5cb 100644 (file)
@@ -29,7 +29,8 @@
  * The contained objects include:
  *   a) Key objects that depend (for construction/loading) on the HTTP request
  *   b) Key objects used for response building and PHP session state control
- *   c) The site configuration object
+ *   c) Performance metric deltas accumulated from request execution
+ *   d) The site configuration object
  * All of the objects are useful for the vast majority of MediaWiki requests.
  * The site configuration object is included on grounds of extreme
  * utility, even though it should not actually depend on the web request.
@@ -40,7 +41,8 @@
  *   c) Primary MediaWiki output builder objects (OutputPage, user skin object)
  *   d) The language object for the user/request
  *   e) The title and wiki page objects requested via URL (if any)
- *   f) The site configuration object
+ *   f) Performance metric deltas accumulated from request execution
+ *   g) The site configuration object
  *
  * This class is not intended as a service-locator nor a service singleton.
  * Objects that only depend on site configuration do not belong here (aside