コード例 #1
0
ファイル: Connection.php プロジェクト: heiglandreas/zf2
 /**
  * Close this connection.
  *
  * @return void
  */
 public function close()
 {
     $this->_connection->closeConnection();
 }