Home
last modified time | relevance | path

Searched full:addlogentry (Results 1 – 6 of 6) 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) 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/_test/tests/inc/
H A Dcommon_pageinfo.test.php238 $info['meta'] = p_get_metadata($ID); // need $INFO set correctly for addLogEntry()
244 addLogEntry($rev, $ID);
/dokuwiki/inc/File/
H A DPageFile.php199 $logEntry = $this->changelog->addLogEntry([
257 $this->changelog->addLogEntry($revInfo);