Home
last modified time | relevance | path

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

/plugin/structpublish/action/
Dbanner.php66 $banner .= $this->getBannerText('status_' . $shownRevision->getStatus(), $shownRevision);
70 … $banner .= $this->getBannerText('latest_publish', $latestpubRevision, $shownRevision->getRev());
72 … $banner .= $this->getBannerText('previous_publish', $prevpubRevision, $shownRevision->getRev());
81 … $banner .= $this->getBannerText('latest_draft', $newestRevision, $shownRevision->getRev());
103 protected function getBannerText($name, $rev, $diff = '') function in action_plugin_structpublish_banner