Turn MessageBlobStore into a singleton instead of static functions
authorKunal Mehta <legoktm@gmail.com>
Sat, 23 Aug 2014 07:55:32 +0000 (00:55 -0700)
committerKunal Mehta <legoktm@gmail.com>
Mon, 25 Aug 2014 10:53:39 +0000 (03:53 -0700)
commitbb03d1a8e08ad5be5b9e72d70d4c1b24c3b18f83
tree47c8759665c35a27ccfa43c081843ddb5a80bf3c
parent86c94c36f076a3c736d333129b2f311551a02cf3
Turn MessageBlobStore into a singleton instead of static functions

For easier testability and other things. There are no uses
of this class in any extensions in gerrit.

Change-Id: I606de4259239e128ed7e0477fc98b84c647430c4
includes/MessageBlobStore.php
includes/cache/LocalisationCache.php
includes/cache/MessageCache.php
includes/installer/DatabaseUpdater.php
includes/resourceloader/ResourceLoader.php