shape
carat
color
clarity

It''s wedding ring decision time, and it''s a sticky sitch

Attachment {#530
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#440
    +shortName: "XF:Attachment"
    +contentType: null
    +table: "xf_attachment"
    +primaryKey: "attachment_id"
    +columns: array:9 [
      "attachment_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "data_id" => array:2 [
        "type" => 2
        "required" => true
      ]
      "content_type" => array:4 [
        "type" => 5
        "maxLength" => 25
        "default" => ""
        "api" => true
      ]
      "content_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "attach_date" => array:3 [
        "type" => 2
        "default" => 1710846343
        "api" => true
      ]
      "temp_hash" => array:3 [
        "type" => 5
        "maxLength" => 32
        "default" => ""
      ]
      "unassociated" => array:2 [
        "type" => 65540
        "default" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "xfmg_is_mirror_handler" => array:3 [
        "type" => 65540
        "default" => false
        "changeLog" => false
      ]
    ]
    +relations: array:1 [
      "Data" => array:4 [
        "entity" => "XF:AttachmentData"
        "type" => 1
        "conditions" => "data_id"
        "primary" => true
      ]
    ]
    +getters: array:19 [
      "Container" => true
      "handler" => true
      "filename" => array:2 [
        "getter" => "getFilename"
        "cache" => false
      ]
      "extension" => array:2 [
        "getter" => "getExtension"
        "cache" => false
      ]
      "file_size" => array:2 [
        "getter" => "getFileSize"
        "cache" => false
      ]
      "has_thumbnail" => array:2 [
        "getter" => "hasThumbnail"
        "cache" => false
      ]
      "thumbnail_url" => array:2 [
        "getter" => "getThumbnailUrl"
        "cache" => false
      ]
      "thumbnail_url_full" => array:2 [
        "getter" => "getThumbnailUrlFull"
        "cache" => false
      ]
      "is_video" => array:2 [
        "getter" => "isVideo"
        "cache" => false
      ]
      "is_audio" => array:2 [
        "getter" => "isAudio"
        "cache" => false
      ]
      "icon" => array:2 [
        "getter" => "getIcon"
        "cache" => false
      ]
      "direct_url" => array:2 [
        "getter" => "getDirectUrl"
        "cache" => false
      ]
      "type_grouping" => array:2 [
        "getter" => "getTypeGrouping"
        "cache" => false
      ]
      "width" => array:2 [
        "getter" => "getWidth"
        "cache" => false
      ]
      "height" => array:2 [
        "getter" => "getHeight"
        "cache" => false
      ]
      "thumbnail_width" => array:2 [
        "getter" => "getThumbnailWidth"
        "cache" => false
      ]
      "thumbnail_height" => array:2 [
        "getter" => "getThumbnailHeight"
        "cache" => false
      ]
      "XfmgMirrorMedia" => false
      "xfmg_media_type" => true
    ]
    +defaultWith: array:1 [
      0 => "Data"
    ]
    +options: []
    +behaviors: []
    +columnAliases: []
    +withAliases: array:2 [
      "api" => []
      "embed" => array:3 [
        0 => "Data.XfmgMirrorMedia"
        1 => "Data.XfmgMirrorMedia.Category"
        2 => Closure {#417
          class: "XFMG\XF\Entity\Attachment"
          file: "/var/www/community/src/addons/XFMG/XF/Entity/Attachment.php"
          line: "90 to 93"
        }
      ]
    ]
  }
  #_em: Manager {#245
    #db: Adapter {#223
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "ps_xenforo"
        "password" => "Jhf6H&gd236i"
        "dbname" => "ps_xenforo"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 10
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:10 [
        1 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1710846343.6446
          "trace" => array:15 [ …15]
          "execute" => 1710846343.6447
          "complete" => 1710846343.6447
        ]
        2 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_es_thread_similar_XFES_SimilarThreads_2`.*, `xf_forum_Forum_3`.*, `xf_node_Node_4`.*, `xf_permission_cache_content_Permissions_5`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)\n
            LEFT JOIN `xf_es_thread_similar` AS `xf_es_thread_similar_XFES_SimilarThreads_2` ON (`xf_es_thread_similar_XFES_SimilarThreads_2`.`thread_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_4` ON (`xf_node_Node_4`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_5` ON (`xf_permission_cache_content_Permissions_5`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_5`.`content_id` = `xf_node_Node_4`.`node_id` AND `xf_permission_cache_content_Permissions_5`.`permission_combination_id` = '1')\n
            \t\t\tWHERE (`xf_thread`.`thread_id` = '139173')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1710846343.6528
          "trace" => array:15 [ …15]
          "execute" => 1710846343.653
          "complete" => 1710846343.6533
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_post`.*, `xf_user_User_1`.*, `xf_user_option_Option_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_privacy_Privacy_4`.*, `xf_permission_combination_PermissionCombination_5`.*\n
            \t\t\tFROM `xf_post`\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_post`.`user_id`)\n
            LEFT JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_4` ON (`xf_user_privacy_Privacy_4`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_5` ON (`xf_permission_combination_PermissionCombination_5`.`permission_combination_id` = `xf_user_User_1`.`permission_combination_id`)\n
            \t\t\tWHERE (`xf_post`.`thread_id` = 139173) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 30)\n
            \t\t\tORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1710846343.6644
          "trace" => array:13 [ …13]
          "execute" => 1710846343.6669
          "complete" => 1710846343.6676
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_attachment`.*, `xf_attachment_data_Data_1`.*, `xf_mg_media_item_XfmgMirrorMedia_2`.*, `xf_mg_category_Category_3`.*, `xf_permission_cache_content_Permissions_4`.*\n
            \t\t\tFROM `xf_attachment`\n
            \t\t\tLEFT JOIN `xf_attachment_data` AS `xf_attachment_data_Data_1` ON (`xf_attachment_data_Data_1`.`data_id` = `xf_attachment`.`data_id`)\n
            LEFT JOIN `xf_mg_media_item` AS `xf_mg_media_item_XfmgMirrorMedia_2` ON (`xf_mg_media_item_XfmgMirrorMedia_2`.`media_id` = `xf_attachment_data_Data_1`.`xfmg_mirror_media_id`)\n
            LEFT JOIN `xf_mg_category` AS `xf_mg_category_Category_3` ON (`xf_mg_category_Category_3`.`category_id` = `xf_mg_media_item_XfmgMirrorMedia_2`.`category_id`)\n
            LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'xfmg_category' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_mg_category_Category_3`.`category_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')\n
            \t\t\tWHERE (`xf_attachment`.`content_type` = 'post' AND `xf_attachment`.`content_id` IN (136533))\n
            \t\t\tORDER BY `xf_attachment`.`attach_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1710846343.6779
          "trace" => array:15 [ …15]
          "execute" => 1710846343.6787
          "complete" => 1710846343.679
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\t-- XFDB=noForceAllWrite\n
            \t\t\tINSERT INTO xf_thread_view\n
            \t\t\t\t(thread_id, total)\n
            \t\t\tVALUES\n
            \t\t\t\t(? , 1)\n
            \t\t\tON DUPLICATE KEY UPDATE\n
            \t\t\t\ttotal = total + 1\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1710846343.6812
          "trace" => array:13 [ …13]
          "execute" => 1710846343.6813
          "complete" => 1710846343.6813
        ]
        6 => array:6 [
          "query" => """
            SELECT view_date\n
            \t\t\t\t\tFROM xf_session_activity\n
            \t\t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:2 [ …2]
          "start" => 1710846343.6835
          "trace" => array:13 [ …13]
          "execute" => 1710846343.6837
          "complete" => 1710846343.6837
        ]
        7 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tINSERT IGNORE INTO xf_session_activity (\n
            \t\t\t\t\tip,\n
            \t\t\t\t\tcontroller_name,\n
            \t\t\t\t\tcontroller_action,\n
            \t\t\t\t\tview_state,\n
            \t\t\t\t\tparams,\n
            \t\t\t\t\tview_date,\n
            \t\t\t\t\trobot_key,\n
            \t\t\t\t\tuser_id,\n
            \t\t\t\t\tunique_key\n
            \t\t\t\t) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)\n
            \t\t\t
            """
          "params" => array:9 [ …9]
          "start" => 1710846343.6839
          "trace" => array:12 [ …12]
          "execute" => 1710846343.684
          "complete" => 1710846343.684
        ]
        8 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nofollow`.*\n
            \t\t\tFROM `xf_nofollow`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_nofollow`.`nofollow_start` < '2010-03-23') AND (`xf_nofollow`.`nofollow_end` > '2010-03-23')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710846343.6998
          "trace" => array:15 [ …15]
          "execute" => 1710846343.7002
          "complete" => 1710846343.7002
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nofollow_threads`.*\n
            \t\t\tFROM `xf_nofollow_threads`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_nofollow_threads`.`thread_id` = 139173)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710846343.7005
          "trace" => array:15 [ …15]
          "execute" => 1710846343.7008
          "complete" => 1710846343.7008
        ]
        10 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_featured_topics`.*\n
            \t\t\tFROM `xf_featured_topics`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_featured_topics`.`thread_id` = 139173) AND (`xf_featured_topics`.`active` = '1')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710846343.701
          "trace" => array:15 [ …15]
          "execute" => 1710846343.7012
          "complete" => 1710846343.7012
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
      #connection: mysqli {#292}
    }
    #valueFormatter: ValueFormatter {#246}
    #extension: Extension {#226
      #listeners: array:34 [
        "addon_post_install" => array:1 [
          "_" => array:3 [ …3]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:3 [ …3]
        ]
        "addon_post_uninstall" => array:1 [
          "_" => array:1 [ …1]
        ]
        "addon_post_upgrade" => array:1 [
          "_" => array:2 [ …2]
        ]
        "app_admin_start_end" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "app_pub_start_end" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:3 [ …3]
        ]
        "bb_code_renderer" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:2 [ …2]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:2 [ …2]
        ]
        "criteria_user" => array:1 [
          "_" => array:3 [ …3]
        ]
        "editor_dialog" => array:1 [
          "gallery" => array:1 [ …1]
        ]
        "entity_structure" => array:3 [
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\UserFollow" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:2 [ …2]
        ]
        "member_stat_result_prepare" => array:1 [
          "_" => array:2 [ …2]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "search_source_setup_22" => array:1 [
          "_" => array:1 [ …1]
        ]
        "spam_asn_providers" => array:1 [
          "_" => array:1 [ …1]
        ]
        "spam_content_providers" => array:1 [
          "_" => array:1 [ …1]
        ]
        "spam_geo_ip_providers" => array:1 [
          "_" => array:1 [ …1]
        ]
        "spam_user_providers" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:3 [ …3]
        ]
        "templater_macro_post_render" => array:1 [
          "public:post_macros:post" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:5 [
          "public:post_macros:post" => array:1 [ …1]
          "public:custom_fields_macros:custom_fields_edit" => array:1 [ …1]
          "public:custom_fields_macros:custom_fields_view" => array:1 [ …1]
          "public:custom_fields_macros:custom_fields_values" => array:1 [ …1]
          "admin:option_macros:option_form_block" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:3 [ …3]
        ]
        "templater_template_post_render" => array:1 [
          "public:thread_view" => array:1 [ …1]
        ]
        "templater_template_pre_render" => array:2 [
          "_" => array:1 [ …1]
          "public:editor" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
        "user_searcher_orders" => array:1 [
          "_" => array:2 [ …2]
        ]
        "visitor_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:109 [
        "XF\Pub\Controller\Account" => array:3 [
          0 => "Pricescope\CustomFieldsListener\XF\Pub\Controller\Account"
          1 => "DigitalPoint\Security\XF\Pub\Controller\Account"
          2 => "SV\SignupAbuseBlocking\XF\Pub\Controller\Account"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "Pricescope\Attachments\XF\Repository\Attachment"
        ]
        "XF\Entity\UserAuth" => array:2 [
          0 => "SV\PasswordTools\XF\Entity\UserAuthPatch"
          1 => "SV\PasswordTools\XF\Entity\UserAuth"
        ]
        "XF\Admin\Controller\User" => array:3 [
          0 => "DigitalPoint\Security\XF\Admin\Controller\User"
          1 => "Pricescope\UserActivity\XF\Admin\Controller\User"
          2 => "SV\SignupAbuseBlocking\XF\Admin\Controller\User"
        ]
        "XF\Entity\TfaProvider" => array:2 [
          0 => "DigitalPoint\Security\XF\Entity\TfaProvider"
          1 => "SV\PasswordTools\XF\Entity\TfaProvider"
        ]
        "XF\Entity\UserRemember" => array:1 [
          0 => "DigitalPoint\Security\XF\Entity\UserRemember"
        ]
        "XF\Entity\UserTfaTrusted" => array:1 [
          0 => "DigitalPoint\Security\XF\Entity\UserTfaTrusted"
        ]
        "XF\Repository\Tfa" => array:2 [
          0 => "DigitalPoint\Security\XF\Repository\Tfa"
          1 => "SV\PasswordTools\XF\Repository\Tfa"
        ]
        "XF\Entity\AddOn" => array:1 [
          0 => "Kirby\FontAwesomeManager\XF\Entity\AddOn"
        ]
        "XF\Entity\Template" => array:1 [
          0 => "Kirby\FontAwesomeManager\XF\Entity\Template"
        ]
        "XF\Service\Language\Import" => array:1 [
          0 => "Kirby\FontAwesomeManager\XF\Service\Language\Import"
        ]
        "XF\Service\Style\Import" => array:1 [
          0 => "Kirby\FontAwesomeManager\XF\Service\Style\Import"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "Pricescope\Attachments\XF\BbCode\Renderer\Html"
        ]
        "XF\Entity\Attachment" => array:2 [
          0 => "Pricescope\Attachments\XF\Entity\Attachment"
          1 => "XFMG\XF\Entity\Attachment"
        ]
        "XF\Entity\Post" => array:5 [
          0 => "Pricescope\Attachments\XF\Entity\Post"
          1 => "Pricescope\QuoteSpacer\XF\Entity\Post"
          2 => "XFES\XF\Entity\Post"
          3 => "XFMG\XF\Entity\Post"
          4 => "SV\WarningImprovements\XF\Entity\Post"
        ]
        "XF\Template\Templater" => array:3 [
          0 => "Pricescope\Badges\XF\Template\Templater"
          1 => "Pricescope\MembersNofollow\XF\Template\Templater"
          2 => "SV\WarningImprovements\XF\Template\Templater"
        ]
        "XF\Repository\User" => array:1 [
          0 => "Pricescope\Core\XF\Repository\User"
        ]
        "XF\Repository\UserGroup" => array:1 [
          0 => "Pricescope\Core\XF\Repository\UserGroup"
        ]
        "XF\Service\User\Follow" => array:1 [
          0 => "Pricescope\CustomCode\XF\Service\User\Follow"
        ]
        "XF\Pub\Controller\Register" => array:5 [
          0 => "Pricescope\CustomFieldsListener\XF\Pub\Controller\Register"
          1 => "Pricescope\HideSettings\XF\Pub\Controller\Register"
          2 => "Pricescope\RegisterEmail\XF\Pub\Controller\Register"
          3 => "Threadloom\PrimaryAuth\XF\Pub\Controller\Register"
          4 => "SV\SignupAbuseBlocking\XF\Pub\Controller\Register"
        ]
        "XF\Pub\Controller\Post" => array:3 [
          0 => "Pricescope\DeletePostAlert\XF\Pub\Controller\Post"
          1 => "Pricescope\ReportEmail\XF\Pub\Controller\Post"
          2 => "Pricescope\WidgetsRenderer\XF\Pub\Controller\Post"
        ]
        "XF\Pub\Controller\Thread" => array:7 [
          0 => "Pricescope\EditPrefixes\XF\Pub\Controller\Thread"
          1 => "Pricescope\MetaTags\XF\Pub\Controller\Thread"
          2 => "Pricescope\QuickModTools\XF\Pub\Controller\Thread"
          3 => "Pricescope\WidgetsRenderer\XF\Pub\Controller\Thread"
          4 => "Pricescope\YouTube\XF\Pub\Controller\Thread"
          5 => "XFES\XF\Pub\Controller\Thread"
          6 => "XFMG\XF\Pub\Controller\Thread"
        ]
        "XF\Entity\User" => array:6 [
          0 => "Pricescope\HideSettings\XF\Entity\User"
          1 => "XFMG\XF\Entity\User"
          2 => "XFRM\XF\Entity\User"
          3 => "SV\WarningImprovements\XF\Entity\User"
          4 => "SV\PasswordTools\XF\Entity\User"
          5 => "SV\SignupAbuseBlocking\XF\Entity\User"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "Pricescope\LoginRedirect\XF\Pub\Controller\Login"
          1 => "SV\SignupAbuseBlocking\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Logout" => array:2 [
          0 => "Pricescope\LoginRedirect\XF\Pub\Controller\Logout"
          1 => "SV\SignupAbuseBlocking\XF\Pub\Controller\Logout"
        ]
        "XF\Pub\Controller\Search" => array:1 [
          0 => "Pricescope\MenuAPI\XF\Pub\Controller\Search"
        ]
        "XF\ControllerPlugin\Report" => array:1 [
          0 => "Pricescope\ReportEmail\XF\ControllerPlugin\Report"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "Pricescope\ReportEmail\XF\Service\Report\Creator"
        ]
        "XF\Pub\Controller\AccountConfirmation" => array:1 [
          0 => "Pricescope\SendGridAPI\XF\Pub\Controller\AccountConfirmation"
        ]
        "XF\Sitemap\Builder" => array:1 [
          0 => "Pricescope\SitemapGenerator\XF\Sitemap\Builder"
        ]
        "XF\Sitemap\Entry" => array:1 [
          0 => "Pricescope\SitemapGenerator\XF\Sitemap\Entry"
        ]
        "XF\Sitemap\Thread" => array:1 [
          0 => "Pricescope\SitemapGenerator\XF\Sitemap\Thread"
        ]
        "Threadloom\Search\Pub\Controller\Search" => array:1 [
          0 => "Pricescope\ThreadloomIntegrator\Threadloom\Search\Pub\Controller\Search"
        ]
        "XF\ControllerPlugin\Error" => array:1 [
          0 => "Pricescope\UpgradeMessage\XF\ControllerPlugin\Error"
        ]
        "XF\Pub\Controller\Member" => array:3 [
          0 => "Pricescope\UserActivity\XF\Pub\Controller\Member"
          1 => "SV\WarningImprovements\XF\Pub\Controller\Member"
          2 => "SV\SignupAbuseBlocking\XF\Pub\Controller\Member"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "Pricescope\UserActivity\XF\Service\Thread\Creator"
          1 => "Pricescope\WordSubscription\XF\Service\Thread\Creator"
          2 => "SV\SignupAbuseBlocking\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:3 [
          0 => "Pricescope\UserActivity\XF\Service\Thread\Replier"
          1 => "Pricescope\WordSubscription\XF\Service\Thread\Replier"
          2 => "SV\SignupAbuseBlocking\XF\Service\Thread\Replier"
        ]
        "XF\Service\Conversation\Notifier" => array:2 [
          0 => "Pricescope\WarningImprovementsCustom\XF\Service\Conversation\Notifier"
          1 => "SV\WarningImprovements\XF\Service\Conversation\Notifier"
        ]
        "XF\Pub\Controller\Forum" => array:3 [
          0 => "Pricescope\YouTube\XF\Pub\Controller\Forum"
          1 => "XFES\XF\Pub\Controller\Forum"
          2 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Service\User\DeleteCleanUp" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Service\User\DeleteCleanUp"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:1 [
          0 => "SV\StandardLib\XF\Mvc\Router"
        ]
        "XF\Admin\Controller\Forum" => array:3 [
          0 => "XFES\XF\Admin\Controller\Forum"
          1 => "XFMG\XF\Admin\Controller\Forum"
          2 => "XFRM\XF\Admin\Controller\Forum"
        ]
        "XF\Entity\Forum" => array:2 [
          0 => "XFES\XF\Entity\Forum"
          1 => "XFMG\XF\Entity\Forum"
        ]
        "XF\Entity\Thread" => array:3 [
          0 => "XFES\XF\Entity\Thread"
          1 => "XFMG\XF\Entity\Thread"
          2 => "SV\CustomFieldPerms\XF\Entity\Thread"
        ]
        "XF\Repository\Thread" => array:1 [
          0 => "XFES\XF\Repository\Thread"
        ]
        "XF\Search\Search" => array:1 [
          0 => "XFES\XF\Search\Search"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "XFMG\XF\Attachment\Post"
        ]
        "XF\BbCode\ProcessorAction\AnalyzeUsage" => array:1 [
          0 => "XFMG\XF\BbCode\ProcessorAction\AnalyzeUsage"
        ]
        "XF\Entity\AttachmentData" => array:1 [
          0 => "XFMG\XF\Entity\AttachmentData"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "XFMG\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Watched" => array:3 [
          0 => "XFMG\XF\Pub\Controller\Watched"
          1 => "XFRM\XF\Pub\Controller\Watched"
          2 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Service\Message\Preparer" => array:1 [
          0 => "XFMG\XF\Service\Message\Preparer"
        ]
        "XF\Service\User\ContentChange" => array:2 [
          0 => "XFMG\XF\Service\User\ContentChange"
          1 => "SV\WarningImprovements\XF\Service\User\ContentChange"
        ]
        "XF\Service\User\SignatureEdit" => array:1 [
          0 => "XFMG\XF\Service\User\SignatureEdit"
        ]
        "XF\ForumType\Discussion" => array:1 [
          0 => "XFRM\XF\ForumType\Discussion"
        ]
        "NF\Tickets\Admin\Controller\TicketField" => array:1 [
          0 => "SV\CustomFieldPerms\NF\Tickets\Admin\Controller\TicketField"
        ]
        "NF\Tickets\Entity\Ticket" => array:1 [
          0 => "SV\CustomFieldPerms\NF\Tickets\Entity\Ticket"
        ]
        "NF\Tickets\Entity\TicketField" => array:1 [
          0 => "SV\CustomFieldPerms\NF\Tickets\Entity\TicketField"
        ]
        "XFMG\Admin\Controller\MediaField" => array:1 [
          0 => "SV\CustomFieldPerms\XFMG\Admin\Controller\MediaField"
        ]
        "XFMG\Entity\MediaField" => array:1 [
          0 => "SV\CustomFieldPerms\XFMG\Entity\MediaField"
        ]
        "XFMG\Entity\MediaItem" => array:1 [
          0 => "SV\CustomFieldPerms\XFMG\Entity\MediaItem"
        ]
        "XF\Admin\Controller\ThreadField" => array:1 [
          0 => "SV\CustomFieldPerms\XF\Admin\Controller\ThreadField"
        ]
        "XF\Admin\Controller\UserField" => array:1 [
          0 => "SV\CustomFieldPerms\XF\Admin\Controller\UserField"
        ]
        "XF\Entity\ThreadField" => array:1 [
          0 => "SV\CustomFieldPerms\XF\Entity\ThreadField"
        ]
        "XF\Entity\UserField" => array:1 [
          0 => "SV\CustomFieldPerms\XF\Entity\UserField"
        ]
        "XF\Entity\UserProfile" => array:2 [
          0 => "SV\CustomFieldPerms\XF\Entity\UserProfile"
          1 => "SV\SignupAbuseBlocking\XF\Entity\UserProfile"
        ]
        "SV\ReportImprovements\Entity\WarningLog" => array:1 [
          0 => "SV\WarningImprovements\SV\ReportImprovements\Entity\WarningLog"
        ]
        "SV\ReportImprovements\Service\WarningLog\Creator" => array:1 [
          0 => "SV\WarningImprovements\SV\ReportImprovements\Service\WarningLog\Creator"
        ]
        "XF\ControllerPlugin\Reaction" => array:1 [
          0 => "SV\WarningImprovements\XF\ControllerPlugin\Reaction"
        ]
        "XF\ControllerPlugin\Warn" => array:1 [
          0 => "SV\WarningImprovements\XF\ControllerPlugin\Warn"
        ]
        "XF\Entity\ConversationMaster" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\ConversationMaster"
        ]
        "XF\Entity\UserBan" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\UserBan"
        ]
        "XF\Entity\UserChangeTemp" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\UserChangeTemp"
        ]
        "XF\Entity\UserOption" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\UserOption"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\Warning"
        ]
        "XF\Entity\WarningAction" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\WarningAction"
        ]
        "XF\Entity\WarningDefinition" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\WarningDefinition"
        ]
        "XF\Pub\Controller\Warning" => array:1 [
          0 => "SV\WarningImprovements\XF\Pub\Controller\Warning"
        ]
        "XF\Pub\View\Member\WarnFill" => array:1 [
          0 => "SV\WarningImprovements\XF\Pub\View\Member\WarnFill"
        ]
        "XF\Reaction\Post" => array:1 [
          0 => "SV\WarningImprovements\XF\Reaction\Post"
        ]
        "XF\Reaction\ProfilePost" => array:1 [
          0 => "SV\WarningImprovements\XF\Reaction\ProfilePost"
        ]
        "XF\Reaction\ProfilePostComment" => array:1 [
          0 => "SV\WarningImprovements\XF\Reaction\ProfilePostComment"
        ]
        "XF\Repository\UserChangeTemp" => array:1 [
          0 => "SV\WarningImprovements\XF\Repository\UserChangeTemp"
        ]
        "XF\Repository\Warning" => array:1 [
          0 => "SV\WarningImprovements\XF\Repository\Warning"
        ]
        "XF\Service\User\Warn" => array:1 [
          0 => "SV\WarningImprovements\XF\Service\User\Warn"
        ]
        "XF\Service\User\WarningPointsChange" => array:1 [
          0 => "SV\WarningImprovements\XF\Service\User\WarningPointsChange"
        ]
        "XF\Service\User\Login" => array:2 [
          0 => "SV\PasswordTools\XF\Service\User\Login"
          1 => "SV\SignupAbuseBlocking\XF\Service\User\Login"
        ]
        "XF\Admin\Controller\Log" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Admin\Controller\Log"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\ApprovalQueue\User"
        ]
        "XF\BbCode\RuleSet" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\BbCode\RuleSet"
        ]
        "XF\ControllerPlugin\Login" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\ControllerPlugin\Login"
        ]
        "XF\Entity\Report" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Entity\Report"
        ]
        "XF\Repository\ApprovalQueue" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Repository\ApprovalQueue"
        ]
        "XF\Repository\Report" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Repository\Report"
        ]
        "XF\Service\User\EmailConfirmation" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Service\User\EmailConfirmation"
        ]
        "XF\Service\User\Merge" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Service\User\Merge"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Service\User\Registration"
        ]
        "XF\Spam\Checker\ProjectHoneyPot" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Spam\Checker\ProjectHoneyPot"
        ]
        "XF\Spam\Checker\StopForumSpam" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Spam\Checker\StopForumSpam"
        ]
        "XF\Spam\UserChecker" => array:1 [
          0 => "SV\SignupAbuseBlocking\XF\Spam\UserChecker"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Entity\ProfilePost" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ProfilePostComment" => array:1 [
          0 => "SV\WarningImprovements\XF\Entity\ProfilePostComment"
        ]
        "XF\Admin\Controller\Warning" => array:1 [
          0 => "SV\WarningImprovements\XF\Admin\Controller\Warning"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "SV\WarningImprovements\XF\Repository\Conversation"
        ]
      ]
      #extensionMap: array:72 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\Mvc\Router" => "SV\StandardLib\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "SV\SignupAbuseBlocking\Repository\LinkBuilder" => "SV\SignupAbuseBlocking\Repository\LinkBuilder"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Data\Search" => "XF\Data\Search"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\SubContainer\BbCode" => "XF\SubContainer\BbCode"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Repository\User" => "Pricescope\Core\XF\Repository\User"
        "XF\Entity\User" => "SV\SignupAbuseBlocking\XF\Entity\User"
        "XF\Entity\UserAuth" => "SV\PasswordTools\XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "SV\WarningImprovements\XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "SV\SignupAbuseBlocking\XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Pub\Controller\Thread" => "XFMG\XF\Pub\Controller\Thread"
        "XF\Entity\Thread" => "SV\CustomFieldPerms\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XFES\Entity\ThreadSimilar" => "XFES\Entity\ThreadSimilar"
        "XF\Entity\Forum" => "XFMG\XF\Entity\Forum"
        "XF\Entity\Node" => "XF\Entity\Node"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\ControllerPlugin\Node" => "XF\ControllerPlugin\Node"
        "XF\ThreadType\Discussion" => "XF\ThreadType\Discussion"
        "XF\Repository\Thread" => "XFES\XF\Repository\Thread"
        "XF\ControllerPlugin\Thread" => "XF\ControllerPlugin\Thread"
        "XF\Str\Formatter" => "XF\Str\Formatter"
        "XF\Repository\Post" => "XF\Repository\Post"
        "XF\Entity\Post" => "SV\WarningImprovements\XF\Entity\Post"
        "XF\Finder\Post" => "XF\Finder\Post"
        "XF\Entity\PermissionCombination" => "XF\Entity\PermissionCombination"
        "XF\Repository\Attachment" => "Pricescope\Attachments\XF\Repository\Attachment"
        "XF\Entity\Attachment" => "XFMG\XF\Entity\Attachment"
        "XF\Finder\Attachment" => "XF\Finder\Attachment"
        "XF\Entity\AttachmentData" => "XFMG\XF\Entity\AttachmentData"
        "XFMG\Entity\MediaItem" => "SV\CustomFieldPerms\XFMG\Entity\MediaItem"
        "XFMG\Entity\Category" => "XFMG\Entity\Category"
        "XFMG\Repository\Category" => "XFMG\Repository\Category"
        "XFMG\Repository\Media" => "XFMG\Repository\Media"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XF\Repository\Unfurl" => "XF\Repository\Unfurl"
        "XF\Repository\UserAlert" => "XF\Repository\UserAlert"
        "XF\Repository\ThreadType" => "XF\Repository\ThreadType"
        "XF\ForumType\Discussion" => "XFRM\XF\ForumType\Discussion"
        "XF\ThreadType\Poll" => "XF\ThreadType\Poll"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "SV\WarningImprovements\XF\Template\Templater"
        "XF\DevelopmentOutput" => "XF\DevelopmentOutput"
        "XF\DevelopmentOutput\Template" => "XF\DevelopmentOutput\Template"
        "XF\SubContainer\Widget" => "XF\SubContainer\Widget"
        "XFMG\Template\TemplaterSetup" => "XFMG\Template\TemplaterSetup"
        "XFRM\Template\TemplaterSetup" => "XFRM\Template\TemplaterSetup"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\SimpleCache" => "XF\SimpleCache"
        "SV\BrowserDetection\MobileDetect" => "SV\BrowserDetection\MobileDetect"
        "SV\BrowserDetection\MobileDetectCache" => "SV\BrowserDetection\MobileDetectCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Thread\View" => "XF\Pub\View\Thread\View"
        "Pricescope\Nofollow\Entity\NofollowKeywords" => "Pricescope\Nofollow\Entity\NofollowKeywords"
        "Pricescope\Nofollow\Finder\NofollowKeywords" => "Pricescope\Nofollow\Finder\NofollowKeywords"
        "Pricescope\QuickModTools\Entity\NofollowThreads" => "Pricescope\QuickModTools\Entity\NofollowThreads"
        "Pricescope\QuickModTools\Finder\NofollowThreads" => "Pricescope\QuickModTools\Finder\NofollowThreads"
        "Pricescope\FeaturedTopics\Entity\FeaturedThreads" => "Pricescope\FeaturedTopics\Entity\FeaturedThreads"
        "Pricescope\FeaturedTopics\Finder\FeaturedThreads" => "Pricescope\FeaturedTopics\Finder\FeaturedThreads"
        "XF\Debugger" => "XF\Debugger"
      ]
      #inverseExtensionMap: array:72 [
        "SV\StandardLib\XF\AddOn\Manager" => "XF\AddOn\Manager"
        "SV\StandardLib\XF\Mvc\Router" => "XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "SV\StandardLib\XF\InputFilterer" => "XF\InputFilterer"
        "SV\SignupAbuseBlocking\Repository\LinkBuilder" => "SV\SignupAbuseBlocking\Repository\LinkBuilder"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Data\Search" => "XF\Data\Search"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\SubContainer\BbCode" => "XF\SubContainer\BbCode"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "Pricescope\Core\XF\Repository\User" => "XF\Repository\User"
        "SV\SignupAbuseBlocking\XF\Entity\User" => "XF\Entity\User"
        "SV\PasswordTools\XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "SV\WarningImprovements\XF\Entity\UserOption" => "XF\Entity\UserOption"
        "SV\SignupAbuseBlocking\XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XFMG\XF\Pub\Controller\Thread" => "XF\Pub\Controller\Thread"
        "SV\CustomFieldPerms\XF\Entity\Thread" => "XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XFES\Entity\ThreadSimilar" => "XFES\Entity\ThreadSimilar"
        "XFMG\XF\Entity\Forum" => "XF\Entity\Forum"
        "XF\Entity\Node" => "XF\Entity\Node"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\ControllerPlugin\Node" => "XF\ControllerPlugin\Node"
        "XF\ThreadType\Discussion" => "XF\ThreadType\Discussion"
        "XFES\XF\Repository\Thread" => "XF\Repository\Thread"
        "XF\ControllerPlugin\Thread" => "XF\ControllerPlugin\Thread"
        "XF\Str\Formatter" => "XF\Str\Formatter"
        "XF\Repository\Post" => "XF\Repository\Post"
        "SV\WarningImprovements\XF\Entity\Post" => "XF\Entity\Post"
        "XF\Finder\Post" => "XF\Finder\Post"
        "XF\Entity\PermissionCombination" => "XF\Entity\PermissionCombination"
        "Pricescope\Attachments\XF\Repository\Attachment" => "XF\Repository\Attachment"
        "XFMG\XF\Entity\Attachment" => "XF\Entity\Attachment"
        "XF\Finder\Attachment" => "XF\Finder\Attachment"
        "XFMG\XF\Entity\AttachmentData" => "XF\Entity\AttachmentData"
        "SV\CustomFieldPerms\XFMG\Entity\MediaItem" => "XFMG\Entity\MediaItem"
        "XFMG\Entity\Category" => "XFMG\Entity\Category"
        "XFMG\Repository\Category" => "XFMG\Repository\Category"
        "XFMG\Repository\Media" => "XFMG\Repository\Media"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XF\Repository\Unfurl" => "XF\Repository\Unfurl"
        "XF\Repository\UserAlert" => "XF\Repository\UserAlert"
        "XF\Repository\ThreadType" => "XF\Repository\ThreadType"
        "XFRM\XF\ForumType\Discussion" => "XF\ForumType\Discussion"
        "XF\ThreadType\Poll" => "XF\ThreadType\Poll"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XF\Style" => "XF\Style"
        "SV\WarningImprovements\XF\Template\Templater" => "XF\Template\Templater"
        "XF\DevelopmentOutput" => "XF\DevelopmentOutput"
        "XF\DevelopmentOutput\Template" => "XF\DevelopmentOutput\Template"
        "XF\SubContainer\Widget" => "XF\SubContainer\Widget"
        "XFMG\Template\TemplaterSetup" => "XFMG\Template\TemplaterSetup"
        "XFRM\Template\TemplaterSetup" => "XFRM\Template\TemplaterSetup"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\SimpleCache" => "XF\SimpleCache"
        "SV\BrowserDetection\MobileDetect" => "SV\BrowserDetection\MobileDetect"
        "SV\BrowserDetection\MobileDetectCache" => "SV\BrowserDetection\MobileDetectCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Thread\View" => "XF\Pub\View\Thread\View"
        "Pricescope\Nofollow\Entity\NofollowKeywords" => "Pricescope\Nofollow\Entity\NofollowKeywords"
        "Pricescope\Nofollow\Finder\NofollowKeywords" => "Pricescope\Nofollow\Finder\NofollowKeywords"
        "Pricescope\QuickModTools\Entity\NofollowThreads" => "Pricescope\QuickModTools\Entity\NofollowThreads"
        "Pricescope\QuickModTools\Finder\NofollowThreads" => "Pricescope\QuickModTools\Finder\NofollowThreads"
        "Pricescope\FeaturedTopics\Entity\FeaturedThreads" => "Pricescope\FeaturedTopics\Entity\FeaturedThreads"
        "Pricescope\FeaturedTopics\Finder\FeaturedThreads" => "Pricescope\FeaturedTopics\Finder\FeaturedThreads"
        "XF\Debugger" => "XF\Debugger"
      ]
    }
    #entityClassNameMap: array:19 [
      "XF:User" => "SV\SignupAbuseBlocking\XF\Entity\User"
      "XF:UserAuth" => "SV\PasswordTools\XF\Entity\UserAuth"
      "XF:UserOption" => "SV\WarningImprovements\XF\Entity\UserOption"
      "XF:UserProfile" => "SV\SignupAbuseBlocking\XF\Entity\UserProfile"
      "XF:UserPrivacy" => "XF\Entity\UserPrivacy"
      "XF:Thread" => "SV\CustomFieldPerms\XF\Entity\Thread"
      "XFES:ThreadSimilar" => "XFES\Entity\ThreadSimilar"
      "XF:Forum" => "XFMG\XF\Entity\Forum"
      "XF:Node" => "XF\Entity\Node"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "XF:Post" => "SV\WarningImprovements\XF\Entity\Post"
      "XF:PermissionCombination" => "XF\Entity\PermissionCombination"
      "XF:Attachment" => "XFMG\XF\Entity\Attachment"
      "XF:AttachmentData" => "XFMG\XF\Entity\AttachmentData"
      "XFMG:MediaItem" => "SV\CustomFieldPerms\XFMG\Entity\MediaItem"
      "XFMG:Category" => "XFMG\Entity\Category"
      "Pricescope\Nofollow:NofollowKeywords" => "Pricescope\Nofollow\Entity\NofollowKeywords"
      "Pricescope\QuickModTools:NofollowThreads" => "Pricescope\QuickModTools\Entity\NofollowThreads"
      "Pricescope\FeaturedTopics:FeaturedThreads" => "Pricescope\FeaturedTopics\Entity\FeaturedThreads"
    ]
    #entities: array:13 [
      "SV\PasswordTools\XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#275
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#274
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:4 [ …4]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: array:5 [ …5]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 1
          #rootClass: "XF\Entity\UserAuth"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #svZxcvbnMaxPasswordLength: 256
        }
      ]
      "SV\WarningImprovements\XF\Entity\UserOption" => array:15 [
        0 => UserOption {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:14 [ …14]
            +relations: array:3 [ …3]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 2
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:2 [ …2]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        40271 => UserOption {#442
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 13
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        35598 => UserOption {#446
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        40580 => UserOption {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 23
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        40826 => UserOption {#457
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 33
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        44528 => UserOption {#462
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 38
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37020 => UserOption {#467
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 43
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        24528 => UserOption {#472
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 48
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        39185 => UserOption {#478
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 58
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        41833 => UserOption {#483
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 63
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        42370 => UserOption {#492
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 88
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38505 => UserOption {#497
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 93
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        34360 => UserOption {#502
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 98
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43643 => UserOption {#507
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 103
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43446 => UserOption {#514
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 118
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\SignupAbuseBlocking\XF\Entity\UserProfile" => array:15 [
        0 => UserProfile {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:18 [ …18]
            +relations: array:2 [ …2]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:2 [ …2]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 3
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        40271 => UserProfile {#441
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 12
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        35598 => UserProfile {#445
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 17
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        40580 => UserProfile {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        40826 => UserProfile {#456
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 32
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        44528 => UserProfile {#461
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 37
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        37020 => UserProfile {#466
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        24528 => UserProfile {#471
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 47
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        39185 => UserProfile {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 57
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        41833 => UserProfile {#482
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        42370 => UserProfile {#491
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 87
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        38505 => UserProfile {#496
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 92
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        34360 => UserProfile {#501
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 97
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        43643 => UserProfile {#506
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 102
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        43446 => UserProfile {#513
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 117
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
      ]
      "XF\Entity\UserPrivacy" => array:15 [
        0 => UserPrivacy {#281
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:6 [ …6]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 4
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        40271 => UserPrivacy {#416
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 11
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        35598 => UserPrivacy {#444
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        40580 => UserPrivacy {#449
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 21
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        40826 => UserPrivacy {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 31
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        44528 => UserPrivacy {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37020 => UserPrivacy {#465
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 41
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        24528 => UserPrivacy {#470
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        39185 => UserPrivacy {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        41833 => UserPrivacy {#481
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 61
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        42370 => UserPrivacy {#490
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 86
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38505 => UserPrivacy {#495
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 91
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        34360 => UserPrivacy {#500
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 96
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43643 => UserPrivacy {#505
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 101
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43446 => UserPrivacy {#512
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 116
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\SignupAbuseBlocking\XF\Entity\User" => array:14 [
        40271 => User {#433
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:46 [ …46]
            +relations: array:16 [ …16]
            +getters: array:15 [ …15]
            +defaultWith: []
            +options: array:9 [ …9]
            +behaviors: array:1 [ …1]
            +columnAliases: array:1 [ …1]
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        35598 => User {#447
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 19
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        40580 => User {#452
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        40826 => User {#458
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 34
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        44528 => User {#463
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 39
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37020 => User {#468
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        24528 => User {#473
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 49
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        39185 => User {#479
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 59
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        41833 => User {#484
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 64
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        42370 => User {#493
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 89
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38505 => User {#498
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 94
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        34360 => User {#503
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 99
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43643 => User {#508
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 104
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43446 => User {#515
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 119
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\Node" => array:1 [
        6 => Node {#307
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 6
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XFMG\XF\Entity\Forum" => array:1 [
        6 => Forum {#435
          #_getterCache: array:2 [ …2]
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#302
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:30 [ …30]
            +relations: array:8 [ …8]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: []
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:30 [ …30]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XFES\Entity\ThreadSimilar" => array:1 [
        139173 => ThreadSimilar {#434
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#301
            +shortName: "XFES:ThreadSimilar"
            +contentType: null
            +table: "xf_es_thread_similar"
            +primaryKey: "thread_id"
            +columns: array:4 [ …4]
            +relations: []
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 8
          #rootClass: "XFES\Entity\ThreadSimilar"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:4 [ …4]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\CustomFieldPerms\XF\Entity\Thread" => array:1 [
        139173 => Thread {#432
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#293
            +shortName: "XF:Thread"
            +contentType: "thread"
            +table: "xf_thread"
            +primaryKey: "thread_id"
            +columns: array:28 [ …28]
            +relations: array:20 [ …20]
            +getters: array:8 [ …8]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:7 [ …7]
            +columnAliases: array:1 [ …1]
            +withAliases: array:3 [ …3]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:28 [ …28]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:ThreadField"
          #customFieldContainerKey: "customFields.threads"
        }
      ]
      "SV\WarningImprovements\XF\Entity\Post" => array:22 [
        136533 => Post {#443
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426
            +shortName: "XF:Post"
            +contentType: "post"
            +table: "xf_post"
            +primaryKey: "post_id"
            +columns: array:22 [ …22]
            +relations: array:8 [ …8]
            +getters: array:7 [ …7]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:4 [ …4]
            +columnAliases: array:2 [ …2]
            +withAliases: array:2 [ …2]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 15
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        2497815 => Post {#448
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 20
           …15
        }
        2497833 => Post {#453 …20}
        2497867 => Post {#454 …20}
        2497946 => Post {#459 …20}
        2497989 => Post {#464 …20}
        2498006 => Post {#469 …20}
        2498036 => Post {#474 …20}
        2498063 => Post {#475 …20}
        2498274 => Post {#480 …20}
        2498292 => Post {#485 …20}
        2498311 => Post {#486 …20}
        2498379 => Post {#487 …20}
        2498448 => Post {#488 …20}
        2498473 => Post {#489 …20}
        2498711 => Post {#494 …20}
        2498737 => Post {#499 …20}
        2498921 => Post {#504 …20}
        2498949 => Post {#509 …20}
        2498960 => Post {#510 …20}
        2499039 => Post {#511 …20}
        2499106 => Post {#516 …20}
      ]
      "XFMG\XF\Entity\AttachmentData" => array:1 [
        231735 => AttachmentData {#340
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329
            +shortName: "XF:AttachmentData"
            +contentType: null
            +table: "xf_attachment_data"
            +primaryKey: "data_id"
            +columns: array:13 [ …13]
            +relations: array:2 [ …2]
            +getters: array:6 [ …6]
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 123
          #rootClass: "XF\Entity\AttachmentData"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:13 [
            "data_id" => 231735
            "user_id" => 40271
            "upload_date" => 1269368772
            "filename" => "BridalCanvasDotCom_6022.jpg"
            "file_size" => 56702
            "file_hash" => "e20c6723b8aa08c67d62a4d35dfb74b1"
            "file_path" => ""
            "width" => 757
            "height" => 499
            "thumbnail_width" => 300
            "thumbnail_height" => 197
            "attach_count" => 1
            "xfmg_mirror_media_id" => 0
          ]
          #_relations: array:1 [
            "XfmgMirrorMedia" => null
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XFMG\XF\Entity\Attachment" => array:1 [
        239342 => Attachment {#530}
      ]
      "Pricescope\Nofollow\Entity\NofollowKeywords" => array:19 [
        14 => NofollowKeywords {#385 …20}
        15 => NofollowKeywords {#379 …20}
        16 => NofollowKeywords {#378 …20}
        17 => NofollowKeywords {#377 …20}
        18 => NofollowKeywords {#376 …20}
        19 => NofollowKeywords {#375 …20}
        20 => NofollowKeywords {#374 …20}
        22 => NofollowKeywords {#373 …20}
        23 => NofollowKeywords {#372 …20}
        24 => NofollowKeywords {#371 …20}
        31 => NofollowKeywords {#370 …20}
        35 => NofollowKeywords {#369 …20}
        37 => NofollowKeywords {#368 …20}
        38 => NofollowKeywords {#367 …20}
        67 => NofollowKeywords {#366 …20}
        74 => NofollowKeywords {#365 …20}
        81 => NofollowKeywords {#364 …20}
        85 => NofollowKeywords {#363 …20}
        97 => NofollowKeywords {#362 …20}
      ]
    ]
    #structures: array:19 [
      "SV\SignupAbuseBlocking\XF\Entity\User" => Structure {#273}
      "SV\PasswordTools\XF\Entity\UserAuth" => Structure {#274}
      "SV\WarningImprovements\XF\Entity\UserOption" => Structure {#276}
      "SV\SignupAbuseBlocking\XF\Entity\UserProfile" => Structure {#278}
      "XF\Entity\UserPrivacy" => Structure {#280}
      "SV\CustomFieldPerms\XF\Entity\Thread" => Structure {#293}
      "XFES\Entity\ThreadSimilar" => Structure {#301}
      "XFMG\XF\Entity\Forum" => Structure {#302}
      "XF\Entity\Node" => Structure {#304}
      "XF\Entity\PermissionCacheContent" => Structure {#306
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "SV\WarningImprovements\XF\Entity\Post" => Structure {#426}
      "XF\Entity\PermissionCombination" => Structure {#419
        +shortName: "XF:PermissionCombination"
        +contentType: null
        +table: "xf_permission_combination"
        +primaryKey: "permission_combination_id"
        +columns: array:4 [ …4]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XFMG\XF\Entity\Attachment" => Structure {#440}
      "XFMG\XF\Entity\AttachmentData" => Structure {#329}
      "SV\CustomFieldPerms\XFMG\Entity\MediaItem" => Structure {#330
        +shortName: "XFMG:MediaItem"
        +contentType: "xfmg_media"
        +table: "xf_mg_media_item"
        +primaryKey: "media_id"
        +columns: array:39 [ …39]
        +relations: array:15 [ …15]
        +getters: array:20 [ …20]
        +defaultWith: array:5 [ …5]
        +options: array:1 [ …1]
        +behaviors: array:7 [ …7]
        +columnAliases: array:2 [ …2]
        +withAliases: array:1 [ …1]
      }
      "XFMG\Entity\Category" => Structure {#337
        +shortName: "XFMG:Category"
        +contentType: "xfmg_category"
        +table: "xf_mg_category"
        +primaryKey: "category_id"
        +columns: array:17 [ …17]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: array:1 [ …1]
      }
      "Pricescope\Nofollow\Entity\NofollowKeywords" => Structure {#393
        +shortName: "Pricescope\Nofollow:NofollowKeywords"
        +contentType: null
        +table: "xf_nofollow"
        +primaryKey: "nofollow_id"
        +columns: array:5 [ …5]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "Pricescope\QuickModTools\Entity\NofollowThreads" => Structure {#391
        +shortName: "Pricescope\QuickModTools:NofollowThreads"
        +contentType: null
        +table: "xf_nofollow_threads"
        +primaryKey: "nofollow_id"
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "Pricescope\FeaturedTopics\Entity\FeaturedThreads" => Structure {#389
        +shortName: "Pricescope\FeaturedTopics:FeaturedThreads"
        +contentType: null
        +table: "xf_featured_topics"
        +primaryKey: "id"
        +columns: array:8 [ …8]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:13 [
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#247
        #em: Manager {#245}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "SV\SignupAbuseBlocking:LinkBuilder" => LinkBuilder {#252
        #em: Manager {#245}
        #identifier: "SV\SignupAbuseBlocking:LinkBuilder"
        #init: true
        #previousCallbacks: []
      }
      "XF:Payment" => Payment {#271
        #em: Manager {#245}
        #identifier: "XF:Payment"
      }
      "XF:User" => User {#272
        #em: Manager {#245}
        #identifier: "XF:User"
      }
      "XF:Thread" => Thread {#431
        #em: Manager {#245}
        #identifier: "XF:Thread"
      }
      "XF:Post" => Post {#429
        #em: Manager {#245}
        #identifier: "XF:Post"
      }
      "XF:Attachment" => Attachment {#418
        #em: Manager {#245}
        #identifier: "XF:Attachment"
      }
      "XFMG:Category" => Category {#338
        #em: Manager {#245}
        #identifier: "XFMG:Category"
      }
      "XFMG:Media" => Media {#341
        #em: Manager {#245}
        #identifier: "XFMG:Media"
      }
      "XF:Unfurl" => Unfurl {#531
        #em: Manager {#245}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#327
        #em: Manager {#245}
        #identifier: "XF:UserAlert"
      }
      "XF:ThreadType" => ThreadType {#527
        #em: Manager {#245}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#529
        #em: Manager {#245}
        #identifier: "XF:SessionActivity"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 124
  #rootClass: "XF\Entity\Attachment"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:11 [
    "attachment_id" => 239342
    "data_id" => 231735
    "content_type" => "post"
    "content_id" => 136533
    "attach_date" => 1269368772
    "temp_hash" => ""
    "unassociated" => 0
    "view_count" => 170
    "favorites__conflict" => 0
    "favorites" => 0
    "xfmg_is_mirror_handler" => 0
  ]
  #_relations: array:1 [
    "Data" => AttachmentData {#340}
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Status
Not open for further replies. Please create a new topic or request for this thread to be opened.

shertz1981

Shiny_Rock
Joined
Aug 3, 2009
Messages
478
I am a board hog this week, sorry!

So, some back story: without going into too much detail, there may be some employment upheaval at the end of the year (wedding is in August). My company is moving to the other side of the country, and FI is in politics, a field that turns over every two years. So we need to make some hard decisions, and nothing''s been decided yet.

This is not the greatest time to be splurging on anything, but we need to get wedding rings.

I was lucky enough to get the *exact* engagement ring I wanted (1 ct amazing solitaire from BGD) and at the time, FI and I agreed that we should at least get my wedding band from him, as it would match my ring the best. That said, I always wanted a wedding band with diamonds, like a 3/4 carat eternity. Or a cool band with alternating shapes.

But the way things are going ... maybe I should get a plain band? The $$ saved would feed our cats for a year.

But ... you know. It''s my wedding band.

So, I attached a canvas, with my ring in the middle and the bands I''m considering (I swiped a pic of the Grace setting with its matching plain band, as there''s no pic of the solitaire type I have online, and this is as close to a "matched set" as I could find.

If there were no $ considerations, which band would you pick?

Since there are $ considerations, would you pick differently? The 3/4 eternity is the most $, then the alternating shapes band with all diamonds, then the micropave, then the plain.

Thanks for listening.
1.gif


BridalCanvasDotCom_6022.jpg
 

lucyandroger

Brilliant_Rock
Joined
Dec 12, 2008
Messages
1,557
My advice is to get the plain band and plan on a diamond anniversary band in the future.

If you had your heart set on one certain diamond band, then I might advise that you go ahead and get that one...BUT since you are still exploring options, I think you should take the financially responsible route and continue to think about which diamond band you like best.

ETA - My favorites are the plain band and the 3/4 Dream eternity.
 

lilyfoot

Brilliant_Rock
Joined
Aug 19, 2009
Messages
1,955
Date: 3/23/2010 11:26:08 AM
Author:shertz1981
I am a board hog this week, sorry!

So, some back story: without going into too much detail, there may be some employment upheaval at the end of the year (wedding is in August). My company is moving to the other side of the country, and FI is in politics, a field that turns over every two years. So we need to make some hard decisions, and nothing''s been decided yet.

This is not the greatest time to be splurging on anything, but we need to get wedding rings.

I was lucky enough to get the *exact* engagement ring I wanted (1 ct amazing solitaire from BGD) and at the time, FI and I agreed that we should at least get my wedding band from him, as it would match my ring the best. That said, I always wanted a wedding band with diamonds, like a 3/4 carat eternity. Or a cool band with alternating shapes.

But the way things are going ... maybe I should get a plain band? The $$ saved would feed our cats for a year.

But ... you know. It''s my wedding band.

So, I attached a canvas, with my ring in the middle and the bands I''m considering (I swiped a pic of the Grace setting with its matching plain band, as there''s no pic of the solitaire type I have online, and this is as close to a ''matched set'' as I could find.

If there were no $ considerations, which band would you pick?

Since there are $ considerations, would you pick differently? The 3/4 eternity is the most $, then the alternating shapes band with all diamonds, then the micropave, then the plain.

Thanks for listening.
1.gif
Hi shertz
1.gif
I know it''s your wedding band, and you''ve always wanted a diamond band. I am sure as PSers, everyone can sympathize with that.

However, getting married means having to take your family as a whole into consideration with each decision that you make (at least IMO). A plain band is obviously the most responsible choice to make at this point in time. You and your FI/DH will have the rest of your lives together, which is plenty of time for a blingin'' band
9.gif
.

I have a special place in my heart for plain wedding bands, and I think everybody should have one, so that is what I would pick.
 

shertz1981

Shiny_Rock
Joined
Aug 3, 2009
Messages
478
Urgh, I know I should be responsible. And FI doesn't even know I'm hedging -- I was like, "Of course we need to do what's reasonable." God bless message boards and the Internetz.

I'm being demanding enough, anyway, to want a plain band from them. But I really would like it to match my engagement ring.
 

TooPatient

Ideal_Rock
Premium
Joined
Sep 1, 2009
Messages
9,984
Date: 3/23/2010 12:04:28 PM
Author: shertz1981
Urgh, I know I should be responsible. And FI doesn''t even know I''m hedging -- I was like, ''Of course we need to do what''s reasonable.'' God bless message boards and the Internetz.

I''m being demanding enough, anyway, to want a plain band from them. But I really would like it to match my engagement ring.
Don''t feel bad. They should be glad you are getting your wedding band through them too.

I like the idea of getting a plain band now and then the 3/4 eternity for an anniversary. Plain bands are so classic and beautiful.

Besides -- if the diamond band is for an anniversary, you can wear it on RH or LH, leave it off, alternate it and another diamond band, stack it with whatever......
Maybe start a tradition that you get a new diamond band every ___ years for your anniversary.....
 

RaiKai

Brilliant_Rock
Joined
Mar 8, 2010
Messages
1,255
I would probably go with the plain band. A plain band is so classic, and something that you will be able to wear even when you need to be incredibly practical whether you have a fancier wedding band at the time or not (i.e. digging up carrots from the garden, or changing diapers, or something ;)). And believe me, it will really make your diamond POP this way!

I really do prefer simpler bands over shared prong/pave ones so I may be a little biased...but I don''t know, I think the plain band will look beautiful and as someone else pointed out, if you are getting married this will be the first of many financial decisions you need to make together as a team :) And even a BGD plain band will be fantastic!

Then, down the road, when financial circumstances change, you can get something a little more elaborate and fancier to mix and match with, or as future anniversary/birthday/other holiday gift.

And you never know when finances can change. I recently found out I was getting a sizable tax refund back, so am able to upgrade my ring set with it and still have a little left over. I never had an e-ring due to budget constraints for us both, but have wanted to have a "e-ring" and a matching band the last while. Really that refund could go towards my student loans, but my husband really encouraged me to get the ring(s) I would love to wear with the refund instead (twist my arm!). And still, I am making it with finances in mind, and getting a created sapphire stone instead of a genuine one for now, so that I am not spending more money than what I am getting as my refund.
 

princessplease

Ideal_Rock
Joined
Feb 20, 2009
Messages
5,496
I think a plain band would be best if there are some financial issues that have a strong possibility of arising down the road. I love the idea of a diamond band for an anniversary present though, when finances are more stable.
 

fleur-de-lis

Brilliant_Rock
Joined
Apr 25, 2007
Messages
1,343
Date: 3/23/2010 11:26:08 AM
Author:shertz1981


I was lucky enough to get the *exact* engagement ring I wanted (1 ct amazing solitaire from BGD) and at the time, FI and I agreed that we should at least get my wedding band from him, as it would match my ring the best. That said, I always wanted a wedding band with diamonds, like a 3/4 carat eternity. Or a cool band with alternating shapes.


But the way things are going ... maybe I should get a plain band? The $$ saved would feed our cats for a year.


But ... you know. It''s my wedding band.


If there were no $ considerations, which band would you pick?

1.gif

Hi Shertz. I get where you''re coming from and I imagine I''d entertain similar thoughts myself in your shoes, but this isn''t a cool pair of shoes you''ll wear intermittently over a year or two before donating them to Goodwill, this is (a) something you''ll wear every day, (b) for decades, (c) will only get one shot at, of which you''ve (d) said you''ve ALWAYS --not just since coming across Pricescope a few months back-- wanted a blingy band.

For those reasons, I think it''s prudent and reasonable to rule out the plain band. The cats will still get food, my dear, you''ll find a way.
2.gif





As for the rest, which is the least expensive one which still puts a smile on your face? And just how much bigger is the smile for the ultimate ring... or, in fact, is it surprising you to discover that the "dream ring" no longer puts a smile on your face because it in reality worries you financially?
 

shertz1981

Shiny_Rock
Joined
Aug 3, 2009
Messages
478
Thanks, everyone, for being so understanding. I''m not beating myself up quite as badly as I was this morning. I''m sure the financial sitch will turn out to be a lot of worry for nothing, but you just never know. Ounce of prevention, etc.

The man > the band, so I want this to be stress free for him as possible.
 

LilyKat

Brilliant_Rock
Joined
Jun 8, 2009
Messages
835
I'm going through exactly the same "plain or diamond" decision at the moment. I've come down on the side of "plain", as (even when completely ignoring the cost), I really think it just looks better with my solitaire. In your photos, I also think the plain band looks the best. As others have said, you can always get a diamond band later on.

I would go and try them on (or something similar) with your ring, and ask yourself what you really love best. You might be surprised.
 

ArtistJess

Shiny_Rock
Joined
Oct 28, 2009
Messages
486
Based on looks alone, I have to say I really favor the 3/4 eternity ring.. but that said, ALL of those rings are pretty :)
 

shertz1981

Shiny_Rock
Joined
Aug 3, 2009
Messages
478
Date: 3/23/2010 3:11:26 PM
Author: LilyKat
I''m going through exactly the same ''plain or diamond'' decision at the moment. I''ve come down on the side of ''plain'', as (even when completely ignoring the cost), I really think it just looks better with my solitaire. In your photos, I also think the plain band looks the best. As others have said, you can always get a diamond band later on.


I would go and try them on (or something similar) with your ring, and ask yourself what you really love best. You might be surprised.

I did this! I really liked everything though. Maybe I should get four wedding bands and switch them off and on
31.gif
 

lilyfoot

Brilliant_Rock
Joined
Aug 19, 2009
Messages
1,955
Date: 3/23/2010 3:27:00 PM
Author: shertz1981

Date: 3/23/2010 3:11:26 PM
Author: LilyKat
I''m going through exactly the same ''plain or diamond'' decision at the moment. I''ve come down on the side of ''plain'', as (even when completely ignoring the cost), I really think it just looks better with my solitaire. In your photos, I also think the plain band looks the best. As others have said, you can always get a diamond band later on.


I would go and try them on (or something similar) with your ring, and ask yourself what you really love best. You might be surprised.

I did this! I really liked everything though. Maybe I should get four wedding bands and switch them off and on
31.gif
Now this is bad! Have you been hitting the Sangria again?!
41.gif
 

LilyKat

Brilliant_Rock
Joined
Jun 8, 2009
Messages
835
Date: 3/23/2010 3:27:00 PM
Author: shertz1981
Date: 3/23/2010 3:11:26 PM

Author: LilyKat

I''m going through exactly the same ''plain or diamond'' decision at the moment. I''ve come down on the side of ''plain'', as (even when completely ignoring the cost), I really think it just looks better with my solitaire. In your photos, I also think the plain band looks the best. As others have said, you can always get a diamond band later on.



I would go and try them on (or something similar) with your ring, and ask yourself what you really love best. You might be surprised.


I did this! I really liked everything though. Maybe I should get four wedding bands and switch them off and on
31.gif

Oh, now that''s just greedy.

But also a darn good idea
11.gif
 

shertz1981

Shiny_Rock
Joined
Aug 3, 2009
Messages
478
Hee hee hee ... oh, would my fiance''s face be priceless.

Hmm, April Fool''s Day is just around the corner ...
 

CasaBlanca

Shiny_Rock
Joined
Nov 24, 2009
Messages
461
Sweetie, go plain.

You are going to need a 1 year (or 2 - 5th year anniversary gift.) Woo hoo look what you got to look forward to, girlfriend!

Having a plain on one side of the stunning solitaire (which to me IS THE CREAM OF THE CROP)is going to look so great...and it will make you appreciate your diamond eternity (later that is to come) even more! Then you can wear 3 stacked!

Frankly I love the plain band''s elegance with the solitaire.

35.gif
 

Lilac

Brilliant_Rock
Joined
May 4, 2009
Messages
1,926
Get the plain now and save up for an even *bigger* 3/4 eternity for a future anniversary
31.gif
 

missjaxon

Brilliant_Rock
Joined
Oct 11, 2008
Messages
591
I agree with the others. I am in the same situation and am planning now on getting a plain band for the time being and then upgrading at an anniversary or another time when we can afford it. And for what it is worth I really think your engagement ring looks sharp with the plain band. You have a Gorgeous ring!
30.gif
It is a show stopper by itself.
1.gif
 

beadchick

Shiny_Rock
Joined
Jan 26, 2010
Messages
202
Shertz, I think there are many of us in your same situation. I went with a diamond band because I also have a solitaire and its a lot of metal and I wanted something different. I justified the diamond over metal because it is the one ring I will wear forever. I wanted a pave eternity, but the thing about eternities is, they aren''t all that comfy if you have sensitive skin. Plus, I just wasn''t a fan of how the pave looked with my asscher.

I ended up going with a 0.7 carat, 6 stone band. I liked this idea b/c there would be no diamonds dripping down the side and irritating my fingers, AND, it gave me some bling for when I didn''t want to wear my e-ring. I mean, really, why do you need the diamonds on the palm of your hand where no one can see them? Plus, you can''t re-size an eternity.

If I were you, I''d contact BGD and find out about the u-prong that you like (the 3/4 eternity) as a 7 stone band. I mean, really, you only need the stones across the top, plus it will bring the cost down. And, you will have more versatility because you can wear it alone. If you want to upgrade and add more diamonds later, you can. I think it would be win-win.

If not that, I''m not sure what I''d do. Solid band, I think. I don''t know that the alternating band metal will be shiny enough to go with the metal band, and I think a domed pave will go better than the flat edge pave.
 

shertz1981

Shiny_Rock
Joined
Aug 3, 2009
Messages
478
Date: 3/23/2010 8:22:56 PM
Author: beadchick
Shertz, I think there are many of us in your same situation. I went with a diamond band because I also have a solitaire and its a lot of metal and I wanted something different. I justified the diamond over metal because it is the one ring I will wear forever. I wanted a pave eternity, but the thing about eternities is, they aren''t all that comfy if you have sensitive skin. Plus, I just wasn''t a fan of how the pave looked with my asscher.


I ended up going with a 0.7 carat, 6 stone band. I liked this idea b/c there would be no diamonds dripping down the side and irritating my fingers, AND, it gave me some bling for when I didn''t want to wear my e-ring. I mean, really, why do you need the diamonds on the palm of your hand where no one can see them? Plus, you can''t re-size an eternity.


If I were you, I''d contact BGD and find out about the u-prong that you like (the 3/4 eternity) as a 7 stone band. I mean, really, you only need the stones across the top, plus it will bring the cost down. And, you will have more versatility because you can wear it alone. If you want to upgrade and add more diamonds later, you can. I think it would be win-win.


If not that, I''m not sure what I''d do. Solid band, I think. I don''t know that the alternating band metal will be shiny enough to go with the metal band, and I think a domed pave will go better than the flat edge pave.

Ooh, interesting. I never even thought about a 7 stone ... maybe we''ll get pricing.

It''s fair to get pricing, right? If it''s above what we agreed, we can always do something else.
 

beadchick

Shiny_Rock
Joined
Jan 26, 2010
Messages
202
The other thing to remember is this: you are probably in the same size range as me. I figure a 1.25 asscher faces up like a 1 carat RB. You DO NOT want to go 1 carat on the wedding ring. Bigger is not always better. You want less b/c the smallishness of the band stones then makes the e-ring diamond look bigger.

Don't worry about the size. My 0.7 ctw is much bigger than pave and you can see all the detail in the little baby asschers. You can still do the detail of the u-prong, AND save some cash.

Don't compromise too much. I'm being sensible with the wedding, too. 5 years from now you'll be with a mortgage and a kid. I'm not encouraging you to be irresponsible, but I know enough people who wanted to upgrade later on the wedding band and life precluded it. You will wear this ring for the rest of your life. I know its just a ring, but you really should love it like you love the e-ring.

And yes, I'd get pricing. Fair is fair. They might work a deal for you since you got the e-ring there.
 

PumpkinPie

Ideal_Rock
Joined
Jan 17, 2010
Messages
2,841
Date: 3/23/2010 11:39:52 AM
Author: lucyandroger
My advice is to get the plain band and plan on a diamond anniversary band in the future.


If you had your heart set on one certain diamond band, then I might advise that you go ahead and get that one...BUT since you are still exploring options, I think you should take the financially responsible route and continue to think about which diamond band you like best.


ETA - My favorites are the plain band and the 3/4 Dream eternity.

Exactly this
 
Status
Not open for further replies. Please create a new topic or request for this thread to be opened.
Be a part of the community Get 3 HCA Results
Top