Reorganization of SearchEngine for legibility
[lhc/web/wiklou.git] / includes / MessageCacheHints.php
1 <?
2
3 /*
4 * @package Mediawiki
5 * @version $Id$
6 *
7 * This class should provide methods for message
8 * cache key hints for various scopes */
9
10 class MessageCacheHints {
11 function get($scope="global") {
12 return array('TODO');
13 }
14 }
15
16 ?>