コード例 #1
0
ファイル: ezini.php プロジェクト: legende91/ez
 /**
  * Sets whether caching is enabled for INI files or not. This setting is global
  * and can be overriden in the instance() function.
  *
  * @see isCacheEnabled().
  *
  * @param bool $enabled
  */
 static function setIsCacheEnabled($enabled)
 {
     self::$cacheEnabled = (bool) $enabled;
 }