Exemple #1
0
 protected static function closeConnection()
 {
     self::$connection->close();
     self::$connection = null;
 }