BP_Reply_By_Email_Parser::clear_properties PHP Method

clear_properties() protected static method

This is to prevent any lingering properties when used in a loop.
protected static clear_properties ( )
    protected static function clear_properties()
    {
        self::$headers = array();
        self::$querystring = '';
        self::$user = false;
        self::$content = '';
        self::$subject = '';
        self::$is_html = false;
    }