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