Home
last modified time | relevance | path

Searched refs:addLogEntry (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php51 public function addLogEntry(array $info, $timestamp = null) function in dokuwiki\\ChangeLog\\PageChangeLog
H A DMediaChangeLog.php51 public function addLogEntry(array $info, $timestamp = null) function in dokuwiki\\ChangeLog\\MediaChangeLog
H A DChangeLogTrait.php17 abstract public function addLogEntry(array $info, $timestamp = null); function
/dokuwiki/inc/
H A Dchangelog.php52 function addLogEntry( function
80 $logEntry = $pageFile->changelog->addLogEntry([
137 (new MediaChangeLog($id, 1024))->addLogEntry([
/dokuwiki/inc/File/
H A DPageFile.php199 $logEntry = $this->changelog->addLogEntry([
257 $this->changelog->addLogEntry($revInfo);
/dokuwiki/_test/tests/inc/
H A Dcommon_pageinfo.test.php244 addLogEntry($rev, $ID);