1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Issue #435 - More Bootstrap 3 tweaks

This commit is contained in:
Cameron
2013-12-19 22:45:09 -08:00
parent 7874cd1060
commit 62509f09fb
7 changed files with 69 additions and 11 deletions

View File

@@ -112,6 +112,7 @@ class ecache {
* @return string
* @param string $query
* @param int $MaximumAge the time in minutes before the cache file 'expires'
* @param Forced check if cache is disabled.
* @desc Returns the data from the cache file associated with $query, else it returns false if there is no cache for $query.
* @scope public
*/