shape
carat
color
clarity

6yrs of dating...FINALLY ENGAGED! :D

Attachment {#593
  #_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" => 1710847276
        "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" => 1710847276.6986
          "trace" => array:15 [ …15]
          "execute" => 1710847276.6987
          "complete" => 1710847276.6987
        ]
        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` = '174266')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1710847276.7061
          "trace" => array:15 [ …15]
          "execute" => 1710847276.7071
          "complete" => 1710847276.7076
        ]
        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` = 174266) 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" => 1710847276.7204
          "trace" => array:13 [ …13]
          "execute" => 1710847276.7229
          "complete" => 1710847276.7238
        ]
        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 (3171231, 3171232))\n
            \t\t\tORDER BY `xf_attachment`.`attach_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1710847276.7406
          "trace" => array:15 [ …15]
          "execute" => 1710847276.7418
          "complete" => 1710847276.7422
        ]
        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" => 1710847276.7461
          "trace" => array:13 [ …13]
          "execute" => 1710847276.7462
          "complete" => 1710847276.7462
        ]
        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" => 1710847276.7499
          "trace" => array:13 [ …13]
          "execute" => 1710847276.7501
          "complete" => 1710847276.7501
        ]
        7 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tUPDATE xf_session_activity\n
            \t\t\t\tSET\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\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:9 [ …9]
          "start" => 1710847276.7504
          "trace" => array:12 [ …12]
          "execute" => 1710847276.7507
          "complete" => 1710847276.7507
        ]
        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` < '2013-02-19') AND (`xf_nofollow`.`nofollow_end` > '2013-02-19')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710847276.7751
          "trace" => array:15 [ …15]
          "execute" => 1710847276.7752
          "complete" => 1710847276.7753
        ]
        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` = 174266)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710847276.7759
          "trace" => array:15 [ …15]
          "execute" => 1710847276.7764
          "complete" => 1710847276.7764
        ]
        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` = 174266) AND (`xf_featured_topics`.`active` = '1')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710847276.7767
          "trace" => array:15 [ …15]
          "execute" => 1710847276.7771
          "complete" => 1710847276.7772
        ]
      ]
      #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:27 [
        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
        }
        58597 => 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
        }
        53853 => UserOption {#447
          #_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
        }
        49593 => UserOption {#452
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 28
          #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
        }
        17516 => 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
        }
        49724 => 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
        }
        14576 => 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
        }
        39350 => 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
        }
        30968 => UserOption {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 53
          #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
        }
        17466 => UserOption {#482
          #_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
        }
        52042 => UserOption {#487
          #_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
        }
        24441 => UserOption {#492
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 68
          #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
        }
        54230 => UserOption {#497
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 73
          #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
        }
        57953 => UserOption {#502
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 78
          #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
        }
        46541 => UserOption {#507
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 83
          #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
        }
        28648 => UserOption {#512
          #_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
        }
        57951 => UserOption {#517
          #_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
        }
        30883 => UserOption {#523
          #_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
        }
        41089 => UserOption {#528
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 108
          #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
        }
        58037 => UserOption {#533
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 113
          #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
        }
        47286 => UserOption {#538
          #_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
        }
        59225 => UserOption {#544
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 128
          #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
        }
        31817 => UserOption {#549
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 133
          #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
        }
        47767 => UserOption {#554
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 138
          #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
        }
        50316 => UserOption {#559
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 143
          #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
        }
        37553 => UserOption {#564
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 148
          #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
        }
        39641 => UserOption {#569
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 153
          #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:27 [
        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"
        }
        58597 => 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"
        }
        53853 => UserProfile {#446
          #_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"
        }
        49593 => UserProfile {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 27
          #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"
        }
        17516 => 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"
        }
        49724 => 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"
        }
        14576 => 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"
        }
        39350 => 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"
        }
        30968 => UserProfile {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 52
          #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"
        }
        17466 => UserProfile {#481
          #_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"
        }
        52042 => UserProfile {#486
          #_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"
        }
        24441 => UserProfile {#491
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 67
          #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"
        }
        54230 => UserProfile {#496
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 72
          #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"
        }
        57953 => UserProfile {#501
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 77
          #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"
        }
        46541 => UserProfile {#506
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 82
          #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"
        }
        28648 => UserProfile {#511
          #_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"
        }
        57951 => UserProfile {#516
          #_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"
        }
        30883 => UserProfile {#522
          #_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"
        }
        41089 => UserProfile {#527
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 107
          #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"
        }
        58037 => UserProfile {#532
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 112
          #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"
        }
        47286 => UserProfile {#537
          #_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"
        }
        59225 => UserProfile {#543
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 127
          #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"
        }
        31817 => UserProfile {#548
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 132
          #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"
        }
        47767 => UserProfile {#553
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 137
          #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"
        }
        50316 => UserProfile {#558
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 142
          #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"
        }
        37553 => UserProfile {#563
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 147
          #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"
        }
        39641 => UserProfile {#568
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 152
          #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:27 [
        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
        }
        58597 => 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
        }
        53853 => UserPrivacy {#445
          #_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
        }
        49593 => UserPrivacy {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 26
          #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
        }
        17516 => 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
        }
        49724 => UserPrivacy {#460
          #_getterCache: []
          #_valueCache: []
           …18
        }
        14576 => UserPrivacy {#465 …20}
        39350 => UserPrivacy {#470 …20}
        30968 => UserPrivacy {#475 …20}
        17466 => UserPrivacy {#480 …20}
        52042 => UserPrivacy {#485 …20}
        24441 => UserPrivacy {#490 …20}
        54230 => UserPrivacy {#495 …20}
        57953 => UserPrivacy {#500 …20}
        46541 => UserPrivacy {#505 …20}
        28648 => UserPrivacy {#510 …20}
        57951 => UserPrivacy {#515 …20}
        30883 => UserPrivacy {#521 …20}
        41089 => UserPrivacy {#526 …20}
        58037 => UserPrivacy {#531 …20}
        47286 => UserPrivacy {#536 …20}
        59225 => UserPrivacy {#542 …20}
        31817 => UserPrivacy {#547 …20}
        47767 => UserPrivacy {#552 …20}
        50316 => UserPrivacy {#557 …20}
        37553 => UserPrivacy {#562 …20}
        39641 => UserPrivacy {#567 …20}
      ]
      "SV\SignupAbuseBlocking\XF\Entity\User" => array:26 [
        58597 => User {#433 …20}
        53853 => User {#448 …20}
        49593 => User {#453 …20}
        17516 => User {#458 …20}
        49724 => User {#463 …20}
        14576 => User {#468 …20}
        39350 => User {#473 …20}
        30968 => User {#478 …20}
        17466 => User {#483 …20}
        52042 => User {#488 …20}
        24441 => User {#493 …20}
        54230 => User {#498 …20}
        57953 => User {#503 …20}
        46541 => User {#508 …20}
        28648 => User {#513 …20}
        57951 => User {#518 …20}
        30883 => User {#524 …20}
        41089 => User {#529 …20}
        58037 => User {#534 …20}
        47286 => User {#539 …20}
        59225 => User {#545 …20}
        31817 => User {#550 …20}
        47767 => User {#555 …20}
        50316 => User {#560 …20}
        37553 => User {#565 …20}
        39641 => User {#570 …20}
      ]
      "XF\Entity\Node" => array:1 [
        8 => Node {#307 …20}
      ]
      "XFMG\XF\Entity\Forum" => array:1 [
        8 => Forum {#435 …20}
      ]
      "XFES\Entity\ThreadSimilar" => array:1 [
        174266 => ThreadSimilar {#434 …20}
      ]
      "SV\CustomFieldPerms\XF\Entity\Thread" => array:1 [
        174266 => Thread {#432 …22}
      ]
      "SV\WarningImprovements\XF\Entity\Post" => array:30 [
        3171231 => Post {#443 …20}
        3171232 => Post {#444 …20}
        3171233 => Post {#449 …20}
        3171237 => Post {#454 …20}
        3171264 => Post {#459 …20}
        3171272 => Post {#464 …20}
        3171296 => Post {#469 …20}
        3171361 => Post {#474 …20}
        3171363 => Post {#479 …20}
        3171379 => Post {#484 …20}
        3171426 => Post {#489 …20}
        3171453 => Post {#494 …20}
        3171463 => Post {#499 …20}
        3171494 => Post {#504 …20}
        3171508 => Post {#509 …20}
        3171526 => Post {#514 …20}
        3171531 => Post {#519 …20}
        3171818 => Post {#520 …20}
        3171856 => Post {#525 …20}
        3171883 => Post {#530 …20}
        3172510 => Post {#535 …20}
        3173850 => Post {#540 …20}
        3178157 => Post {#541 …20}
        3178289 => Post {#546 …20}
        3178298 => Post {#551 …20}
        3178362 => Post {#556 …20}
        3178497 => Post {#561 …20}
        3179281 => Post {#566 …20}
        3179442 => Post {#571 …20}
        3184451 => Post {#572 …20}
      ]
      "XFMG\XF\Entity\AttachmentData" => array:6 [
        298215 => AttachmentData {#347
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#336
            +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: 163
          #rootClass: "XF\Entity\AttachmentData"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:13 [
            "data_id" => 298215
            "user_id" => 58597
            "upload_date" => 1334451209
            "filename" => "bea1.jpg"
            "file_size" => 106209
            "file_hash" => "41e71f9afa8d85c45d3b6ffe386a3fba"
            "file_path" => ""
            "width" => 271
            "height" => 480
            "thumbnail_width" => 169
            "thumbnail_height" => 300
            "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
        }
        298216 => AttachmentData {#594 …20}
        298217 => AttachmentData {#596 …20}
        298218 => AttachmentData {#598 …20}
        298219 => AttachmentData {#600 …20}
        298220 => AttachmentData {#602 …20}
      ]
      "XFMG\XF\Entity\Attachment" => array:6 [
        315014 => Attachment {#593}
        315015 => Attachment {#595 …20}
        315016 => Attachment {#597 …20}
        315017 => Attachment {#599 …20}
        315018 => Attachment {#601 …20}
        315019 => Attachment {#603 …20}
      ]
      "Pricescope\Nofollow\Entity\NofollowKeywords" => array:34 [
        12 => NofollowKeywords {#391 …20}
        14 => NofollowKeywords {#385 …20}
        15 => NofollowKeywords {#384 …20}
        17 => NofollowKeywords {#383 …20}
        19 => NofollowKeywords {#382 …20}
        20 => NofollowKeywords {#381 …20}
        22 => NofollowKeywords {#380 …20}
        26 => NofollowKeywords {#379 …20}
        31 => NofollowKeywords {#378 …20}
        32 => NofollowKeywords {#377 …20}
        35 => NofollowKeywords {#376 …20}
        37 => NofollowKeywords {#375 …20}
        38 => NofollowKeywords {#374 …20}
        39 => NofollowKeywords {#373 …20}
        40 => NofollowKeywords {#372 …20}
        41 => NofollowKeywords {#371 …20}
        42 => NofollowKeywords {#370 …20}
        43 => NofollowKeywords {#369 …20}
        44 => NofollowKeywords {#368 …20}
        45 => NofollowKeywords {#367 …20}
        46 => NofollowKeywords {#366 …20}
        47 => NofollowKeywords {#365 …20}
        65 => NofollowKeywords {#364 …20}
        67 => NofollowKeywords {#363 …20}
        74 => NofollowKeywords {#362 …20}
        77 => NofollowKeywords {#361 …20}
        81 => NofollowKeywords {#360 …20}
        83 => NofollowKeywords {#359 …20}
        85 => NofollowKeywords {#358 …20}
        97 => NofollowKeywords {#357 …20}
        106 => NofollowKeywords {#356 …20}
        107 => NofollowKeywords {#355 …20}
        108 => NofollowKeywords {#354 …20}
        109 => NofollowKeywords {#353 …20}
      ]
    ]
    #structures: array:19 [
      "SV\SignupAbuseBlocking\XF\Entity\User" => 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]
      }
      "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
        +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]
      }
      "XFES\Entity\ThreadSimilar" => 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: []
      }
      "XFMG\XF\Entity\Forum" => 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]
      }
      "XF\Entity\Node" => 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]
      }
      "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
        +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]
      }
      "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 {#336}
      "SV\CustomFieldPerms\XFMG\Entity\MediaItem" => Structure {#337
        +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 {#344
        +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 {#399
        +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 {#397
        +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 {#395
        +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 {#345
        #em: Manager {#245}
        #identifier: "XFMG:Category"
      }
      "XFMG:Media" => Media {#348
        #em: Manager {#245}
        #identifier: "XFMG:Media"
      }
      "XF:Unfurl" => Unfurl {#604
        #em: Manager {#245}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#334
        #em: Manager {#245}
        #identifier: "XF:UserAlert"
      }
      "XF:ThreadType" => ThreadType {#589
        #em: Manager {#245}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#591
        #em: Manager {#245}
        #identifier: "XF:SessionActivity"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 164
  #rootClass: "XF\Entity\Attachment"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:11 [
    "attachment_id" => 315014
    "data_id" => 298215
    "content_type" => "post"
    "content_id" => 3171231
    "attach_date" => 1334451209
    "temp_hash" => ""
    "unassociated" => 0
    "view_count" => 4499
    "favorites__conflict" => 0
    "favorites" => 0
    "xfmg_is_mirror_handler" => 0
  ]
  #_relations: array:1 [
    "Data" => AttachmentData {#347}
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
https://xf22.pricescope.com/community/attachments/bea1-jpg.315014/

Beakoon

Rough_Rock
Joined
Mar 27, 2012
Messages
23
We met at Clemson University in 2006, & found out we grew up only 20 minutes away from each other our entire lives! After six wonderful years, we finally got engaged!!!!!!!!! I've never been in any rush, but i've LOVED looking at everyone's posts on here!!! Here are pictures of my engagement ring and my two wedding bands! They are all custom made to fit together perfectly. :D

The engagement ring has a 1.75 carat Emerald cut center stone with a clarity of VVS2 and J in color. It is surrounded by 4 round brilliant diamonds that are .04 carats each and 2 pear cut diamonds that are .10 carats each. Each of the two wedding bands hold four round brilliant diamonds measuring at .05 each. All three rings are made of Platinum.

bea1.jpg

bea2.jpg

farther away pic.jpg
 

Attachments

  • Rings Apart.bmp
    767.8 KB · Views: 4,498

armywife13

Ideal_Rock
Joined
Sep 17, 2011
Messages
2,319
Congratulations on your engagement and beautiful ring! I love how the wedding bands wrap around to make a full halo surrounding the center diamond.
 

Ganesha

Shiny_Rock
Joined
Jan 28, 2011
Messages
177
Congratulations on your engagement, and your emerald is lovely! I have step-cut envy! :love:
 

omc111

Rough_Rock
Joined
Feb 5, 2011
Messages
98
Absolutely gorgeous rings. The way the wedding bands fit around the e-ring is so cool and special. Congratulations on your engagement!
 

junebug17

Super_Ideal_Rock
Premium
Joined
Jun 17, 2009
Messages
13,648
A very unique and beautiful set!! Wear it in health and happiness and congrats on your engagement!
 

Laila619

Super_Ideal_Rock
Premium
Joined
Apr 28, 2008
Messages
11,676
Beautiful and unique!! Congratulations! :)
 

Dandi

Ideal_Rock
Premium
Joined
Jan 9, 2006
Messages
6,430
Oh my, what an incredibly stunning and unique set!! Absolutely beautiful, congratulations!!!! :love: :appl: :love: :appl:
 

hearts-arrows_girl

Brilliant_Rock
Joined
Apr 18, 2007
Messages
1,118
Your ring is beautiful. That is sooo clever how you custom made the 2 wedding rings to form a Halo. Congrats on your engagement! :appl:
 

Enerchi

Super_Ideal_Rock
Joined
Oct 4, 2011
Messages
10,658
Congratulations on your engagement! How cool you grew up 20 mins apart.... funny how we find the right person, just around the corner!

Beautiful ring and love your 2 WB's that make a halo - very nice! :appl:
 

pandabee

Ideal_Rock
Joined
Feb 29, 2012
Messages
2,897
Congratulations and happy planning!! Your ER looks beautiful on its own but love the pseudo-halo look with all 3 bands combined!!
 

cavluv

Rough_Rock
Joined
Feb 29, 2012
Messages
31
Congratulations on your engagement...how wonderful to find "the one!" :love:

Your emerald cut is stunning, and looks gorgeous on your hand!! Beautiful!!
 

Beakoon

Rough_Rock
Joined
Mar 27, 2012
Messages
23
Thank y'all soooooooooo much for all the warm wishes and compliments!!!!!
 

DearBuddha

Brilliant_Rock
Joined
Apr 24, 2008
Messages
698
Such a unique and lovely set; those side stones are so complimentary! Congrats on your engagement! :)
 

bleeblue

Shiny_Rock
Joined
Sep 16, 2009
Messages
256
Congratulations on your engagement!

Your ring is beautiful - I love step cuts :love:

The wedding bands are also so unique and compliment your ering (not to mention that they also help provide great finger coverage!)
 

fridays_child

Shiny_Rock
Joined
Mar 3, 2012
Messages
230
Woah, that is a really cool ring/set! I am not a fan of stacking rings with a solitaire because I like symmetry, but if I were going to do it, I'd want a ring that comes together as nicely as yours. Congratulations on your engagment!
 

minousbijoux

Super_Ideal_Rock
Premium
Joined
Aug 5, 2010
Messages
12,688
Just when I think I love cushions best, along comes your emerald cut - really beautiful - and congratulations on your engagement!
 

Beakoon

Rough_Rock
Joined
Mar 27, 2012
Messages
23
Thank y'all soooooo much! I feel very blessed, and am ridiculously excited. Ya'll are so sweet. :)
 

missy

Super_Ideal_Rock
Premium
Joined
Jun 8, 2008
Messages
50,583
Love your rings!! Congratulations on your engagement and may you wear your rings in health and happiness!!
 

Tanzigrrl

Brilliant_Rock
Joined
Sep 17, 2010
Messages
744
A big, bold, beautiful emerald cut. Yummy! Enjoy it and congratulations on the engagement!
 

Beakoon

Rough_Rock
Joined
Mar 27, 2012
Messages
23
:D Everyone is so nice! I love perusing this site, because y'all have such nice rings, good information, and great stories!
 
Be a part of the community Get 3 HCA Results
Top