Lines Matching refs:rev
22 protected $rev;
39 * @param int $rev revision
41 public function __construct($id, $rev)
44 $this->rev = $rev;
56 $values = $this->getCoreData(['revision=' . $this->rev]);
107 return $this->rev;
221 'revision' => $this->rev,
269 * If $rev is specified, "latest" means relative to the $rev revision.
271 * @param int|null $rev
274 public function getLatestPublishedRevision($rev = null)
277 if ($rev) {
278 $andFilters[] .= 'revision<' . $rev;