Mercurial > SimpleWebPresenter
comparison FileCacheSet.inc @ 74:1d5166aba2c5
Documentation fixes.
codeFromHeader now throws an exception if the header is malformed.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 12 Oct 2012 01:16:30 +0200 |
| parents | 62b9d7a35658 |
| children | aafc23919e79 |
comparison
equal
deleted
inserted
replaced
| 73:947d53f95ccd | 74:1d5166aba2c5 |
|---|---|
| 35 } | 35 } |
| 36 | 36 |
| 37 /** | 37 /** |
| 38 * List a set of files which contributes to this pages cacheset. | 38 * List a set of files which contributes to this pages cacheset. |
| 39 * | 39 * |
| 40 * @param $humanReadable If the timestamp should be humand readable. | 40 * @param $humanReadable If the timestamp should be human readable. |
| 41 * | 41 * |
| 42 * @return an associative array of file, and timestamp | 42 * @return an associative array of file, and timestamp |
| 43 */ | 43 */ |
| 44 function cacheSet($humanReadable = False) | 44 function cacheSet($humanReadable = False) |
| 45 { | 45 { |
