コード例 #1
0
ファイル: Connection.php プロジェクト: OmondiKevin/ADT_MTRH
 /**
  * Gets the name of the database this Connection is connected to.
  *
  * @return string $database
  */
 public function getDatabase()
 {
     return $this->_driver->getDatabase($this);
 }