lithium\tests\mocks\core\MockRequest::env PHP Method

env() public method

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