[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 60 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PageChangeLog:: (3 methods):
getChangelogFilename()
getFilename()
addLogEntry()
Class: PageChangeLog - X-Ref
Class PageChangeLog; handles changelog of a wiki pagegetChangelogFilename() X-Ref |
Returns path to changelog return: string path to file |
getFilename($rev = '') X-Ref |
Returns path to current page/media param: string|int $rev empty string or revision timestamp return: string path to file |
addLogEntry(array $info, $timestamp = null) X-Ref |
Adds an entry to the changelog param: array $info Revision info structure of a page param: int $timestamp log line date (optional) see: also addLogEntry() in inc/changelog.php file return: array revision info of added log line |