Add public keywords to the QueryPage base class
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Sat, 18 Jul 2015 19:51:07 +0000 (14:51 -0500)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Sat, 18 Jul 2015 19:51:07 +0000 (14:51 -0500)
commita5c9c9607e034a00edc79146ec778e3d9c05e50a
treec23c867c265654e58d02fa3d823e869948f9cddc
parent31b40aa1819962ba04c4bdb0de73345b0590b85c
Add public keywords to the QueryPage base class

A lot more methods do not have visibility keywords. Some probably
should be private, a lot need to be protected, but all this will be
a breaking change. In this patch I'm focusing on methods that are
already used as public methods. The added public keyword is not a
breaking change because it's the default anyway.

Change-Id: I52e34209557b00f97a4e68250afbeb7647b64146
includes/specialpage/QueryPage.php