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

__get() public method

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