Esempio n. 1
0
 /**
  * Close connection
  *
  * @param NULL
  * @return NULL
  */
 private function Close()
 {
     self::$conn = NULL;
 }