コード例 #1
0
ファイル: AgaviConfig.class.php プロジェクト: horros/agavi
 /**
  * Clear the configuration.
  *
  * @author     David Zülke <*****@*****.**>
  * @since      0.11.0
  */
 public static function clear()
 {
     $restore = array_intersect_assoc(self::$readonlies, self::$config);
     self::$config = $restore;
 }