Пример #1
0
 /**
  * Close the database connection
  */
 public function close()
 {
     $this->connection->close();
 }