コード例 #1
0
ファイル: Database.php プロジェクト: miamollie/echoAerial
 /**
  * Query for the version of the currently connected database
  * @return string Version of this database
  */
 public function getVersion()
 {
     return $this->connector->getVersion();
 }