Home
last modified time | relevance | path

Searched refs:getRev (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Feed/
H A DFeedMediaProcessor.php18 'rev' => $this->getRev()
23 'rev' => $this->getRev(),
33 'rev' => $this->getRev(),
88 public function getRev() function in dokuwiki\\Feed\\FeedMediaProcessor
90 $rev = parent::getRev();
157 $content .= '<th width="50%">' . ($src1 ? $src1->getRev() : '') . '</th>';
H A DFeedPageProcessor.php25 'page' => ['rev' => $this->getRev()],
26 'rev' => ['rev' => $this->getRev(), 'do' => 'revisions'],
28 default => ['rev' => $this->getRev(), 'do' => 'diff'],
61 $html = p_wiki_xhtml($this->getId(), $this->getRev(), false);
101 public function getRev() function in dokuwiki\\Feed\\FeedPageProcessor
103 $rev = parent::getRev();
H A DFeedItemProcessor.php54 public function getRev() function in dokuwiki\\Feed\\FeedItemProcessor
H A DFeedCreator.php87 $item->date = $proc->getRev();
/dokuwiki/_test/tests/Feed/
H A DFeedPageProcessorTest.php81 $this->assertEquals($expectedMtime, $proc->getRev());
H A DFeedMediaProcessorTest.php52 $this->assertEquals($expectedMtime, $proc->getRev());
/dokuwiki/inc/File/
H A DMediaFile.php42 public function getRev() function in dokuwiki\\File\\MediaFile