You are here

public static function CaBundle::reset in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/vendor/composer/ca-bundle/src/CaBundle.php \Composer\CaBundle\CaBundle::reset()

Resets the static caches

File

includes/vendor/composer/ca-bundle/src/CaBundle.php, line 285

Class

CaBundle
@author Chris Smith <chris@cs278.org> @author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\CaBundle

Code

public static function reset() {
  self::$caFileValidity = array();
  self::$caPath = null;
  self::$useOpensslParse = null;
}