示例#1
0
 /**
  * Overload and proxy to Zend_Http_Request object
  *
  * @param string $key
  * @return mixed
  */
 public function __get($key)
 {
     return $this->_httpRequest->__get($key);
 }