Move ApiQueryRecentChanges::parseRCType to static method on RecentChange
authorkishanio <thobhanikishan@gmail.com>
Thu, 15 May 2014 10:18:28 +0000 (10:18 +0000)
committerkishanio <thobhanikishan@gmail.com>
Sat, 17 May 2014 15:07:01 +0000 (15:07 +0000)
commitb7cc86cdc076c8a40a5349757f082c2deb672d3c
tree8ca673ec5c44114f9a62f252237dec7ecc68a5ad
parent7b7f4bad9706fc1cbc2ce3497378ac41a8d68626
Move ApiQueryRecentChanges::parseRCType to static method on RecentChange

Prior parseRCType was an private method in includes/api/ApiQueryRecentChanges and also
duplicated in includes/api/ApiQueryWatchList. This method has been made static and moved
to includes/changes/RecentChange.php.

Bug: 65071
Change-Id: Ic911fbcf9411c782685c4f956f8522051f2517f0
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryWatchlist.php
includes/changes/RecentChange.php