Add missing visibility keywords to all LoadBalancer methods
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 20 Nov 2014 15:45:57 +0000 (16:45 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 20 Nov 2014 20:02:14 +0000 (21:02 +0100)
commite698d93badad7488a826b6ae1e1cdc35313d2819
treeffad9620334d3380eff9e0a20db75f67d74e4ddf
parenta0fc2000e048d9e97e277c0e36ff2c290e815bfd
Add missing visibility keywords to all LoadBalancer methods

Quite a few methods are unused, at least in my code base (which does
not cover all extensions). I made them public. All other decisions
are based on the usage of that method in my code base. If you think
a specific method should be public, please tell me.

Change-Id: Ie83a2921fe02a198bd75c5ff7a41bcd4f0b4980b
includes/db/LBFactory.php
includes/db/LBFactoryMulti.php
includes/db/LBFactorySingle.php
includes/db/LoadBalancer.php