Home
last modified time | relevance | path

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

/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php49 * @see also addLogEntry() in inc/changelog.php file
51 public function addLogEntry(array $info, $timestamp = null)
43 public function addLogEntry(array $info, $timestamp = null) global() function in dokuwiki\\ChangeLog\\PageChangeLog
H A DMediaChangeLog.php51 public function addLogEntry(array $info, $timestamp = null)
43 public function addLogEntry(array $info, $timestamp = null) global() 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(
80 $logEntry = $pageFile->changelog->addLogEntry([
137 (new MediaChangeLog($id, 1024))->addLogEntry([
45 function addLogEntry( global() function
/dokuwiki/inc/File/
H A DPageFile.php199 $logEntry = $this->changelog->addLogEntry([
257 $this->changelog->addLogEntry($revInfo);