Esempio n. 1
0
 /**
  * Check the DB changelog to find the highest revision number that has
  * been applied for this changeset.
  *
  * @return int
  */
 public function getCurrentRevision()
 {
     return $this->changelogGateway->getCurrentRevisionForChangeset($this->name);
 }