aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CacheManager.php
diff options
context:
space:
mode:
authorAntoine Musso <hashar@users.mediawiki.org>2004-09-03 23:00:01 +0000
committerAntoine Musso <hashar@users.mediawiki.org>2004-09-03 23:00:01 +0000
commitba2afcd9fa9b1f3f6a865da054068466164fd2fa (patch)
tree9cf9b9aad35fbc7bc02496a09e681319a380ee4d /includes/CacheManager.php
parent705bb88da0f98dd240839e43fb10b889c99c9699 (diff)
downloadmediawikicore-ba2afcd9fa9b1f3f6a865da054068466164fd2fa.tar.gz
mediawikicore-ba2afcd9fa9b1f3f6a865da054068466164fd2fa.zip
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5069
Diffstat (limited to 'includes/CacheManager.php')
-rw-r--r--includes/CacheManager.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/CacheManager.php b/includes/CacheManager.php
index b9d164f1d1d1..1a5711be1141 100644
--- a/includes/CacheManager.php
+++ b/includes/CacheManager.php
@@ -1,6 +1,7 @@
<?php
/**
* Contain the CacheManager class
+ * @package MediaWiki
*/
/**
@@ -19,6 +20,7 @@ require_once( 'Title.php' );
* $wgUseFileCache
* $wgFileCacheDirectory
* $wgUseGzip
+ * @package MediaWiki
*/
class CacheManager {
var $mTitle, $mFileCache;