shape
carat
color
clarity

My DIY Invites :)

Attachment {#495
  #_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" => 1710844465
        "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" => 1710844466.0454
          "trace" => array:15 [ …15]
          "execute" => 1710844466.0455
          "complete" => 1710844466.0455
        ]
        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` = '47474')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1710844466.0524
          "trace" => array:15 [ …15]
          "execute" => 1710844466.053
          "complete" => 1710844466.0533
        ]
        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` = 47474) 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" => 1710844466.061
          "trace" => array:13 [ …13]
          "execute" => 1710844466.0627
          "complete" => 1710844466.063
        ]
        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 (45279, 699148))\n
            \t\t\tORDER BY `xf_attachment`.`attach_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1710844466.0718
          "trace" => array:15 [ …15]
          "execute" => 1710844466.0748
          "complete" => 1710844466.075
        ]
        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" => 1710844466.0774
          "trace" => array:13 [ …13]
          "execute" => 1710844466.0776
          "complete" => 1710844466.0776
        ]
        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" => 1710844466.0806
          "trace" => array:13 [ …13]
          "execute" => 1710844466.0809
          "complete" => 1710844466.0809
        ]
        7 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tINSERT IGNORE INTO xf_session_activity (\n
            \t\t\t\t\tip,\n
            \t\t\t\t\tcontroller_name,\n
            \t\t\t\t\tcontroller_action,\n
            \t\t\t\t\tview_state,\n
            \t\t\t\t\tparams,\n
            \t\t\t\t\tview_date,\n
            \t\t\t\t\trobot_key,\n
            \t\t\t\t\tuser_id,\n
            \t\t\t\t\tunique_key\n
            \t\t\t\t) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)\n
            \t\t\t
            """
          "params" => array:9 [ …9]
          "start" => 1710844466.0811
          "trace" => array:12 [ …12]
          "execute" => 1710844466.0812
          "complete" => 1710844466.0812
        ]
        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` < '2006-07-07') AND (`xf_nofollow`.`nofollow_end` > '2006-07-07')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710844466.1017
          "trace" => array:15 [ …15]
          "execute" => 1710844466.1021
          "complete" => 1710844466.1021
        ]
        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` = 47474)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710844466.1025
          "trace" => array:15 [ …15]
          "execute" => 1710844466.1029
          "complete" => 1710844466.1029
        ]
        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` = 47474) AND (`xf_featured_topics`.`active` = '1')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1710844466.1031
          "trace" => array:15 [ …15]
          "execute" => 1710844466.1034
          "complete" => 1710844466.1034
        ]
      ]
      #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:9 [
        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
        }
        19136 => 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
        }
        12567 => UserOption {#448
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14710 => UserOption {#454
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 38
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        15233 => UserOption {#460
          #_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
        }
        11558 => UserOption {#466
          #_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
        }
        17520 => UserOption {#471
          #_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
        }
        20270 => UserOption {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 73
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        15260 => UserOption {#483
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#245}
          -_uniqueEntityId: 83
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\SignupAbuseBlocking\XF\Entity\UserProfile" => array:9 [
        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"
        }
        19136 => 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"
        }
        12567 => UserProfile {#447
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 27
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        14710 => UserProfile {#453
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 37
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        15233 => UserProfile {#459
          #_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"
        }
        11558 => UserProfile {#465
          #_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"
        }
        17520 => UserProfile {#470
          #_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"
        }
        20270 => UserProfile {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 72
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
        15260 => UserProfile {#482
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#245}
          -_uniqueEntityId: 82
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:18 [ …18]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
          #customFieldRepo: "XF:UserField"
          #customFieldContainerKey: "customFields.users"
        }
      ]
      "XF\Entity\UserPrivacy" => array:9 [
        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
        }
        19136 => 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
        }
        12567 => UserPrivacy {#446
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14710 => UserPrivacy {#452
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        15233 => UserPrivacy {#458
          #_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
        }
        11558 => UserPrivacy {#464
          #_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
        }
        17520 => UserPrivacy {#469
          #_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
        }
        20270 => UserPrivacy {#475
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 71
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        15260 => UserPrivacy {#481
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#280}
          #_em: Manager {#245}
          -_uniqueEntityId: 81
          #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:8 [
        19136 => 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
        }
        12567 => User {#449
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 29
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14710 => User {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 39
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        15233 => User {#461
          #_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
        }
        11558 => User {#467
          #_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
        }
        17520 => User {#472
          #_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
        }
        20270 => User {#478
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 74
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        15260 => User {#484
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#273}
          #_em: Manager {#245}
          -_uniqueEntityId: 84
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:46 [ …46]
          #_relations: array:4 [ …4]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\Node" => array:1 [
        6 => Node {#307
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 6
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XFMG\XF\Entity\Forum" => array:1 [
        6 => Forum {#435
          #_getterCache: array:2 [ …2]
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#302
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:30 [ …30]
            +relations: array:8 [ …8]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: []
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:30 [ …30]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XFES\Entity\ThreadSimilar" => array:1 [
        47474 => 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 [
        47474 => 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:17 [
        45279 => 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
        }
        699148 => 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
        }
        699151 => Post {#445
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 25
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        699153 => Post {#450
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 30
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        699158 => Post {#451
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 35
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:22 [ …22]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        699312 => Post {#456
          #_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
        }
        699332 => Post {#457
          #_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
        }
        699678 => Post {#462
          #_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
        }
        699704 => Post {#463
          #_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
        }
        699832 => Post {#468
          #_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
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        699842 => Post {#473
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 65
          #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
        }
        700084 => Post {#474
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 70
          #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
        }
        700161 => Post {#479
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 75
          #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
        }
        700280 => Post {#480
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 80
          #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
        }
        702011 => Post {#485
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 85
          #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
        }
        702024 => Post {#486
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 90
          #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
        }
        702048 => Post {#487
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#426}
          #_em: Manager {#245}
          -_uniqueEntityId: 95
          #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
        }
      ]
      "XFMG\XF\Entity\AttachmentData" => array:2 [
        68881 => AttachmentData {#334
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#323
            +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: 98
          #rootClass: "XF\Entity\AttachmentData"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:13 [
            "data_id" => 68881
            "user_id" => 19136
            "upload_date" => 1151899916
            "filename" => "DSCN3184_nonames.jpg"
            "file_size" => 35466
            "file_hash" => "4bdb992b27df88cd8742bc498947860a"
            "file_path" => ""
            "width" => 576
            "height" => 768
            "thumbnail_width" => 225
            "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
        }
        68882 => AttachmentData {#496
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#323}
          #_em: Manager {#245}
          -_uniqueEntityId: 102
          #rootClass: "XF\Entity\AttachmentData"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:13 [ …13]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XFMG\XF\Entity\Attachment" => array:2 [
        71015 => Attachment {#495}
        71016 => Attachment {#497
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#440}
          #_em: Manager {#245}
          -_uniqueEntityId: 103
          #rootClass: "XF\Entity\Attachment"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:11 [ …11]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Pricescope\Nofollow\Entity\NofollowKeywords" => array:15 [
        4 => NofollowKeywords {#378
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386
            +shortName: "Pricescope\Nofollow:NofollowKeywords"
            +contentType: null
            +table: "xf_nofollow"
            +primaryKey: "nofollow_id"
            +columns: array:5 [ …5]
            +relations: []
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#245}
          -_uniqueEntityId: 104
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:5 [ …5]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        15 => NofollowKeywords {#372
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386}
          #_em: Manager {#245}
          -_uniqueEntityId: 105
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:5 [ …5]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => NofollowKeywords {#371
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386}
          #_em: Manager {#245}
          -_uniqueEntityId: 106
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:5 [ …5]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        17 => NofollowKeywords {#370
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386}
          #_em: Manager {#245}
          -_uniqueEntityId: 107
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:5 [ …5]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        18 => NofollowKeywords {#369
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386}
          #_em: Manager {#245}
          -_uniqueEntityId: 108
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:5 [ …5]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        19 => NofollowKeywords {#368
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386}
          #_em: Manager {#245}
          -_uniqueEntityId: 109
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:5 [ …5]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        20 => NofollowKeywords {#367
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386}
          #_em: Manager {#245}
          -_uniqueEntityId: 110
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:5 [ …5]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        22 => NofollowKeywords {#366
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386}
          #_em: Manager {#245}
          -_uniqueEntityId: 111
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:5 [ …5]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        23 => NofollowKeywords {#365
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#386}
          #_em: Manager {#245}
          -_uniqueEntityId: 112
          #rootClass: "Pricescope\Nofollow\Entity\NofollowKeywords"
          #_useReplaceInto: false
          #_newValues: []
           …12
        }
        24 => NofollowKeywords {#364 …20}
        31 => NofollowKeywords {#363 …20}
        67 => NofollowKeywords {#362 …20}
        74 => NofollowKeywords {#361 …20}
        81 => NofollowKeywords {#360 …20}
        85 => NofollowKeywords {#359 …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 {#323}
      "SV\CustomFieldPerms\XFMG\Entity\MediaItem" => Structure {#324
        +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 {#331
        +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 {#386}
      "Pricescope\QuickModTools\Entity\NofollowThreads" => Structure {#384
        +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 {#382
        +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 {#332
        #em: Manager {#245}
        #identifier: "XFMG:Category"
      }
      "XFMG:Media" => Media {#335
        #em: Manager {#245}
        #identifier: "XFMG:Media"
      }
      "XF:Unfurl" => Unfurl {#498
        #em: Manager {#245}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#321
        #em: Manager {#245}
        #identifier: "XF:UserAlert"
      }
      "XF:ThreadType" => ThreadType {#491
        #em: Manager {#245}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#493
        #em: Manager {#245}
        #identifier: "XF:SessionActivity"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 99
  #rootClass: "XF\Entity\Attachment"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:11 [
    "attachment_id" => 71015
    "data_id" => 68881
    "content_type" => "post"
    "content_id" => 45279
    "attach_date" => 1151899916
    "temp_hash" => ""
    "unassociated" => 0
    "view_count" => 668
    "favorites__conflict" => 0
    "favorites" => 0
    "xfmg_is_mirror_handler" => 0
  ]
  #_relations: array:1 [
    "Data" => AttachmentData {#334}
  ]
  #_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.

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
After many variations and failed printing attempts, we finally have a version we''re happy with!!
36.gif


Photos of invite here and RSVP card next!!

DSCN3184_nonames.jpg
 

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
And our Tacori-inspired postcard RSVP!! We tweaked it a bit since this printout (made them wider, so they text doesn''t look so cramped), but this is basically what it will look like

DSCN3177_nonames.jpg
 

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
So that''s them! They''re very simple, but that''s what we wanted. The paper is nice and thick from Paper Source, and the blue and brown print look really rich on it. We bought deckle-edge scissors to rough up the edges a bit (I tried ripping them to get it a bit softer-looking, but UGH -- too time-consuming and hard!!), and I think between that and the ribbon, it gives the invites a bit more oomph!

We also did Thank Yous that match the invites/RSVPs -- those just say Pamela & Jose with the PJ monogram
1.gif


Also are doing matching table cards -- not individual place settings, but one card for each table (actually, maybe I''ll post those too ...) -- and maybe menus.

We''re also making paper cones for rose petals and will use that same blue ribbon for hanging them (though the cones are on a kind of light light silvery paper that we thought would look more bridal and pretty hanging on the chairs).

Amazing how the Martha comes out in you when you''re a bride on a budget!! But it''s fun. The things I knew I couldn''t do -- flowers! -- I ''m leaving to the pros, but it''s pretty fun trying to figure this stuff out and it''s just the BEST feeling when something comes out and you''re happy with it!!
1.gif
 

HOUMedGal

Brilliant_Rock
Joined
Jan 13, 2005
Messages
1,832
Ellaila, they look fantastic!!! You did such a great job, they look totally professional. :) I know what you mean, I was on a budget too, and once I started going on the DIY stuff, I just couldn''t stop! hehe!
 

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
Thanks!! I have to say this site has been the HUGEST inspiration to me! Honestly, I was so stumped about the RSVP postcard thing till I saw Tacori''s amazing invitations ... :)

And now, thanks to you HouMedGal, I''m on a mission for a pretty fake flower to attach to a comb for my hair!!
 

lovelylulu

Ideal_Rock
Joined
Jul 6, 2005
Messages
2,406
ellaila, i love the color combo -- beautiful, especially since the location is by the water
emstar.gif
i also think that the edges are such a great detail! great job, i know that took a ton of work.
 

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
Thanks, Lulu! I have a newfound appreciation for graphic designers now, that''s for sure! That Scriptina font is pretty but it''s such a pain to work with because the swirly things make it impossible to look centered -- so that took some work! But all in all, it was fun, and now it''s up to my fiance to deal with the cutting (I am "scissors-challenged" as someone once put it. Honestly, I can''t cut a straight line to save my life. I don''t know how I made it out of kindergarten!) and "ribboning" -- though the bows are up to me
1.gif
 

Tacori E-ring

Super_Ideal_Rock
Joined
Aug 15, 2005
Messages
20,041
Date: 7/2/2006 9:34:48 PM
Author: ellaila
Thanks!! I have to say this site has been the HUGEST inspiration to me! Honestly, I was so stumped about the RSVP postcard thing till I saw Tacori''s amazing invitations ... :)


And now, thanks to you HouMedGal, I''m on a mission for a pretty fake flower to attach to a comb for my hair!!

You are so sweet. I am glad I inspired you! It is so much easier too once you start getting RSVPs and you don''t have to open anything. Another, surprised bonus was many people wrote messages to us on the blank side. I really like that. I did write numbers in the corner of the blank side so if someone forgot to put their name we knew who sent it. Your invites look great. Are you doing programs?
 

HOUMedGal

Brilliant_Rock
Joined
Jan 13, 2005
Messages
1,832
Hahaha, awesome, I''m glad you liked my flower! hehe!
 

griffitk

Rough_Rock
Joined
Jan 11, 2006
Messages
66
Very cute! I love the colors! :)

If you do decide that you would rather tear the paper, you should try a tearing ruler. They have funky edges so you can get just the look you want very quickly. Link to tearing ruler I''m pretty sure Michael''s and JoAnne''s both carry them.
 

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
Thanks! :)

I''ve already bought two different pairs of deckle-edge scissors as well as paint brushes (to try and do a wet tear - a DIY thing I saw somewhere), and I think my fiance will kill me if I buy anything else for these invitations! He''s able to use scissors much better than I can, so the cutting is def. up to him. If I were doing it, I''d be all over those rulers though.
 

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
SDL, have you posted your invitations on the site yet? I haven''t seen them if you did ...
 

ChargerGrrl

Ideal_Rock
Joined
Aug 17, 2005
Messages
2,865
Just saw this thread, and had to respond as I''m in the midst of my DIY-invite project. (and I''m also using a tacori-inspired RSVP postcard!)

Yours are soooo pretty. They look professional- the color scheme, font, & layout totally flows.

You gals give me inspiration! I hope that mine will look half as good- should have pics up in about 2 weeks.
 

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
Thanks!! Good luck with your projects, ChargerGrrl -- can''t wait to see them!!

We''re sending ours out this weekend
36.gif
-- I''m so excited!!

By the way, most people I''ve talked to have never seen/heard of the postcard-style RSVP and think it is absolutely ingenious -- I must agree! Cheaper postage, no extra envelopes, and they''re really cute to boot!
 

ellaila

Brilliant_Rock
Joined
Apr 7, 2006
Messages
1,643
Wow, SO cute!!! I love the little seashell at the bottom of the invites :)

That Scriptina font was such a find! Free fonts rock my world.
 
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