lithium\core\Configuration::reset()

public method

Clears all configurations.

Source

	public function reset() {
		$this->_configurations = [];
	}