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