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