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