sentHeaders[$name] = $value; } /** * skip client detection as headers are not being sent. * * @access public * @return void */ function detectClientExtension() { return true; } /** * Reset the fireCake * * @return void **/ function reset() { $_this =& FireCake::getInstance(); $_this->sentHeaders = array(); $_this->_messageIndex = 1; } }