Searched refs:getRev (Results 1 – 3 of 3) sorted by relevance
/plugin/structpublish/action/ |
D | banner.php | 69 … if ($latestpubRevision !== null && $shownRevision->getRev() < $latestpubRevision->getRev()) { 70 … $banner .= $this->getBannerText('latest_publish', $latestpubRevision, $shownRevision->getRev()); 72 … $banner .= $this->getBannerText('previous_publish', $prevpubRevision, $shownRevision->getRev()); 77 $newestRevision->getRev() != $shownRevision->getRev() && 81 … $banner .= $this->getBannerText('latest_draft', $newestRevision, $shownRevision->getRev()); 85 if ($shownRevision->getRev() == $newestRevision->getRev()) { 111 '{revision}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getRev())), 112 … '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getTimestamp())), 121 if ($diff && $diff !== $rev->getRev()) { 122 … $link = wl($rev->getId(), ['do' => 'diff', 'rev2[0]' => $rev->getRev(), 'rev2[1]' => $diff]);
|
D | show.php | 59 self::$latestPublishedRev = $latestPublished->getRev();
|
/plugin/structpublish/meta/ |
D | Revision.php | 104 public function getRev() function in dokuwiki\\plugin\\structpublish\\meta\\Revision
|