shape
carat
color
clarity

Quest over...many thanks! (long, but pics included)

Attachment {#535
  #_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" => 1710843974
        "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" => 1710843974.9719
          "trace" => array:15 [ …15]
          "execute" => 1710843974.9721
          "complete" => 1710843974.9721
        ]
        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` = '17734')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1710843974.9848
          "trace" => array:15 [ …15]
          "execute" => 1710843974.9859
          "complete" => 1710843974.9863
        ]
        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` = 17734) 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" => 1710843975.0003
          "trace" => array:13 [ …13]
          "execute" => 1710843975.0028
          "complete" => 1710843975.0038
        ]
        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 (16429, 260939, 260940, 260947, 260951, 261295, 261763, 261789))\n
            \t\t\tORDER BY `xf_attachment`.`attach_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1710843975.0202
          "trace" => array:15 [ …15]
          "execute" => 1710843975.0216
          "complete" => 1710843975.0219
        ]
        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" => 1710843975.0254
          "trace" => array:13 [ …13]
          "execute" => 1710843975.0255
          "complete" => 1710843975.0255
        ]
        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" => 1710843975.0288
          "trace" => array:13 [ …13]
          "execute" => 1710843975.029
          "complete" => 1710843975.0291
        ]
        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" => 1710843975.0293
          "trace" => array:12 [ …12]
          "execute" => 1710843975.0295
          "complete" => 1710843975.0295
        ]
        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` < '2004-07-29') AND (`xf_nofollow`.`nofollow_end` > '2004-07-29')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710843975.0523
          "trace" => array:15 [ …15]
          "execute" => 1710843975.0527
          "complete" => 1710843975.0528
        ]
        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` = 17734)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710843975.0531
          "trace" => array:15 [ …15]
          "execute" => 1710843975.0535
          "complete" => 1710843975.0535
        ]
        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` = 17734) AND (`xf_featured_topics`.`active` = '1')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710843975.0537
          "trace" => array:15 [ …15]
          "execute" => 1710843975.054
          "complete" => 1710843975.054
        ]
      ]
      #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:14 [
        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
        }
        7884 => 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
        }
        3580 => UserOption {#448
          #_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
        }
        8592 => UserOption {#454
          #_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
        }
        8504 => UserOption {#462
          #_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
        }
        1197 => UserOption {#467
          #_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
        }
        2579 => UserOption {#473
          #_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
        }
        7917 => UserOption {#480
          #_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
        }
        6725 => UserOption {#486
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 98
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        9477 => UserOption {#491
          #_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
        }
        1006 => UserOption {#497
          #_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
        }
        7764 => UserOption {#503
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 123
          #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
        }
        8781 => UserOption {#509
          #_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
        }
        9257 => UserOption {#514
          #_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
        }
      ]
      "SV\SignupAbuseBlocking\XF\Entity\UserProfile" => array:14 [
        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"
        }
        7884 => 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"
        }
        3580 => UserProfile {#447
          #_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"
        }
        8592 => UserProfile {#453
          #_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"
        }
        8504 => UserProfile {#461
          #_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"
        }
        1197 => UserProfile {#466
          #_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"
        }
        2579 => UserProfile {#472
          #_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"
        }
        7917 => UserProfile {#479
          #_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"
        }
        6725 => UserProfile {#485
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 97
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        9477 => UserProfile {#490
          #_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"
        }
        1006 => UserProfile {#496
          #_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"
        }
        7764 => UserProfile {#502
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 122
          #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"
        }
        8781 => UserProfile {#508
          #_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"
        }
        9257 => UserProfile {#513
          #_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"
        }
      ]
      "XF\Entity\UserPrivacy" => array:14 [
        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
        }
        7884 => 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
        }
        3580 => UserPrivacy {#446
          #_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
        }
        8592 => UserPrivacy {#452
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8504 => UserPrivacy {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1197 => UserPrivacy {#465
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 61
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        2579 => UserPrivacy {#471
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 71
          #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
        }
        7917 => UserPrivacy {#478
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 86
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6725 => UserPrivacy {#484
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 96
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        9477 => UserPrivacy {#489
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 101
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1006 => UserPrivacy {#495
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 111
          #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
        }
        7764 => UserPrivacy {#501
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 121
          #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
        }
        8781 => UserPrivacy {#507
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 131
          #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
        }
        9257 => UserPrivacy {#512
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 136
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\SignupAbuseBlocking\XF\Entity\User" => array:13 [
        7884 => User {#433
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:46 [ …46]
            +relations: array:16 [ …16]
            +getters: array:15 [ …15]
            +defaultWith: []
            +options: array:9 [ …9]
            +behaviors: array:1 [ …1]
            +columnAliases: array:1 [ …1]
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        3580 => User {#449
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 29
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8592 => User {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 39
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8504 => User {#463
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 59
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1197 => User {#468
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 64
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        2579 => User {#474
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 74
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7917 => User {#481
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 89
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6725 => User {#487
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 99
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        9477 => User {#492
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 104
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1006 => User {#498
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 114
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7764 => User {#504
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 124
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8781 => User {#510
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 134
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        9257 => User {#515
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 139
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\Node" => array:1 [
        3 => Node {#307
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 6
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XFMG\XF\Entity\Forum" => array:1 [
        3 => Forum {#435
          #_getterCache: array:2 [ …2]
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#302
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:30 [ …30]
            +relations: array:8 [ …8]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: []
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:30 [ …30]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XFES\Entity\ThreadSimilar" => array:1 [
        17734 => ThreadSimilar {#434
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#301
            +shortName: "XFES:ThreadSimilar"
            +contentType: null
            +table: "xf_es_thread_similar"
            +primaryKey: "thread_id"
            +columns: array:4 [ …4]
            +relations: []
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 8
          #rootClass: "XFES\Entity\ThreadSimilar"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:4 [ …4]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\CustomFieldPerms\XF\Entity\Thread" => array:1 [
        17734 => Thread {#432
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#293
            +shortName: "XF:Thread"
            +contentType: "thread"
            +table: "xf_thread"
            +primaryKey: "thread_id"
            +columns: array:28 [ …28]
            +relations: array:20 [ …20]
            +getters: array:8 [ …8]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:7 [ …7]
            +columnAliases: array:1 [ …1]
            +withAliases: array:3 [ …3]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:28 [ …28]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:ThreadField"
          #customFieldContainerKey: "customFields.threads"
        }
      ]
      "SV\WarningImprovements\XF\Entity\Post" => array:30 [
        16429 => Post {#443
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426
            +shortName: "XF:Post"
            +contentType: "post"
            +table: "xf_post"
            +primaryKey: "post_id"
            +columns: array:22 [ …22]
            +relations: array:8 [ …8]
            +getters: array:7 [ …7]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:4 [ …4]
            +columnAliases: array:2 [ …2]
            +withAliases: array:2 [ …2]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 15
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        260939 => Post {#444
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        260940 => Post {#445
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 25
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        260941 => Post {#450
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 30
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        260942 => Post {#451
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 35
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
           …1
        }
        260945 => Post {#456 …20}
        260947 => Post {#457 …20}
        260949 => Post {#458 …20}
        260951 => Post {#459 …20}
        260984 => Post {#464 …20}
        260997 => Post {#469 …20}
        261018 => Post {#470 …20}
        261026 => Post {#475 …20}
        261036 => Post {#476 …20}
        261047 => Post {#477 …20}
        261057 => Post {#482 …20}
        261081 => Post {#483 …20}
        261099 => Post {#488 …20}
        261191 => Post {#493 …20}
        261295 => Post {#494 …20}
        261298 => Post {#499 …20}
        261375 => Post {#500 …20}
        261488 => Post {#505 …20}
        261516 => Post {#506 …20}
        261521 => Post {#511 …20}
        261526 => Post {#516 …20}
        261533 => Post {#517 …20}
        261556 => Post {#518 …20}
        261763 => Post {#519 …20}
        261789 => Post {#520 …20}
      ]
      "XFMG\XF\Entity\AttachmentData" => array:8 [
        14046 => AttachmentData {#341
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#330
            +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" => 14046
            "user_id" => 7884
            "upload_date" => 1090832290
            "filename" => "triplebling.jpg"
            "file_size" => 45530
            "file_hash" => "06af60e3d18cefce1d932e68b7ea026c"
            "file_path" => ""
            "width" => 300
            "height" => 165
            "thumbnail_width" => 300
            "thumbnail_height" => 165
            "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
        }
        14047 => AttachmentData {#536 …20}
        1340 => AttachmentData {#538 …20}
        14048 => AttachmentData {#540 …20}
        1223 => AttachmentData {#542 …20}
        14111 => AttachmentData {#544 …20}
        1266 => AttachmentData {#546 …20}
        1270 => AttachmentData {#548 …20}
      ]
      "XFMG\XF\Entity\Attachment" => array:8 [
        14454 => Attachment {#535}
        14455 => Attachment {#537 …20}
        1370 => Attachment {#539 …20}
        14456 => Attachment {#541 …20}
        1250 => Attachment {#543 …20}
        14523 => Attachment {#545 …20}
        1294 => Attachment {#547 …20}
        1298 => Attachment {#549 …20}
      ]
      "Pricescope\Nofollow\Entity\NofollowKeywords" => array:9 [
        16 => NofollowKeywords {#379 …20}
        17 => NofollowKeywords {#373 …20}
        18 => NofollowKeywords {#372 …20}
        19 => NofollowKeywords {#371 …20}
        20 => NofollowKeywords {#370 …20}
        31 => NofollowKeywords {#369 …20}
        67 => NofollowKeywords {#368 …20}
        74 => NofollowKeywords {#367 …20}
        85 => NofollowKeywords {#366 …20}
      ]
    ]
    #structures: array:19 [
      "SV\SignupAbuseBlocking\XF\Entity\User" => Structure {#273}
      "SV\PasswordTools\XF\Entity\UserAuth" => Structure {#274}
      "SV\WarningImprovements\XF\Entity\UserOption" => Structure {#276}
      "SV\SignupAbuseBlocking\XF\Entity\UserProfile" => Structure {#278}
      "XF\Entity\UserPrivacy" => Structure {#280}
      "SV\CustomFieldPerms\XF\Entity\Thread" => Structure {#293}
      "XFES\Entity\ThreadSimilar" => Structure {#301}
      "XFMG\XF\Entity\Forum" => Structure {#302}
      "XF\Entity\Node" => Structure {#304}
      "XF\Entity\PermissionCacheContent" => Structure {#306
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "SV\WarningImprovements\XF\Entity\Post" => Structure {#426}
      "XF\Entity\PermissionCombination" => Structure {#419
        +shortName: "XF:PermissionCombination"
        +contentType: null
        +table: "xf_permission_combination"
        +primaryKey: "permission_combination_id"
        +columns: array:4 [ …4]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XFMG\XF\Entity\Attachment" => Structure {#440}
      "XFMG\XF\Entity\AttachmentData" => Structure {#330}
      "SV\CustomFieldPerms\XFMG\Entity\MediaItem" => Structure {#331
        +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 {#338
        +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 {#387
        +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 {#385
        +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 {#383
        +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 {#339
        #em: Manager {#245}
        #identifier: "XFMG:Category"
      }
      "XFMG:Media" => Media {#342
        #em: Manager {#245}
        #identifier: "XFMG:Media"
      }
      "XF:Unfurl" => Unfurl {#550
        #em: Manager {#245}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#528
        #em: Manager {#245}
        #identifier: "XF:UserAlert"
      }
      "XF:ThreadType" => ThreadType {#525
        #em: Manager {#245}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#527
        #em: Manager {#245}
        #identifier: "XF:SessionActivity"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 164
  #rootClass: "XF\Entity\Attachment"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:11 [
    "attachment_id" => 14454
    "data_id" => 14046
    "content_type" => "post"
    "content_id" => 16429
    "attach_date" => 1090832290
    "temp_hash" => ""
    "unassociated" => 0
    "view_count" => 302
    "favorites__conflict" => 0
    "favorites" => 0
    "xfmg_is_mirror_handler" => 0
  ]
  #_relations: array:1 [
    "Data" => AttachmentData {#341}
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Status
Not open for further replies. Please create a new topic or request for this thread to be opened.

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
Dear Fellow Pricescopers-

I think the time has come to start spreading the gratitude about. I have many of you to thank for sharing knowledge, experience, ideas, and much of your valuable time to help me learn all I now know about diamonds. I hope to keep learning more, and also hope that the knowledge I've gained so far can help others here as well
1.gif
.

Secondly, I'd like to thank several vendors for the time they dedicated to me and my quest for endless photos and no complaints, and for dedicating me time at their offices; GoodOldGold for tutorials, Jonathan for his e-mails and Charlie for spending over two hours showing me goodies at the store; Wink for his patience, expertise, for going above and beyond even my expectations of a vendor, and for making me feel like his one and only customer; Barry for taking time into his evening to show me exceptional SuperbCert stones; Henry and Brian at WhiteFlash for talking me through a couple of options from their ACA line and expert selection; DirtCheapDiamonds for excellent customer service and patience as I vacillated over one of their rocks too. A round of applause to you all
appl.gif
!

I started my quest at the beginning of this year. I wanted to celebrate paying off ten years of crippling student loans by buying myself something beautiful (and frivolous) that would give me endless enjoyment... you guessed it, a diamond! I knew I wanted a tension set ring, and through this site also found BooneRings (thanks also to Bruce, for answering so many of my questions!). Then, I decided I wanted a very very very specific diamond, and laid out an unmeetable list of criteria (hence the many vendors I dealt with). The carat weight needed to have meaning (I had three possible #s in mind), it had to be D or E color, SI1, thin to slightly thick girdle, with no open feathers on the girdle, perfect cut (by all standards, HCA, AGA, and AGS, with awesome IS image to boot), and most importantly, medium to strong blue fluorescence. Finally, it had to knock my socks off when I saw it and be priced under $4,000. Well, ladies and gents, I'd like you to meet my three finalists:

triplebling.jpg
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
more info on the three...
[Edited to add] The HCA scores are tough to read in the image. They are 0.8, 0.6 and 1.2 respectively.

3stonering.gif
 

Stephan

Ideal_Rock
Joined
Feb 13, 2003
Messages
2,917
You did a great job!
My favorite is 0.76 D VS1!
2.gif
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
The three finalists were as follows:

0.91 E SI1 WhiteFlash Expert Selection (discussed here)
6.17X6.20X3.87
depth 62.5%
table 54.7%
crown 34.7 deg (33.9-35.6)15.6%
pavilion 40.7 deg (39.8-41.7)42.9%
girdle slightly thick
strong blue fluorescence
GIA VG/VG, AGS0 proportions, HCA 1.2, AGA cut 1A

0.76 D VS1 Venus by Infinity brand, inspection courtesy Wink Jones (discussed here
5.89X5.91X3.60
depth 61%
table 55%
crown 34.3 deg
pavilion 40.6 deg
girdle thin to medium
medium blue fluorescence
GIA VG/X, HCA 0.6

0.79 D SI unbranded cut w/good H&A pattern from Blue Nile
6.0X6.03X3.64
depth 60.6%
table 57.1%
crown 34.7 deg, 14.8%
pavilion 40.6 deg, 42.8%
girdle thin
medium blue fluorescence
GIA X/X, AGS0 proportions, HCA 0.8, AGA cut 1A

All three are exceptional stones. I eliminated the 0.91 first because it did not face up noticeably larger than the other two, as most of the extra weight seems to be in the girdle. Also, it was very close, but just a tad off on just a few things, in other words, just shy of perfect. The 0.76 really put up a fight. I wanted to look at a Venus, as I was considering having the "perfect" stone cut or recut by Paul Slegers, if it did not already exist. This is one gorgeous stone!
love.gif
. The cut is out of this world, truly a sight to behold. And the performance is just wow. However, this was not one of the #s I was looking for, and at VS1 clarity, it was just outside of my price range. Also, I had brought it in as a reference stone, and though it almost twisted my arm because of its beauty, in the end, I found the one with everything I wanted. I'm happy to report that it measured up to the Venus in terms of performance, so it's the one I'm keeping
9.gif
. I'd feel terrible about sending the Venus back to Wink after how wonderfully accommodating he's been, if it weren't for the fact that my husband has ordered an EightStar from him for an anniversary gift later this year
2.gif
.

Sorry to have bored you with the saga, but it's as short as I could make a report of seven months' worth of arduous searching. Just for reference, here was my first choice of what I wanted, and what I got:
0.79 D SI1 - yep, exactly that number, color AND clarity
awesome #s - uh huh, they don't get much better than that
cut quality - in the bag
blue fluor - not as much as the other two, but enough for me to like it
IS image - beautiful
under $4,000 - yes, but I know that I could have gotten a stone w/these specs for a little less from some of the other vendors I listed before. That's where I paid up for Blue Nile's marketing and sleek website. I'm OK with that, I guess.

Also, the moment I set eyes on that 0.79, I just knew it was the one. Folks here have often said to go with the one that speaks to you... this one did. I'm glad I took my time to find it, and that I was able to pick it out of this amazing lineup!

Now, on to the appraisal and setting!!!
9.gif
 

researcher

Ideal_Rock
Joined
Apr 27, 2004
Messages
2,460
Congrats! What a difficult decision you had--all 3 are at the top in terms of cut and color! I think you made the right choice though! I know close to nothing about rounds, but the one you chose is the one I like best from the pics! Yea!!! Great work!
appl.gif
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
Thanks Researcher (and Stephan, even though we didn't pick the same one)...

Here's a pic of this stone "speaking" to me
2.gif
... tee hee.

speakingtome.jpg
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
Oh, yeah, I forgot to mention that while I wanted an SI1, it did have to be eye clean from all angles, since the tension setting really can't hide much. This stone has many tiny inclusions, but they are clear and scattered about, with nothing right under the table. I haven't been able to find them at all without a loupe. The cert is here.

I should also take a moment to thank Blue Nile, since they were prompt in sending me Sarin info, even though they could not accommodate my request for any additional photos or information. I found them to be very professional, though I didn't get the same warm fuzzies as I did dealing with some other PS vendors.
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
And here is a collage of some of my favorite moments with my new diamond... the precious....these shots are unadulterated except for cropping
9.gif


andthewinneris.jpg
 

chrono

Super_Ideal_Rock
Premium
Joined
Apr 22, 2004
Messages
38,227
The last collage you posted just hit that sweet spot in my heart, capturing the flash and beauty. Thanks for sharing the journey of picking the right diamond with us. Now hurry up and pick a setting. I want to see hand pictures!
11.gif
 

WinkHPD

Ideal_Rock
Trade
Joined
May 3, 2001
Messages
7,516
Dear Lady Q,

Thank you for such a glowing report on Paul's Venus by Infinity diamonds and congratulations in finding the one that spoke the loudest to you. It was a LOT of fun helping you on your search and I enjoyed the time spent talking with you. It is always the best part of my day, talking with someone as excited about searching for a diamond as you were.

I know that .79 is an important number to you, and that you know how rare it is to find a stone of .79cts cut that well when a medium cut .80 would have brought more money. It makes my heart happy for you that someone did this stone correctly!

Wink
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
Thanks Chrono, it's been a really fun quest, though at times I despaired of finding exactly what I wanted! I can't wait to see hand pics either!!!
2.gif


And a big thank you to you too, Wink, for helping me so much and taking so much time to talk to me about diamonds. I really appreciate it! Now, good luck wrestling this gorgeous Venus out of my clenched fist!
11.gif
 

Mara

Super_Ideal_Rock
Joined
Oct 30, 2002
Messages
31,003
Great choice and beautiful stone Q!

I am a bit surprised that in the end the Blue Nile non H&A stone was the winner, but in looking at the pictures, I did think that it looked extremely great! I tend to discount BN for two reasons. 1) lack of information on their stones (aka pictures, reports etc) and 2) their price hikes over other vendors of what I construe better quality stones. You sure found a winner though. Also, I see the IS image...is BN doing these for customers now? If so, kudos to them..it means alot.

For whatever reason that E SI was NOT speaking to me in that lineup picture. I would have chosen one of the other 2 as well just from the pictures you posted...but in real life I know things are often different!

Congratulations on such a discriminating eye and PLEASE post more pix.

Oh and what is this about an EIGHTSTAR for an anni gift? For you or him!? Spill!
 

researcher

Ideal_Rock
Joined
Apr 27, 2004
Messages
2,460
Those pictures are PHENOMENAL! I know it helps to have a spectacular stone, but what camera and settings were you using? SPECTACULAR!!!
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
Mara-

That makes two of us -I'm slightly shocked I found this stone at BN, and even more so because it isn't even one of their sig series! I agree w/you on all counts re Blue Nile. I do love the search tool on their website, and every once in a while I'd go back to play with it, just for kicks. Well, imagine my amazement when this puppy turned up! Anyway, I immediately put it on hold and requested Sarin info -the #s were awesome. They still don't provide any helpful images at all, so that was going to be the true test. Once I got all three stones (and a maxed out credit card to show for it!) I took those pics with my home setup -I plagiarized the "ideal mousse cap" and got an IS. I set it up on my lighttable, and voila. By the way, all three IS images were taken the same way, with extremely strong backlighting. I think it's a testament to all the stones that they looked so good even with that kind of backlight! Thanks though, I'm glad you like the final choice. I was kinda with you on the 0.91, though it is truly a beautiful stone as well!
9.gif
Funny thing is, before I learned anything or found PS, I used to think BN was the best of the best. Then I discovered the PS vendors -who really take it to a different level. Oh well, I guess I'll have to buy other diamonds from the rest of 'em, ey?
2.gif


Researcher-

Thank you! I have a Nikon Coolpix 5700 that has an amazing macro mode. I set those shots up outdoors in the sun (for the most part), switched the white balance to sunny day, and burned out my retinas taking the pix
2.gif
. Oh, I also dropped ISO to 100, which makes them nice and smooth. Heaven knows that stone is bright enough!!!
9.gif
 

moremoremore

Ideal_Rock
Joined
Mar 15, 2004
Messages
6,825
I think I just went blind!...Help, I've fallen and I can't get up!!! AMAZING shots and an AMAZING stone...that sucker IS blinding....CONGRATS!!!
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
----------------
On 7/26/2004 12:16:19 PM Mara wrote:


...
Oh and what is this about an EIGHTSTAR for an anni gift? For you or him!? Spill!----------------

Oops, I missed that part! Ummm, well, my husband (who is NOT a fan of jewelry OR shopping) took pity on me in my obsessive diamond search and suggested that maybe he could get me a solitaire pendant for our 7th anniversary this September. What a guy! So, I kept looking for the perfect just shy of 0.50 ct. D-E SI1-I1 stone for that little project. With fluor, of course. Couldn't find one I liked. So, with the help of Wink and Dana at EightStar, a 0.59 D SI1 with strong blue fluor was located. It really does turn blue in sunlight -I got to see it and take pics before the recut- I think it's soooo cool. So anyway, now I have no idea what's up with it and it's driving me MAD!
wacko.gif
Hubby has intimated that the recut might be done and it might be on its way to GIA... it's pretty exciting!!!

Actually, I've always wanted to have a lovely, simple set of diamonds: right hand ring, solitaire pendant, and studs.
4.gif
 

Patty

Ideal_Rock
Joined
Dec 7, 2003
Messages
4,332
Great choice quaeritur!

I can't wait to see it set.

And the pendant will be great too!
 

elepri

Brilliant_Rock
Joined
Jun 29, 2004
Messages
759
Wow, that's some pretty amazing flashes! Please post pictures when it's set.
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
Here is a hearts image I took with my homemade setup and IdealScope. Not the clearest, but enough to give an idea of some pretty nice hearts for an unbranded cut!
21.gif


homemadehearts.jpg
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
Thanks Garry. OK, I'll keep 'em. And your credit card # is...?
2.gif
 

noobie

Brilliant_Rock
Joined
Mar 3, 2004
Messages
1,318
Those are fabulous pics! I like the way you went about it. I always tell people to buy both and look at them, but in your case it was three!




P.S. Seven months, you've got stamina
appl.gif
 

WinkHPD

Ideal_Rock
Trade
Joined
May 3, 2001
Messages
7,516
Lady Q,

I just had a nice conversation with a gentleman in Boulder with whom you shared the stones that you had. I appreciate the courtesy!

Wink
 

Lynn B

Ideal_Rock
Joined
May 9, 2004
Messages
5,609
love.gif
love.gif
love.gif
love.gif
love.gif


Ohmyword! Gorgeous, positively GORGEOUS! What color and fire! Great job, Q -- can't WAIT to see it set.

All I can say is... WOW!
10.gif
10.gif
10.gif

Lynn
 

MelanieC

Shiny_Rock
Joined
Jun 13, 2004
Messages
127
WOW! It's so beautiful. Congrats on your new diamond and all the hard work that went into it. I love your choice. Your husband is quite the nice guy, that 8 Star sounds fabulous!!
 

Mara

Super_Ideal_Rock
Joined
Oct 30, 2002
Messages
31,003
The 8* sounds absolutely great, Q....you sneaky gal.
2.gif
Please let us know when it's done. There was a .57 H I1 locally here in San Jose a few months back that I saw at Willow Glen Jewelers which was absolutely stunning and the massive sparkles hid the inclusions. Price was nice too because of I1. Did you consider that one at all? If it's still available!
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
Thanks noobie, Lynn, and Melanie! I'm so impatient to get it appraised and set!!! I keep playing with it
2.gif


Mara- I didn't know of that one. I was willing to go down to an I1 for a pendant, but I really wanted a D or E color (color is to me what size is to you
2.gif
), and because I specifically wanted the blue fluor, it ended up being a custom job. There's something really romantic about the notion that a stone is being (re)cut just for me!
1.gif
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
I couldn't resist taking more pics... This stone is just amazing
9.gif
.

lilydiamond.jpg
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
I've been looking at this diamond in all sorts of different lighting conditions... it's so cool. Here are a couple of examples
1.gif


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