예제 #1
0
 /**
  * Overload and proxy to Zend_Http_Request object
  *
  * @param string $key
  * @param mixed $value
  * @return void
  */
 public function __set($key, $value)
 {
     return $this->_httpRequest->__set($key, $value);
 }