Ejemplo n.º 1
0
 /**
  * Reset the internal static instance
  *
  * @return void
  */
 public static function resetInstance()
 {
     if (self::$_instance) {
         self::$_instance->reset();
         self::$_instance = null;
     }
 }