Lines Matching defs:currentRevision
17 protected $currentRevision;
63 return $rev == $this->currentRevision();
88 public function currentRevision()
90 if (!isset($this->currentRevision)) {
91 // set ChangeLog::currentRevision property
94 return $this->currentRevision;
134 * getCurrentRevisionInfo() where $currentRevision is not yet determined
156 if (!isset($this->currentRevision) && $retrieveCurrentRevInfo) {
407 $rev2 = $this->currentRevision();
530 $revs[] = $this->currentRevision;
604 if (isset($this->currentRevision)) {
605 return $this->getRevisionInfo($this->currentRevision);
614 $this->currentRevision = false;
617 $this->currentRevision = $lastRev;
625 $this->currentRevision = $lastRev;
684 $this->currentRevision = $revInfo['date'];
685 $this->cache[$this->id][$this->currentRevision] = $revInfo;
686 return $this->getRevisionInfo($this->currentRevision);
696 $rev = $this->currentRevision();