Redaxscript\Config::clear PHP Method

clear() public method

clear the config
Since: 3.0.0
public clear ( )
    public function clear()
    {
        self::$_configArray = [];
    }