Example #1
0
 /**
  * This resets the singleton instance to null
  * @static
  * @access public
  * @return void
  **/
 public static function resetInstance()
 {
     // Reset the instance
     self::$oInstance = null;
 }