shape
carat
color
clarity

LGail''s FIC ring!

Attachment {#521
  #_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" => 1710846626
        "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" => 1710846627.0175
          "trace" => array:15 [ …15]
          "execute" => 1710846627.0176
          "complete" => 1710846627.0177
        ]
        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` = '18854')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1710846627.0243
          "trace" => array:15 [ …15]
          "execute" => 1710846627.0245
          "complete" => 1710846627.0247
        ]
        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` = 18854) 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" => 1710846627.0326
          "trace" => array:13 [ …13]
          "execute" => 1710846627.0346
          "complete" => 1710846627.035
        ]
        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 (17505, 271594, 271995, 271997, 271998, 272028))\n
            \t\t\tORDER BY `xf_attachment`.`attach_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1710846627.0462
          "trace" => array:15 [ …15]
          "execute" => 1710846627.0469
          "complete" => 1710846627.047
        ]
        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" => 1710846627.0498
          "trace" => array:13 [ …13]
          "execute" => 1710846627.0499
          "complete" => 1710846627.0499
        ]
        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" => 1710846627.0522
          "trace" => array:13 [ …13]
          "execute" => 1710846627.0525
          "complete" => 1710846627.0525
        ]
        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" => 1710846627.0527
          "trace" => array:12 [ …12]
          "execute" => 1710846627.0528
          "complete" => 1710846627.0528
        ]
        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-09-06') AND (`xf_nofollow`.`nofollow_end` > '2004-09-06')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710846627.0701
          "trace" => array:15 [ …15]
          "execute" => 1710846627.0704
          "complete" => 1710846627.0704
        ]
        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` = 18854)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710846627.0707
          "trace" => array:15 [ …15]
          "execute" => 1710846627.0709
          "complete" => 1710846627.0709
        ]
        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` = 18854) AND (`xf_featured_topics`.`active` = '1')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710846627.0711
          "trace" => array:15 [ …15]
          "execute" => 1710846627.0714
          "complete" => 1710846627.0714
        ]
      ]
      #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:13 [
        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
        }
        9702 => UserOption {#447
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 23
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8386 => UserOption {#452
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6725 => UserOption {#457
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 33
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6182 => UserOption {#462
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 38
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7917 => UserOption {#467
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 43
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7504 => UserOption {#472
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 48
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8504 => UserOption {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 53
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7571 => UserOption {#482
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 58
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        9639 => UserOption {#487
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 63
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        9383 => UserOption {#502
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 118
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        10289 => UserOption {#507
          #_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
        }
      ]
      "SV\SignupAbuseBlocking\XF\Entity\UserProfile" => array:13 [
        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"
        }
        9702 => UserProfile {#446
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        8386 => UserProfile {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 27
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        6725 => UserProfile {#456
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 32
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        6182 => UserProfile {#461
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 37
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        7917 => UserProfile {#466
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        7504 => UserProfile {#471
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 47
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        8504 => UserProfile {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        7571 => UserProfile {#481
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 57
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        9639 => UserProfile {#486
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        9383 => UserProfile {#501
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 117
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        10289 => UserProfile {#506
          #_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"
        }
      ]
      "XF\Entity\UserPrivacy" => array:13 [
        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
        }
        9702 => UserPrivacy {#445
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 21
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8386 => UserPrivacy {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6725 => UserPrivacy {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 31
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6182 => UserPrivacy {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7917 => UserPrivacy {#465
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 41
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7504 => UserPrivacy {#470
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8504 => UserPrivacy {#475
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 51
          #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
        }
        7571 => UserPrivacy {#480
          #_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
        }
        9639 => UserPrivacy {#485
          #_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
        }
        9383 => UserPrivacy {#500
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 116
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        10289 => UserPrivacy {#505
          #_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
        }
      ]
      "SV\SignupAbuseBlocking\XF\Entity\User" => array:12 [
        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
        }
        9702 => User {#448
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8386 => User {#453
          #_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
        }
        6725 => User {#458
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 34
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6182 => User {#463
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 39
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7917 => User {#468
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        7504 => User {#473
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 49
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        8504 => User {#478
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 54
          #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
        }
        7571 => User {#483
          #_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
        }
        9639 => User {#488
          #_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
        }
        9383 => User {#503
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 119
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        10289 => User {#508
          #_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
        }
      ]
      "XF\Entity\Node" => array:1 [
        8 => 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 [
        8 => 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 [
        18854 => 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 [
        18854 => 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:24 [
        17505 => 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
        }
        271594 => 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
        }
        271596 => Post {#449
          #_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
        }
        271637 => Post {#454
          #_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
        }
        271642 => Post {#459
          #_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: []
          #_behaviors: null
        }
        271647 => Post {#464
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 40
          #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
        }
        271653 => Post {#469
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 45
          #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
        }
        271663 => Post {#474
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 50
          #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
        }
        271789 => Post {#479
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 55
          #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
        }
        271811 => Post {#484
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 60
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
           …6
        }
        271995 => Post {#489 …20}
        271997 => Post {#490 …20}
        271998 => Post {#491 …20}
        272006 => Post {#492 …20}
        272011 => Post {#493 …20}
        272016 => Post {#494 …20}
        272028 => Post {#495 …20}
        272030 => Post {#496 …20}
        272032 => Post {#497 …20}
        273083 => Post {#498 …20}
        273086 => Post {#499 …20}
        273087 => Post {#504 …20}
        273089 => Post {#509 …20}
        273098 => Post {#510 …20}
      ]
      "XFMG\XF\Entity\AttachmentData" => array:6 [
        2079 => AttachmentData {#337
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#326
            +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: 133
          #rootClass: "XF\Entity\AttachmentData"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:13 [
            "data_id" => 2079
            "user_id" => 7884
            "upload_date" => 1093992179
            "filename" => "LGailFIC1.jpg"
            "file_size" => 74370
            "file_hash" => "e416d92c8ff428ec89eea8ff888a1a4f"
            "file_path" => ""
            "width" => 447
            "height" => 495
            "thumbnail_width" => 270
            "thumbnail_height" => 300
            "attach_count" => 1
            "xfmg_mirror_media_id" => 0
          ]
          #_relations: array:1 [
            "XfmgMirrorMedia" => null
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14455 => AttachmentData {#522 …20}
        14358 => AttachmentData {#524 …20}
        14359 => AttachmentData {#526 …20}
        14360 => AttachmentData {#528 …20}
        1965 => AttachmentData {#530 …20}
      ]
      "XFMG\XF\Entity\Attachment" => array:6 [
        2138 => Attachment {#521}
        14877 => Attachment {#523 …20}
        14778 => Attachment {#525 …20}
        14779 => Attachment {#527 …20}
        14780 => Attachment {#529 …20}
        2023 => Attachment {#531 …20}
      ]
      "Pricescope\Nofollow\Entity\NofollowKeywords" => array:10 [
        16 => NofollowKeywords {#377 …20}
        17 => NofollowKeywords {#371 …20}
        18 => NofollowKeywords {#370 …20}
        19 => NofollowKeywords {#369 …20}
        20 => NofollowKeywords {#368 …20}
        31 => NofollowKeywords {#367 …20}
        63 => NofollowKeywords {#366 …20}
        67 => NofollowKeywords {#365 …20}
        74 => NofollowKeywords {#364 …20}
        85 => NofollowKeywords {#363 …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 {#326}
      "SV\CustomFieldPerms\XFMG\Entity\MediaItem" => Structure {#327
        +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 {#334
        +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 {#385
        +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 {#383
        +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 {#381
        +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 {#335
        #em: Manager {#245}
        #identifier: "XFMG:Category"
      }
      "XFMG:Media" => Media {#338
        #em: Manager {#245}
        #identifier: "XFMG:Media"
      }
      "XF:Unfurl" => Unfurl {#532
        #em: Manager {#245}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#324
        #em: Manager {#245}
        #identifier: "XF:UserAlert"
      }
      "XF:ThreadType" => ThreadType {#513
        #em: Manager {#245}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#515
        #em: Manager {#245}
        #identifier: "XF:SessionActivity"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 134
  #rootClass: "XF\Entity\Attachment"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:11 [
    "attachment_id" => 2138
    "data_id" => 2079
    "content_type" => "post"
    "content_id" => 17505
    "attach_date" => 1093992179
    "temp_hash" => ""
    "unassociated" => 0
    "view_count" => 297
    "favorites__conflict" => 0
    "favorites" => 0
    "xfmg_is_mirror_handler" => 0
  ]
  #_relations: array:1 [
    "Data" => AttachmentData {#337}
  ]
  #_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.

reena

Ideal_Rock
Joined
Jul 13, 2004
Messages
2,531
appl.gif
love.gif
appl.gif
love.gif


i LOVE it!!!

more pics! i'm dying to see the side of your setting!
 

sevens one

Ideal_Rock
Joined
Apr 14, 2004
Messages
9,536
Lovely
 

Patty

Ideal_Rock
Joined
Dec 7, 2003
Messages
4,332
It's beautiful! I love the setting with the pave stones. And way to go on getting a great I-1!!
 

Jennifer5973

Ideal_Rock
Joined
Oct 18, 2003
Messages
4,107
Wow--that turned out fabulous!
love.gif
Congrats! What a fireball...
10.gif
9.gif
and the set is just perfect.
16.gif


Super sparkly!!!!
9.gif
 

moremoremore

Ideal_Rock
Joined
Mar 15, 2004
Messages
6,825
Oh, that is REALLY beautiful! Congrats
1.gif
 

alexah

Brilliant_Rock
Joined
Feb 14, 2004
Messages
1,230
That's such a beautiful e-ring
love.gif
it looks absolutely stunning on you finger! and i luv it with the wedding band next to it - WOW!
appl.gif
 

chrono

Super_Ideal_Rock
Premium
Joined
Apr 22, 2004
Messages
38,227
love.gif
That is beautiful. I really like the "set" picture.
 

AnnaLea

Rough_Rock
Joined
Feb 18, 2004
Messages
22
Very pretty!!
2.gif
And I LOVE THAT SETTING!!! (set) Almost got one similar, but hubby said that would have to come later
sick.gif

Enjoy it-it's beautiful!
appl.gif
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
D'Oh! She's figured it out without me (sorry, LGail... I got stuck in meetings just before posting your pics!
sad.gif
)
 

sevens one

Ideal_Rock
Joined
Apr 14, 2004
Messages
9,536
Am I seeing things or what?@!
rolleyes.gif

But I swear your stone looks bigger in these last pictures you posted compared to the first ones????? Are you trying to pull a fast one?
rodent.gif
 

LGail

Shiny_Rock
Joined
Jul 9, 2004
Messages
106
The first picture was taken at a very **unflattering** angle
1.gif
I think the last couple pictures do a little more justice. I have one more picture that I've been trying to post but have still been unsuccessful. I'll keep trying!!
 

LGail

Shiny_Rock
Joined
Jul 9, 2004
Messages
106
Thank you Quaeritur for all your help posting my pictures!!
 

quaeritur

Brilliant_Rock
Joined
Mar 12, 2004
Messages
1,238
You're most welcome! It was a pleasure looking at that beautiful ring some more!!!
1.gif
 

Jennifer5973

Ideal_Rock
Joined
Oct 18, 2003
Messages
4,107
you should be excited--it's fabulous!
love.gif
9.gif
 

wonka27

Brilliant_Rock
Joined
Jun 22, 2004
Messages
628
Wow...great ring! I love the last pic with the star showing. Really fantastic photo!
love.gif
 

goldengirl

Brilliant_Rock
Joined
Aug 20, 2004
Messages
1,134
That really is beautiful! I love a beautiful antique setting...wish I had the kind of sophistication necessary to pull it off. I'm sure you'll wear it beautifully.
2.gif
 

Patty

Ideal_Rock
Joined
Dec 7, 2003
Messages
4,332
Oh, I love the new pictures. Great pictures and great ring!
 
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