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