Add a function that returns a list of categories the page is a member of
authorKunal Mehta <legoktm@gmail.com>
Fri, 9 Aug 2013 04:59:27 +0000 (12:59 +0800)
committerKunal Mehta <legoktm@gmail.com>
Thu, 15 Aug 2013 04:07:38 +0000 (21:07 -0700)
commit5eb1d775bd6bd01e164306c402dad1bdf9e22831
tree456e33c730a5f20dbb0dd7c1791151e17b107ede
parente2199d5da77b4402f14350d02da8d1e7d3b4659a
Add a function that returns a list of categories the page is a member of

Main reason is so internal code does not have to recreate the database query
each time. This will also be useful for extensions.

Change-Id: Ia80c051ff0691087564710f2864ed617d5b9ee96
includes/WikiPage.php