Exemple #1
0
 /**
  * Force the connection to close.
  *
  * @return void
  */
 public function closeConnection()
 {
     return $this->_adapter->closeConnection();
 }