Ejemplo n.º 1
0
 /**
  * Closes the database connection.
  */
 public static function close()
 {
     if (isset(self::$adapter)) {
         self::$adapter->close();
     }
 }