From: Aaron Schulz Date: Mon, 2 May 2016 23:53:20 +0000 (-0700) Subject: Document mInterwikis in LinksUpdate X-Git-Tag: 1.31.0-rc.0~7119^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=0097e00050fe75d3d642462ce4cc65bdf60c4a97;p=lhc%2Fweb%2Fwiklou.git Document mInterwikis in LinksUpdate Change-Id: If10840c5df849455027b5a497097e583fb982a65 --- diff --git a/includes/deferred/LinksUpdate.php b/includes/deferred/LinksUpdate.php index 4215ed09b1..c0205be4ac 100644 --- a/includes/deferred/LinksUpdate.php +++ b/includes/deferred/LinksUpdate.php @@ -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;