示例#1
0
 /**
  * Resets the request
  * @postcondition has not run
  * @postcondition component undefined
  * @postcondition event undefined
  * @postcondition empty parameters
  */
 public function reset()
 {
     parent::reset();
     $this->_http = null;
 }