Exemplo n.º 1
0
 /**
  * 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;
 }