Document mInterwikis in LinksUpdate
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 2 May 2016 23:53:20 +0000 (16:53 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 2 May 2016 23:53:20 +0000 (16:53 -0700)
Change-Id: If10840c5df849455027b5a497097e583fb982a65

includes/deferred/LinksUpdate.php

index 4215ed0..c0205be 100644 (file)
@@ -55,6 +55,9 @@ class LinksUpdate extends SqlDataUpdate implements EnqueueableDataUpdate {
        /** @var array Map of language codes to titles */
        public $mInterlangs;
 
+       /** @var array 2-D map of (prefix => DBK => 1) */
+       public $mInterwikis;
+
        /** @var array Map of arbitrary name to value */
        public $mProperties;