Home
last modified time | relevance | path

Searched refs:logEntry (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/File/
H A DPageFile.php202 $logEntry = $this->changelog->addLogEntry([
213 $this->updateMetadata($logEntry);
241 * @param array $logEntry changelog entry
243 public function updateMetadata(array $logEntry) argument
247 ['date' => $date, 'type' => $changeType, 'user' => $user, ] = $logEntry;
285 $meta['last_change'] = $logEntry;
/dokuwiki/inc/
H A Dchangelog.php80 $logEntry = $pageFile->changelog->addLogEntry([
92 $pageFile->updateMetadata($logEntry);
/dokuwiki/_test/tests/inc/
H A Dcommon_pageinfo.test.php255 $logEntry = $pageFile->changelog->addLogEntry([
265 $pageFile->updateMetadata($logEntry);