Home
last modified time | relevance | path

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

/dokuwiki/inc/File/
H A DPageFile.php199 $logEntry = $this->changelog->addLogEntry([
210 $this->updateMetadata($logEntry);
283 * @param array $logEntry changelog entry
285 public function updateMetadata(array $logEntry) argument
289 ['date' => $date, 'type' => $changeType, 'user' => $user, ] = $logEntry;
327 $meta['last_change'] = $logEntry;
/dokuwiki/inc/
H A Dchangelog.php80 $logEntry = $pageFile->changelog->addLogEntry([
92 $pageFile->updateMetadata($logEntry);