Home
last modified time | relevance | path

Searched refs:caPath (Results 1 – 1 of 1) sorted by relevance

/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php23 private static $caPath; variable in Composer\\CaBundle\\CaBundle
66 if (self::$caPath !== null) {
67 return self::$caPath;
105 return self::$caPath = $caBundle;
109 return self::$caPath = $caBundle;
113 return self::$caPath = static::getBundledCaBundlePath(); // Bundled CA file, last resort
297 self::$caPath = null;