Lines Matching refs:rev
23 protected $rev; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
40 * @param int $rev revision
42 public function __construct($id, $rev) argument
45 $this->rev = $rev;
55 $values = $this->getCoreData(['revision=' . $this->rev]);
106 return $this->rev;
220 'revision' => $this->rev,
271 * @param int|null $rev
274 public function getLatestPublishedRevision($rev = null) argument
277 if ($rev) {
278 $andFilters[] .= 'revision<' . $rev;