Lines Matching defs:rev
43 public function getPath($rev = '')
45 return wikiFN($this->id, $rev);
50 * similar to function rawWiki($id, $rev = '')
52 * @param int|false $rev timestamp when a revision of wikitext is desired
55 public function rawWikiText($rev = null)
57 if ($rev !== null) {
58 $revInfo = $rev ? $this->changelog->getRevisionInfo($rev) : false;
61 : io_readWikiPage($this->getPath($rev), $this->id, $rev); // retrieve from attic