Source

						public function env($key) {
		if (isset($this->_config[$key])) {
			return $this->_config[$key];
		}
		return null;
	}