Читай

Вневременные статьи о жизни предпринимателей, бизнесе и стартапах.
Forum {#330
  #_getterCache: array:1 [
    "TypeHandler" => Discussion {#268
      #type: "discussion"
    }
  ]
  #_valueCache: array:2 [
    "ts_show_children" => true
    "allow_posting" => true
  ]
  #_structure: Structure {#267
    +shortName: "XF:Forum"
    +contentType: "forum"
    +table: "xf_forum"
    +primaryKey: "node_id"
    +columns: array:35 [
      "node_id" => array:2 [
        "type" => 2
        "required" => true
      ]
      "discussion_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "message_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "last_post_id" => array:2 [
        "type" => 2
        "default" => 0
      ]
      "last_post_date" => array:2 [
        "type" => 2
        "default" => 0
      ]
      "last_post_user_id" => array:2 [
        "type" => 2
        "default" => 0
      ]
      "last_post_username" => array:3 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
      ]
      "last_thread_id" => array:2 [
        "type" => 2
        "default" => 0
      ]
      "last_thread_title" => array:3 [
        "type" => 5
        "maxLength" => 150
        "default" => ""
      ]
      "last_thread_prefix_id" => array:2 [
        "type" => 2
        "default" => 0
      ]
      "moderate_threads" => array:2 [
        "type" => 65540
        "default" => false
      ]
      "moderate_replies" => array:2 [
        "type" => 65540
        "default" => false
      ]
      "forum_type_id" => array:3 [
        "type" => 5
        "default" => "discussion"
        "api" => true
      ]
      "type_config" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "allow_posting" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "count_messages" => array:2 [
        "type" => 65540
        "default" => true
      ]
      "find_new" => array:2 [
        "type" => 65540
        "default" => true
      ]
      "allow_index" => array:3 [
        "type" => 5
        "default" => "allow"
        "allowedValues" => array:3 [
          0 => "allow"
          1 => "deny"
          2 => "criteria"
        ]
      ]
      "index_criteria" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "require_prefix" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "allowed_watch_notifications" => array:3 [
        "type" => 5
        "default" => "all"
        "allowedValues" => array:3 [
          0 => "all"
          1 => "thread"
          2 => "none"
        ]
      ]
      "field_cache" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "prefix_cache" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "prompt_cache" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "default_prefix_id" => array:2 [
        "type" => 2
        "default" => 0
      ]
      "default_sort_order" => array:2 [
        "type" => 5
        "default" => "last_post_date"
      ]
      "default_sort_direction" => array:3 [
        "type" => 5
        "default" => "desc"
        "allowedValues" => array:2 [
          0 => "asc"
          1 => "desc"
        ]
      ]
      "list_date_limit_days" => array:3 [
        "type" => 2
        "default" => 0
        "max" => 3650
      ]
      "min_tags" => array:4 [
        "type" => 2
        "default" => 0
        "max" => 100
        "api" => true
      ]
      "ts_show_children" => array:2 [
        "type" => 65540
        "default" => false
      ]
      "sv_min_prefixes" => array:2 [
        "type" => 2
        "default" => 0
      ]
      "sv_max_prefixes" => array:2 [
        "type" => 2
        "default" => 0
      ]
      "sv_default_prefix_ids" => array:4 [
        "type" => 65554
        "default" => []
        "nullable" => true
        "list" => array:2 [
          "type" => "posint"
          "unique" => true
        ]
      ]
      "sv_liven_all_threads" => array:2 [
        "type" => 65540
        "default" => true
      ]
      "bs_is_sticky_first_post" => array:2 [
        "type" => 65540
        "default" => false
      ]
    ]
    +relations: array:7 [
      "Read" => array:4 [
        "entity" => "XF:ForumRead"
        "type" => 2
        "conditions" => "node_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ForumWatch"
        "type" => 2
        "conditions" => "node_id"
        "key" => "user_id"
      ]
      "DraftThreads" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [
            0 => "draft_key"
            1 => "="
            2 => "forum-"
            3 => "$node_id"
          ]
        ]
        "key" => "user_id"
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [
            0 => "post_id"
            1 => "="
            2 => "$last_post_id"
          ]
        ]
        "primary" => true
      ]
      "LastPostUser" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [
            0 => "user_id"
            1 => "="
            2 => "$last_post_user_id"
          ]
        ]
        "primary" => true
      ]
      "LastThread" => array:4 [
        "entity" => "XF:Thread"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [
            0 => "thread_id"
            1 => "="
            2 => "$last_thread_id"
          ]
        ]
        "primary" => true
      ]
      "Node" => array:5 [
        "entity" => "XF:Node"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "cascadeDelete" => true
      ]
    ]
    +getters: array:10 [
      "draft_thread" => true
      "prefixes" => true
      "thread_prompt" => true
      "TypeHandler" => array:3 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:1 [
          0 => "forum_type_id"
        ]
      ]
      "type_config" => array:3 [
        "cache" => true
        "getter" => "getTypeConfig"
        "invalidate" => array:1 [
          0 => "forum_type_id"
        ]
      ]
      "node_name" => array:2 [
        "getter" => "getNodeName"
        "cache" => false
      ]
      "title" => array:2 [
        "getter" => "getTitle"
        "cache" => false
      ]
      "description" => array:2 [
        "getter" => "getDescription"
        "cache" => false
      ]
      "depth" => array:2 [
        "getter" => "getDepth"
        "cache" => false
      ]
      "sv_default_prefix_ids" => true
    ]
    +defaultWith: array:1 [
      0 => "Node"
    ]
    +options: array:1 [
      "delete_threads" => true
    ]
    +behaviors: []
    +columnAliases: []
    +withAliases: array:1 [
      "api" => array:2 [
        0 => Closure {#266
          class: "XF\Entity\Forum"
          file: "/var/www/html/src/XF/Entity/Forum.php"
          line: "719 to 728"
        }
        1 => "Node.api"
      ]
    ]
  }
  #_em: Manager {#238
    #db: Adapter {#222
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "db"
        "port" => "3306"
        "username" => "admin"
        "password" => "yNZZz8fZYX6//0o7RKY+Uw=="
        "dbname" => "bss_ru"
      ]
      #fullUnicode: true
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 18
      #logQueries: false
      #logSimpleOnly: null
      #queryLog: []
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
      #connection: mysqli {#223}
    }
    #valueFormatter: ValueFormatter {#239}
    #extension: Extension {#224
      #listeners: array:20 [
        "addon_post_install" => array:2 [
          "_" => array:2 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
          ]
          "XFMG" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "app_setup" => array:1 [
          "_" => array:6 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
            2 => array:2 [ …2]
            3 => array:2 [ …2]
            4 => array:2 [ …2]
            5 => array:2 [ …2]
          ]
        ]
        "bb_code_rules" => array:1 [
          "chat" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "criteria_user" => array:1 [
          "_" => array:2 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
          ]
        ]
        "dispatcher_post_dispatch" => array:1 [
          "_" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "editor_dialog" => array:1 [
          "_" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "entity_defaults" => array:1 [
          "XF\Entity\Thread" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "entity_post_delete" => array:3 [
          "XF\Entity\User" => array:2 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
          ]
          "XF\Entity\Forum" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\Thread" => array:2 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
          ]
        ]
        "entity_post_save" => array:5 [
          "XF\Entity\Post" => array:3 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
            2 => array:2 [ …2]
          ]
          "XF\Entity\ConversationMessage" => array:2 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
          ]
          "XF\Entity\User" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\ProfilePostComment" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\ProfilePost" => array:2 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
          ]
        ]
        "entity_structure" => array:10 [
          "XF\Entity\Thread" => array:4 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
            2 => array:2 [ …2]
            3 => array:2 [ …2]
          ]
          "XF\Entity\User" => array:2 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
          ]
          "XF\Entity\Post" => array:1 [
            0 => array:2 [ …2]
          ]
          "XenAddons\AMS\Entity\ArticleItem" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\UserOption" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\UserProfile" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\Forum" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\ProfilePost" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\Node" => array:1 [
            0 => array:2 [ …2]
          ]
          "XF\Entity\Category" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "inline_mod_actions" => array:6 [
          "post" => array:1 [
            0 => array:2 [ …2]
          ]
          "profile_post" => array:1 [
            0 => array:2 [ …2]
          ]
          "thread" => array:1 [
            0 => array:2 [ …2]
          ]
          "xfmg_comment" => array:1 [
            0 => array:2 [ …2]
          ]
          "xfmg_album" => array:1 [
            0 => array:2 [ …2]
          ]
          "xfmg_media" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "templater_global_data" => array:1 [
          "_" => array:4 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
            2 => array:2 [ …2]
            3 => array:2 [ …2]
          ]
        ]
        "templater_macro_post_render" => array:1 [
          "public:real_time_chat_macros:header" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "templater_macro_pre_render" => array:4 [
          "public:thuserimprovements_trophy_macros:user_trophy_item" => array:1 [
            0 => array:2 [ …2]
          ]
          "admin:option_macros:option_form_block" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:prefix_macros:row" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:prefix_macros:select" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "templater_setup" => array:1 [
          "_" => array:6 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
            2 => array:2 [ …2]
            3 => array:2 [ …2]
            4 => array:2 [ …2]
            5 => array:2 [ …2]
          ]
        ]
        "templater_template_pre_render" => array:10 [
          "public:_help_page_trophies" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:member_about" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:member_trophies" => array:1 [
            0 => array:2 [ …2]
          ]
          "admin:addon_options" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:prefix_input" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:dbtech_ecommerce_category_prefixes" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:dbtech_shop_category_prefixes" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:forum_prefixes" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:xfrm_category_prefixes" => array:1 [
            0 => array:2 [ …2]
          ]
          "public:xc_project_manager_category_prefixes" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
        "visitor_setup" => array:1 [
          "_" => array:1 [
            0 => array:2 [ …2]
          ]
        ]
      ]
      #classExtensions: array:193 [
        "XF\Entity\UserUpgrade" => array:2 [
          0 => "SV\ExpiringUserUpgrades\XF\Entity\UserUpgrade"
          1 => "XenSoluce\UserUpgradeDuration\XF\Entity\UserUpgrade"
        ]
        "XF\Template\Templater" => array:5 [
          0 => "SV\MultiPrefix\XF\Template\Templater"
          1 => "PB\CustomPostStyle\XF\Template\Templater"
          2 => "ThemeHouse\UserImprovements\XF\Template\Templater"
          3 => "ThemeHouse\UserNameColor\XF\Template\Templater"
          4 => "SV\LiveContent\XF\Template\Templater"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "cv6\NodeIcon\XF\Entity\Node"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:2 [
          0 => "SV\MultiPrefix\XFRM\Pub\Controller\ResourceItem"
          1 => "XenConcept\RestrictGuestViews\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Andy\SimilarThreads\XF\Pub\Controller\Forum"
          1 => "BS\AIBots\XF\Pub\Controller\Forum"
          2 => "BS\StickyFirstPost\XF\Pub\Controller\Forum"
          3 => "SV\StandardLib\XF\Pub\Controller\Forum"
          4 => "SV\MultiPrefix\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\Thread" => array:12 [
          0 => "Andy\SimilarThreads\XF\Pub\Controller\Thread"
          1 => "AV\ThreadTitles\XF\Pub\Controller\Thread"
          2 => "BS\AIBots\XF\Pub\Controller\Thread"
          3 => "BS\LiveForumStatistics\XF\Pub\Controller\Thread"
          4 => "BS\StickyFirstPost\XF\Pub\Controller\Thread"
          5 => "BS\ThreadUp\XF\Pub\Controller\Thread"
          6 => "Truonglv\ThreadOwnerPerms\XF\Pub\Controller\Thread"
          7 => "XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread"
          8 => "XFA\WhoReadThisThread\XF\Pub\Controller\Thread"
          9 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
          10 => "SV\MultiPrefix\XF\Pub\Controller\Thread"
          11 => "SV\LiveContent\XF\Pub\Controller\Thread"
        ]
        "XF\Entity\Thread" => array:10 [
          0 => "AV\ThreadTitles\XF\Entity\Thread"
          1 => "BS\AIBots\XF\Entity\Thread"
          2 => "BS\StickyFirstPost\XF\Entity\Thread"
          3 => "BS\ThreadUp\XF\Entity\Thread"
          4 => "Siropu\KeywordLinking\XF\Entity\Thread"
          5 => "Truonglv\ThreadOwnerPerms\XF\Entity\Thread"
          6 => "XFA\WhoReadThisThread\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
          8 => "SV\MultiPrefix\XF\Entity\Thread"
          9 => "SV\LiveContent\XF\Entity\Thread"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "BS\Hide\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\Post" => array:6 [
          0 => "BS\Hide\XF\Entity\Post"
          1 => "PB\CustomPostStyle\XF\Entity\Post"
          2 => "Truonglv\ThreadAutoReply\XF\Entity\Post"
          3 => "Truonglv\ThreadOwnerPerms\XF\Entity\Post"
          4 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
          5 => "SV\LiveContent\XF\Entity\Post"
        ]
        "XF\Entity\User" => array:10 [
          0 => "BS\Hide\XF\Entity\User"
          1 => "BS\LiveForumStatistics\XF\Entity\User"
          2 => "BS\RealTimeChat\XF\Entity\User"
          3 => "Siropu\KeywordLinking\XF\Entity\User"
          4 => "ThemeHouse\MembersLocalTime\XF\Entity\User"
          5 => "ThemeHouse\UserImprovements\XF\Entity\User"
          6 => "ThemeHouse\UserNameColor\XF\Entity\User"
          7 => "Truonglv\ProfileVanity\XF\Entity\User"
          8 => "SV\LiveContent\XF\Entity\User"
          9 => "SV\ExpiringUserUpgrades\XF\Entity\User"
        ]
        "XF\Pub\Controller\Purchase" => array:2 [
          0 => "BS\Hide\XF\Pub\Controller\Purchase"
          1 => "XenSoluce\UserUpgradeDuration\XF\Pub\Controller\Purchase"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "BS\Hide\XF\Str\Formatter"
        ]
        "XF\Finder\Thread" => array:5 [
          0 => "BS\LiveForumStatistics\XF\Finder\Thread"
          1 => "BS\ThreadUp\XF\Finder\Thread"
          2 => "TS\VisibleChildren\XF\Finder\Thread"
          3 => "SV\MultiPrefix\XF\Finder\Thread"
          4 => "SV\LiveContent\XF\Finder\Thread"
        ]
        "XF\Pub\Controller\Account" => array:8 [
          0 => "BS\LiveForumStatistics\XF\Pub\Controller\Account"
          1 => "ScripTop\CustomUserLocation\XF\Pub\Controller\Account"
          2 => "ThemeHouse\UserImprovements\XF\Pub\Controller\Account"
          3 => "ThemeHouse\UserNameColor\XF\Pub\Controller\Account"
          4 => "Truonglv\ProfileVanity\XF\Pub\Controller\Account"
          5 => "XenSoluce\UserUpgradeDuration\XF\Pub\Controller\Account"
          6 => "SV\LiveContent\XF\Pub\Controller\Account"
          7 => "SV\ExpiringUserUpgrades\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\FindThreads" => array:1 [
          0 => "BS\LiveForumStatistics\XF\Pub\Controller\FindThreads"
        ]
        "BS\AIBots\Bot\ChatGPT" => array:1 [
          0 => "BS\RealTimeChat\BS\AIBots\Bot\ChatGPT"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "BS\RealTimeChat\XF\AddOn\DataManager"
        ]
        "XF\Repository\Banning" => array:1 [
          0 => "BS\RealTimeChat\XF\Repository\Banning"
        ]
        "XF\Repository\UserIgnored" => array:1 [
          0 => "BS\RealTimeChat\XF\Repository\UserIgnored"
        ]
        "XF\Admin\Controller\Forum" => array:5 [
          0 => "BS\StickyFirstPost\XF\Admin\Controller\Forum"
          1 => "cv6\NodeIcon\XF\Admin\Controller\Forum"
          2 => "TS\VisibleChildren\XF\Admin\Controller\Forum"
          3 => "SV\MultiPrefix\XF\Admin\Controller\Forum"
          4 => "SV\LiveContent\XF\Admin\Controller\Forum"
        ]
        "XF\Service\Thread\Creator" => array:2 [
          0 => "BS\StickyFirstPost\XF\Service\Thread\Creator"
          1 => "SV\MultiPrefix\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "BS\StickyFirstPost\XF\Service\Thread\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
          2 => "SV\MultiPrefix\XF\Service\Thread\Editor"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "BS\ThreadUp\XF\InlineMod\Thread"
        ]
        "XF\Service\Thread\Replier" => array:1 [
          0 => "BS\ThreadUp\XF\Service\Thread\Replier"
        ]
        "XF\Pub\Controller\Member" => array:3 [
          0 => "Cirilla\StickyPPost\XF\Pub\Controller\Member"
          1 => "ThemeHouse\UserImprovements\XF\Pub\Controller\Member"
          2 => "Truonglv\ProfileVanity\XF\Pub\Controller\Member"
        ]
        "XF\Pub\Controller\ProfilePost" => array:3 [
          0 => "Cirilla\StickyPPost\XF\Pub\Controller\ProfilePost"
          1 => "PB\CustomPostStyle\XF\Pub\Controller\ProfilePost"
          2 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "XF\Admin\Controller\Asset" => array:1 [
          0 => "cv6\NodeIcon\XF\Admin\Controller\Asset"
        ]
        "XF\Admin\Controller\Category" => array:1 [
          0 => "cv6\NodeIcon\XF\Admin\Controller\Category"
        ]
        "XF\Admin\Controller\LinkForum" => array:1 [
          0 => "cv6\NodeIcon\XF\Admin\Controller\LinkForum"
        ]
        "XF\Admin\Controller\Page" => array:1 [
          0 => "cv6\NodeIcon\XF\Admin\Controller\Page"
        ]
        "XF\Admin\Controller\SearchForum" => array:1 [
          0 => "cv6\NodeIcon\XF\Admin\Controller\SearchForum"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Nulumia\NodeListWidget\XF\Repository\Node"
        ]
        "XF\CssRenderer" => array:2 [
          0 => "PB\CustomPostStyle\XF\CssRenderer"
          1 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "PB\CustomPostStyle\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\InlineMod\Post" => array:1 [
          0 => "PB\CustomPostStyle\XF\InlineMod\Post"
        ]
        "XF\InlineMod\ProfilePost" => array:1 [
          0 => "PB\CustomPostStyle\XF\InlineMod\ProfilePost"
        ]
        "XF\Pub\Controller\Post" => array:3 [
          0 => "PB\CustomPostStyle\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
          2 => "SV\MultiPrefix\XF\Pub\Controller\Post"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "ScripTop\AddonRegister\XF\Service\User\RegistrationComplete"
        ]
        "XF\Entity\UserField" => array:1 [
          0 => "ScripTop\CustomUserLocation\XF\Entity\UserField"
        ]
        "XF\Repository\UserField" => array:1 [
          0 => "ScripTop\CustomUserLocation\XF\Repository\UserField"
        ]
        "XenAddons\AMS\Entity\ArticleItem" => array:1 [
          0 => "Siropu\KeywordLinking\XenAddons\AMS\Entity\ArticleItem"
        ]
        "XenAddons\Showcase\Entity\Item" => array:1 [
          0 => "Siropu\KeywordLinking\XenAddons\Showcase\Entity\Item"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "Siropu\KeywordLinking\XFRM\Entity\ResourceItem"
          1 => "SV\MultiPrefix\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "Siropu\KeywordLinking\XFRM\Entity\ResourceUpdate"
        ]
        "XF\Entity\ConversationMaster" => array:2 [
          0 => "Siropu\KeywordLinking\XF\Entity\ConversationMaster"
          1 => "SV\LiveContent\XF\Entity\ConversationMaster"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "SVG\TagUserPostConversation\XF\BbCode\Renderer\Html"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Admin\Controller\Trophy" => array:1 [
          0 => "ThemeHouse\UserImprovements\XF\Admin\Controller\Trophy"
        ]
        "XF\Admin\Controller\User" => array:3 [
          0 => "ThemeHouse\UserImprovements\XF\Admin\Controller\User"
          1 => "SV\ExpiringUserUpgrades\XF\Admin\Controller\User"
          2 => "MMO\EditUserJoinDate\XF\Admin\Controller\User"
        ]
        "XF\ControllerPlugin\Error" => array:1 [
          0 => "ThemeHouse\UserImprovements\XF\ControllerPlugin\Error"
        ]
        "XF\Entity\MemberStat" => array:1 [
          0 => "ThemeHouse\UserImprovements\XF\Entity\MemberStat"
        ]
        "XF\Entity\Trophy" => array:1 [
          0 => "ThemeHouse\UserImprovements\XF\Entity\Trophy"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "ThemeHouse\UserImprovements\XF\Entity\UserPrivacy"
        ]
        "XF\Entity\UserTrophy" => array:1 [
          0 => "ThemeHouse\UserImprovements\XF\Entity\UserTrophy"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "ThemeHouse\UserImprovements\XF\Repository\Trophy"
        ]
        "XF\Mvc\Router" => array:1 [
          0 => "Truonglv\ProfileVanity\XF\Mvc\Router"
        ]
        "XF\Entity\Forum" => array:4 [
          0 => "TS\VisibleChildren\XF\Entity\Forum"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
          2 => "SV\MultiPrefix\XF\Entity\Forum"
          3 => "SV\LiveContent\XF\Entity\Forum"
        ]
        "XF\Repository\Thread" => array:4 [
          0 => "TS\VisibleChildren\XF\Repository\Thread"
          1 => "XFA\WhoReadThisThread\XF\Repository\Thread"
          2 => "SV\MultiPrefix\XF\Repository\Thread"
          3 => "SV\LiveContent\XF\Repository\Thread"
        ]
        "XenConcept\ProjectManager\Pub\Controller\ProjectItem" => array:2 [
          0 => "XenConcept\RestrictGuestViews\XenConcept\ProjectManager\Pub\Controller\ProjectItem"
          1 => "SV\MultiPrefix\XenConcept\ProjectManager\Pub\Controller\ProjectItem"
        ]
        "XenConcept\ProjectManager\Repository\Category" => array:1 [
          0 => "XenConcept\RestrictGuestViews\XenConcept\ProjectManager\Repository\Category"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "XenConcept\RestrictGuestViews\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XFMG\Repository\Category" => array:1 [
          0 => "XenConcept\RestrictGuestViews\XFMG\Repository\Category"
        ]
        "XFRM\Repository\Category" => array:1 [
          0 => "XenConcept\RestrictGuestViews\XFRM\Repository\Category"
        ]
        "NF\GiftUpgrades\ControllerPlugin\Gift" => array:1 [
          0 => "XenSoluce\UserUpgradeDuration\NF\GiftUpgrades\ControllerPlugin\Gift"
        ]
        "XenSoluce\UserUpgradePro\Pub\Controller\RenewSub" => array:1 [
          0 => "XenSoluce\UserUpgradeDuration\XenSoluce\UserUpgradePro\Pub\Controller\RenewSub"
        ]
        "XF\Admin\Controller\UserUpgrade" => array:2 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Admin\Controller\UserUpgrade"
          1 => "SV\ExpiringUserUpgrades\XF\Admin\Controller\UserUpgrade"
        ]
        "XF\Entity\PurchaseRequest" => array:1 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Entity\PurchaseRequest"
        ]
        "XF\Entity\UserUpgradeActive" => array:2 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Entity\UserUpgradeActive"
          1 => "SV\ExpiringUserUpgrades\XF\Entity\UserUpgradeActive"
        ]
        "XF\Entity\UserUpgradeExpired" => array:1 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Entity\UserUpgradeExpired"
        ]
        "XF\Finder\UserUpgradeActive" => array:1 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Finder\UserUpgradeActive"
        ]
        "XF\Finder\UserUpgradeExpired" => array:1 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Finder\UserUpgradeExpired"
        ]
        "XF\Purchasable\UserUpgrade" => array:2 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Purchasable\UserUpgrade"
          1 => "SV\ExpiringUserUpgrades\XF\Purchasable\UserUpgrade"
        ]
        "XF\Repository\UserUpgrade" => array:2 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Repository\UserUpgrade"
          1 => "SV\ExpiringUserUpgrades\XF\Repository\UserUpgrade"
        ]
        "XF\Service\User\Upgrade" => array:2 [
          0 => "XenSoluce\UserUpgradeDuration\XF\Service\User\Upgrade"
          1 => "SV\ExpiringUserUpgrades\XF\Service\User\Upgrade"
        ]
        "XFA\CSVGrapher\Entity\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Entity\Graph"
        ]
        "XFA\CSVGrapher\Pub\Controller\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Pub\Controller\Graph"
        ]
        "XFA\CSVGrapher\Service\Graph\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Service\Graph\Editor"
        ]
        "XFMG\Entity\Album" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Entity\Comment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Pub\Controller\Album" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Comment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Comment"
        ]
        "XFMG\Service\Album\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Album\Editor"
        ]
        "XFMG\Service\Comment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Comment\Editor"
        ]
        "XFMG\Service\Media\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Media\Editor"
        ]
        "XF\Entity\ProfilePostComment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePostComment"
        ]
        "XF\Service\Post\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\ProfilePostComment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePostComment\Editor"
        ]
        "XF\Service\ProfilePost\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePost\Editor"
        ]
        "AVForums\PrefixEssentials\Pub\Controller\PrefixEss" => array:1 [
          0 => "SV\MultiPrefix\AVForums\PrefixEssentials\Pub\Controller\PrefixEss"
        ]
        "AVForums\PrefixEssentials\Repository\PrefixEssentials" => array:1 [
          0 => "SV\MultiPrefix\AVForums\PrefixEssentials\Repository\PrefixEssentials"
        ]
        "DBTech\eCommerce\Admin\Controller\Category" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Admin\Controller\Category"
        ]
        "DBTech\eCommerce\Admin\Controller\Product" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Admin\Controller\Product"
        ]
        "DBTech\eCommerce\Api\Controller\Product" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Api\Controller\Product"
        ]
        "DBTech\eCommerce\Entity\Category" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Entity\Category"
        ]
        "DBTech\eCommerce\Entity\Product" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Entity\Product"
        ]
        "DBTech\eCommerce\Entity\ProductPrefix" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Entity\ProductPrefix"
        ]
        "DBTech\eCommerce\Finder\Product" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Finder\Product"
        ]
        "DBTech\eCommerce\InlineMod\Product\ApplyPrefix" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\InlineMod\Product\ApplyPrefix"
        ]
        "DBTech\eCommerce\InlineMod\Product\Move" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\InlineMod\Product\Move"
        ]
        "DBTech\eCommerce\Pub\Controller\Product" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Pub\Controller\Product"
        ]
        "DBTech\eCommerce\Repository\CategoryPrefix" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Repository\CategoryPrefix"
        ]
        "DBTech\eCommerce\Search\Data\Product" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Search\Data\Product"
        ]
        "DBTech\eCommerce\Service\Product\Create" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Service\Product\Create"
        ]
        "DBTech\eCommerce\Service\Product\Edit" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Service\Product\Edit"
        ]
        "DBTech\eCommerce\Service\Product\Move" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\Service\Product\Move"
        ]
        "DBTech\Shop\Admin\Controller\Category" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Admin\Controller\Category"
        ]
        "DBTech\Shop\Admin\Controller\Item" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Admin\Controller\Item"
        ]
        "DBTech\Shop\Entity\Category" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Entity\Category"
        ]
        "DBTech\Shop\Entity\Item" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Entity\Item"
        ]
        "DBTech\Shop\Entity\ItemPrefix" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Entity\ItemPrefix"
        ]
        "DBTech\Shop\Finder\Item" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Finder\Item"
        ]
        "DBTech\Shop\InlineMod\Item\ApplyPrefix" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\InlineMod\Item\ApplyPrefix"
        ]
        "DBTech\Shop\InlineMod\Item\Move" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\InlineMod\Item\Move"
        ]
        "DBTech\Shop\Pub\Controller\Item" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Pub\Controller\Item"
        ]
        "DBTech\Shop\Repository\CategoryPrefix" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Repository\CategoryPrefix"
        ]
        "DBTech\Shop\Search\Data\Item" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Search\Data\Item"
        ]
        "DBTech\Shop\Service\Item\Create" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Service\Item\Create"
        ]
        "DBTech\Shop\Service\Item\Edit" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Service\Item\Edit"
        ]
        "DBTech\Shop\Service\Item\Move" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\Service\Item\Move"
        ]
        "SV\ConversationEssentials\XF\InlineMod\Conversation\CopyToThread" => array:1 [
          0 => "SV\MultiPrefix\SV\ConversationEssentials\XF\InlineMod\Conversation\CopyToThread"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Api\Controller\ResourceItem" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Api\Controller\ResourceItem"
        ]
        "XFRM\Api\Controller\ResourceItems" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Api\Controller\ResourceItems"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Entity\Category"
        ]
        "XFRM\Entity\ResourcePrefix" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Entity\ResourcePrefix"
        ]
        "XFRM\Finder\ResourceItem" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Finder\ResourceItem"
        ]
        "XFRM\InlineMod\ResourceItem\ApplyPrefix" => array:1 [
          0 => "SV\MultiPrefix\XFRM\InlineMod\ResourceItem\ApplyPrefix"
        ]
        "XFRM\InlineMod\ResourceItem\Move" => array:1 [
          0 => "SV\MultiPrefix\XFRM\InlineMod\ResourceItem\Move"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Repository\CategoryPrefix" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Repository\CategoryPrefix"
        ]
        "XFRM\Search\Data\ResourceItem" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Search\Data\ResourceItem"
        ]
        "XFRM\Service\ResourceItem\Create" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Service\ResourceItem\Create"
        ]
        "XFRM\Service\ResourceItem\Edit" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Service\ResourceItem\Edit"
        ]
        "XFRM\Service\ResourceItem\Move" => array:1 [
          0 => "SV\MultiPrefix\XFRM\Service\ResourceItem\Move"
        ]
        "XF\Admin\Controller\Feed" => array:1 [
          0 => "SV\MultiPrefix\XF\Admin\Controller\Feed"
        ]
        "XF\Alert\User" => array:1 [
          0 => "SV\MultiPrefix\XF\Alert\User"
        ]
        "XF\Api\Controller\Thread" => array:1 [
          0 => "SV\MultiPrefix\XF\Api\Controller\Thread"
        ]
        "XF\Api\Controller\Threads" => array:1 [
          0 => "SV\MultiPrefix\XF\Api\Controller\Threads"
        ]
        "XF\ControllerPlugin\Draft" => array:1 [
          0 => "SV\MultiPrefix\XF\ControllerPlugin\Draft"
        ]
        "XF\Entity\Feed" => array:1 [
          0 => "SV\MultiPrefix\XF\Entity\Feed"
        ]
        "XF\Entity\ThreadPrefix" => array:1 [
          0 => "SV\MultiPrefix\XF\Entity\ThreadPrefix"
        ]
        "XF\ForumType\Suggestion" => array:1 [
          0 => "SV\MultiPrefix\XF\ForumType\Suggestion"
        ]
        "XF\InlineMod\Post\Copy" => array:1 [
          0 => "SV\MultiPrefix\XF\InlineMod\Post\Copy"
        ]
        "XF\InlineMod\Post\Move" => array:1 [
          0 => "SV\MultiPrefix\XF\InlineMod\Post\Move"
        ]
        "XF\InlineMod\Thread\ApplyPrefix" => array:1 [
          0 => "SV\MultiPrefix\XF\InlineMod\Thread\ApplyPrefix"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "SV\MultiPrefix\XF\InlineMod\Thread\Move"
        ]
        "XF\Job\ThreadAction" => array:1 [
          0 => "SV\MultiPrefix\XF\Job\ThreadAction"
        ]
        "XF\Mail\Templater" => array:1 [
          0 => "SV\MultiPrefix\XF\Mail\Templater"
        ]
        "XF\Repository\ForumPrefix" => array:1 [
          0 => "SV\MultiPrefix\XF\Repository\ForumPrefix"
        ]
        "XF\Repository\Post" => array:1 [
          0 => "SV\MultiPrefix\XF\Repository\Post"
        ]
        "XF\Searcher\Thread" => array:1 [
          0 => "SV\MultiPrefix\XF\Searcher\Thread"
        ]
        "XF\Search\Data\Thread" => array:1 [
          0 => "SV\MultiPrefix\XF\Search\Data\Thread"
        ]
        "XF\Service\Feed\Feeder" => array:1 [
          0 => "SV\MultiPrefix\XF\Service\Feed\Feeder"
        ]
        "XF\Service\Post\Copier" => array:1 [
          0 => "SV\MultiPrefix\XF\Service\Post\Copier"
        ]
        "XF\Service\Post\Mover" => array:1 [
          0 => "SV\MultiPrefix\XF\Service\Post\Mover"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "SV\MultiPrefix\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Mover" => array:1 [
          0 => "SV\MultiPrefix\XF\Service\Thread\Mover"
        ]
        "XF\ThreadType\Suggestion" => array:1 [
          0 => "SV\MultiPrefix\XF\ThreadType\Suggestion"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "SV\LiveContent\XF\Entity\ConversationMessage"
        ]
        "XF\Pub\Controller\Conversation" => array:2 [
          0 => "SV\LiveContent\XF\Pub\Controller\Conversation"
          1 => "SV\MultiPrefix\XF\Pub\Controller\Conversation"
        ]
        "XF\Widget\NewPosts" => array:1 [
          0 => "SV\LiveContent\XF\Widget\NewPosts"
        ]
        "XF\Widget\NewThreads" => array:1 [
          0 => "SV\LiveContent\XF\Widget\NewThreads"
        ]
        "XF\ChangeLog\User" => array:1 [
          0 => "SV\ExpiringUserUpgrades\XF\ChangeLog\User"
        ]
        "XF\Entity\UserOption" => array:1 [
          0 => "SV\ExpiringUserUpgrades\XF\Entity\UserOption"
        ]
        "XF\Service\User\Downgrade" => array:1 [
          0 => "SV\ExpiringUserUpgrades\XF\Service\User\Downgrade"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\Pub\Controller\Watched" => array:1 [
          0 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XenConcept\ProjectManager\Admin\Controller\Category" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Admin\Controller\Category"
        ]
        "XenConcept\ProjectManager\Api\Controller\ProjectItem" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Api\Controller\ProjectItem"
        ]
        "XenConcept\ProjectManager\Api\Controller\ProjectItems" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Api\Controller\ProjectItems"
        ]
        "XenConcept\ProjectManager\Api\Controller\ProjectTask" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Api\Controller\ProjectTask"
        ]
        "XenConcept\ProjectManager\Api\Controller\ProjectTasks" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Api\Controller\ProjectTasks"
        ]
        "XenConcept\ProjectManager\ControllerPlugin\Overview" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\ControllerPlugin\Overview"
        ]
        "XenConcept\ProjectManager\Entity\Category" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Entity\Category"
        ]
        "XenConcept\ProjectManager\Entity\ProjectItem" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Entity\ProjectItem"
        ]
        "XenConcept\ProjectManager\Entity\ProjectTask" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Entity\ProjectTask"
        ]
        "XenConcept\ProjectManager\Finder\ProjectItem" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Finder\ProjectItem"
        ]
        "XenConcept\ProjectManager\Finder\ProjectTask" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Finder\ProjectTask"
        ]
        "XenConcept\ProjectManager\InlineMod\ProjectItem\ApplyPrefix" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\InlineMod\ProjectItem\ApplyPrefix"
        ]
        "XenConcept\ProjectManager\InlineMod\ProjectItem\Move" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\InlineMod\ProjectItem\Move"
        ]
        "XenConcept\ProjectManager\Pub\Controller\Category" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Pub\Controller\Category"
        ]
        "XenConcept\ProjectManager\Pub\Controller\ProjectTask" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Pub\Controller\ProjectTask"
        ]
        "XenConcept\ProjectManager\Repository\CategoryPrefix" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Repository\CategoryPrefix"
        ]
        "XenConcept\ProjectManager\Search\Data\ProjectItem" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Search\Data\ProjectItem"
        ]
        "XenConcept\ProjectManager\Service\ProjectItem\Create" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Service\ProjectItem\Create"
        ]
        "XenConcept\ProjectManager\Service\ProjectItem\Edit" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Service\ProjectItem\Edit"
        ]
        "XenConcept\ProjectManager\Service\ProjectItem\Move" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Service\ProjectItem\Move"
        ]
        "XenConcept\ProjectManager\Service\ProjectTask\Create" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Service\ProjectTask\Create"
        ]
        "XenConcept\ProjectManager\Service\ProjectTask\Edit" => array:1 [
          0 => "SV\MultiPrefix\XenConcept\ProjectManager\Service\ProjectTask\Edit"
        ]
        "DBTech\eCommerce\ControllerPlugin\Overview" => array:1 [
          0 => "SV\MultiPrefix\DBTech\eCommerce\ControllerPlugin\Overview"
        ]
        "DBTech\Shop\ControllerPlugin\Overview" => array:1 [
          0 => "SV\MultiPrefix\DBTech\Shop\ControllerPlugin\Overview"
        ]
        "XFRM\ControllerPlugin\Overview" => array:1 [
          0 => "SV\MultiPrefix\XFRM\ControllerPlugin\Overview"
        ]
      ]
      #extensionMap: array:55 [
        "XF\AddOn\Manager" => "XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Repository\User" => "XF\Repository\User"
        "XF\Entity\User" => "SV\ExpiringUserUpgrades\XF\Entity\User"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "SV\ExpiringUserUpgrades\XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "ThemeHouse\UserImprovements\XF\Entity\UserPrivacy"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "Truonglv\ProfileVanity\XF\Mvc\Router"
        "XF\Pub\Controller\Forum" => "SV\MultiPrefix\XF\Pub\Controller\Forum"
        "XF\Entity\Forum" => "SV\LiveContent\XF\Entity\Forum"
        "XF\Finder\Forum" => "XF\Finder\Forum"
        "XF\Entity\Node" => "cv6\NodeIcon\XF\Entity\Node"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\ControllerPlugin\Node" => "XF\ControllerPlugin\Node"
        "XF\ForumType\Discussion" => "XF\ForumType\Discussion"
        "XF\Repository\Thread" => "SV\LiveContent\XF\Repository\Thread"
        "XF\Entity\Thread" => "SV\LiveContent\XF\Entity\Thread"
        "XF\Finder\Thread" => "SV\LiveContent\XF\Finder\Thread"
        "XF\Repository\Node" => "Nulumia\NodeListWidget\XF\Repository\Node"
        "XF\Finder\Node" => "XF\Finder\Node"
        "SV\MultiPrefix\Repository\MultiPrefix" => "SV\MultiPrefix\Repository\MultiPrefix"
        "SV\MultiPrefix\Entity\ThreadPrefixLink" => "SV\MultiPrefix\Entity\ThreadPrefixLink"
        "SV\StandardLib\ControllerPlugin\Filter" => "SV\StandardLib\ControllerPlugin\Filter"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "SV\LiveContent\XF\Template\Templater"
        "XF\SubContainer\BbCode" => "XF\SubContainer\BbCode"
        "XF\SubContainer\Widget" => "XF\SubContainer\Widget"
        "MMO\CoreLib\Template\TemplaterSetup" => "MMO\CoreLib\Template\TemplaterSetup"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\SimpleCache" => "XF\SimpleCache"
        "Siropu\KeywordLinking\Keyword" => "Siropu\KeywordLinking\Keyword"
        "SV\BrowserDetection\MobileDetect" => "SV\BrowserDetection\MobileDetect"
        "SV\BrowserDetection\MobileDetectCache" => "SV\BrowserDetection\MobileDetectCache"
        "BS\AIBots\Entity\Bot" => "BS\AIBots\Entity\Bot"
        "BS\AIBots\Finder\Bot" => "BS\AIBots\Finder\Bot"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Forum\View" => "XF\Pub\View\Forum\View"
        "XF\Entity\Post" => "SV\LiveContent\XF\Entity\Post"
        "XF\Finder\Post" => "XF\Finder\Post"
        "PB\CustomPostStyle\Entity\Style" => "PB\CustomPostStyle\Entity\Style"
        "XF\Entity\Attachment" => "XF\Entity\Attachment"
        "XF\Finder\Attachment" => "XF\Finder\Attachment"
        "XF\Entity\AttachmentData" => "XF\Entity\AttachmentData"
        "XF\Debugger" => "XF\Debugger"
      ]
    }
    #entityClassNameMap: array:15 [
      "XF:User" => "SV\ExpiringUserUpgrades\XF\Entity\User"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "SV\ExpiringUserUpgrades\XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "ThemeHouse\UserImprovements\XF\Entity\UserPrivacy"
      "XF:Forum" => "SV\LiveContent\XF\Entity\Forum"
      "XF:Node" => "cv6\NodeIcon\XF\Entity\Node"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "XF:Thread" => "SV\LiveContent\XF\Entity\Thread"
      "SV\MultiPrefix:ThreadPrefixLink" => "SV\MultiPrefix\Entity\ThreadPrefixLink"
      "BS\AIBots:Bot" => "BS\AIBots\Entity\Bot"
      "XF:Post" => "SV\LiveContent\XF\Entity\Post"
      "PB\CustomPostStyle:Style" => "PB\CustomPostStyle\Entity\Style"
      "XF:Attachment" => "XF\Entity\Attachment"
      "XF:AttachmentData" => "XF\Entity\AttachmentData"
    ]
    #entities: array:10 [
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#243
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#242
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [
              "user_id" => array:2 [
                "type" => 2
                "required" => true
              ]
              "scheme_class" => array:3 [
                "type" => 5
                "maxLength" => 100
                "required" => true
              ]
              "data" => array:2 [
                "type" => 65544
                "default" => []
              ]
            ]
            +relations: array:1 [
              "User" => array:4 [
                "entity" => "XF:User"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:2 [
                "contentType" => "user"
                "optIn" => true
              ]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#238}
          -_uniqueEntityId: 1
          #rootClass: "XF\Entity\UserAuth"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [
            "user_id" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\ExpiringUserUpgrades\XF\Entity\UserOption" => array:1 [
        0 => UserOption {#245
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#244
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:17 [
              "user_id" => array:3 [
                "type" => 2
                "required" => true
                "changeLog" => false
              ]
              "show_dob_year" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "show_dob_date" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "content_show_signature" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "receive_admin_email" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "email_on_conversation" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "push_on_conversation" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "is_discouraged" => array:2 [
                "type" => 65540
                "default" => false
              ]
              "creation_watch_state" => array:3 [
                "type" => 5
                "default" => ""
                "allowedValues" => array:3 [ …3]
              ]
              "interaction_watch_state" => array:3 [
                "type" => 5
                "default" => ""
                "allowedValues" => array:3 [ …3]
              ]
              "alert_optout" => array:4 [
                "type" => 65554
                "default" => []
                "list" => array:3 [ …3]
                "changeLog" => false
              ]
              "push_optout" => array:4 [
                "type" => 65554
                "default" => []
                "list" => array:3 [ …3]
                "changeLog" => false
              ]
              "use_tfa" => array:2 [
                "type" => 65540
                "default" => false
              ]
              "sv_exup_email_on_expiring_expired_upgrade" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "sv_exup_email_on_upgrade_purchase" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "sv_exup_email_on_upgrade_reversal" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "bs_lfs_disable" => array:2 [
                "type" => 65540
                "default" => false
              ]
            ]
            +relations: array:3 [
              "AlertOptOut" => array:3 [
                "entity" => "XF:UserAlertOptOut"
                "type" => 2
                "conditions" => "user_id"
              ]
              "PushOptOut" => array:3 [
                "entity" => "XF:UserPushOptOut"
                "type" => 2
                "conditions" => "user_id"
              ]
              "User" => array:4 [
                "entity" => "XF:User"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [
                "contentType" => "user"
              ]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#238}
          -_uniqueEntityId: 2
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:2 [
            "user_id" => 0
            "content_show_signature" => "0"
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:1 [
        0 => UserProfile {#247
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#246
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:19 [
              "user_id" => array:3 [
                "type" => 2
                "required" => true
                "changeLog" => false
              ]
              "dob_day" => array:3 [
                "type" => 2
                "max" => 31
                "default" => 0
              ]
              "dob_month" => array:3 [
                "type" => 2
                "max" => 12
                "default" => 0
              ]
              "dob_year" => array:3 [
                "type" => 2
                "max" => 2100
                "default" => 0
              ]
              "signature" => array:4 [
                "type" => 5
                "maxLength" => 20000
                "default" => ""
                "verify" => "verifyLongStringField"
              ]
              "website" => array:4 [
                "type" => 5
                "default" => ""
                "censor" => true
                "match" => "url_empty"
              ]
              "location" => array:4 [
                "type" => 5
                "maxLength" => 50
                "default" => ""
                "censor" => true
              ]
              "following" => array:4 [
                "type" => 65554
                "default" => []
                "list" => array:3 [ …3]
                "changeLog" => false
              ]
              "ignored" => array:3 [
                "type" => 65552
                "default" => []
                "changeLog" => false
              ]
              "avatar_crop_x" => array:3 [
                "type" => 2
                "default" => 0
                "changeLog" => false
              ]
              "avatar_crop_y" => array:3 [
                "type" => 2
                "default" => 0
                "changeLog" => false
              ]
              "banner_date" => array:2 [
                "type" => 2
                "default" => 0
              ]
              "banner_position_y" => array:5 [
                "type" => 2
                "max" => 100
                "default" => null
                "nullable" => true
                "changeLog" => false
              ]
              "about" => array:4 [
                "type" => 5
                "maxLength" => 20000
                "default" => ""
                "verify" => "verifyLongStringField"
              ]
              "custom_fields" => array:3 [
                "type" => 65552
                "default" => []
                "changeLog" => "customFields"
              ]
              "connected_accounts" => array:3 [
                "type" => 65552
                "default" => []
                "changeLog" => false
              ]
              "password_date" => array:3 [
                "type" => 2
                "default" => 1
                "changeLog" => false
              ]
              "bs_lfs_ignored_threads" => array:3 [
                "type" => 65552
                "default" => []
                "changeLog" => false
              ]
              "bs_lfs_ignored_forums" => array:3 [
                "type" => 65552
                "default" => []
                "changeLog" => false
              ]
            ]
            +relations: array:2 [
              "User" => array:4 [
                "entity" => "XF:User"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "CustomFields" => array:4 [
                "entity" => "XF:UserFieldValue"
                "type" => 2
                "conditions" => "user_id"
                "key" => "field_id"
              ]
            ]
            +getters: array:3 [
              "age" => true
              "birthday" => true
              "custom_fields" => true
            ]
            +defaultWith: []
            +options: array:3 [
              "max_long_string_length" => "10000"
              "location_required" => false
              "admin_edit" => false
            ]
            +behaviors: array:2 [
              "XF:ChangeLoggable" => array:1 [
                "contentType" => "user"
              ]
              "XF:CustomFieldsHolder" => array:1 [
                "valueTable" => "xf_user_field_value"
              ]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#238}
          -_uniqueEntityId: 3
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [
            "user_id" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "ThemeHouse\UserImprovements\XF\Entity\UserPrivacy" => array:1 [
        0 => UserPrivacy {#249
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#248
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:9 [
              "user_id" => array:2 [
                "type" => 2
                "required" => true
              ]
              "allow_view_profile" => array:4 [
                "type" => 5
                "default" => "everyone"
                "allowedValues" => array:4 [ …4]
                "verify" => "verifyPrivacyChoice"
              ]
              "allow_post_profile" => array:4 [
                "type" => 5
                "default" => "members"
                "allowedValues" => array:3 [ …3]
                "verify" => "verifyPrivacyChoice"
              ]
              "allow_send_personal_conversation" => array:4 [
                "type" => 5
                "default" => "members"
                "allowedValues" => array:3 [ …3]
                "verify" => "verifyPrivacyChoice"
              ]
              "allow_view_identities" => array:4 [
                "type" => 5
                "default" => "everyone"
                "allowedValues" => array:4 [ …4]
                "verify" => "verifyPrivacyChoice"
              ]
              "allow_receive_news_feed" => array:4 [
                "type" => 5
                "default" => "everyone"
                "allowedValues" => array:4 [ …4]
                "verify" => "verifyPrivacyChoice"
              ]
              "th_view_profile_stats" => array:4 [
                "type" => 5
                "default" => "everyone"
                "allowedValues" => array:4 [ …4]
                "verify" => "verifyPrivacyChoice"
              ]
              "th_view_username_changes" => array:4 [
                "type" => 5
                "default" => "members"
                "allowedValues" => array:4 [ …4]
                "verify" => "verifyPrivacyChoice"
              ]
              "th_view_profile_views" => array:4 [
                "type" => 5
                "default" => "members"
                "allowedValues" => array:4 [ …4]
                "verify" => "verifyPrivacyChoice"
              ]
            ]
            +relations: array:1 [
              "User" => array:4 [
                "entity" => "XF:User"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [
                "contentType" => "user"
              ]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#238}
          -_uniqueEntityId: 4
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [
            "user_id" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\ExpiringUserUpgrades\XF\Entity\User" => array:1 [
        1 => User {#418
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#241
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:45 [
              "user_id" => array:4 [
                "type" => 2
                "autoIncrement" => true
                "nullable" => true
                "changeLog" => false
              ]
              "username" => array:4 [
                "type" => 5
                "maxLength" => 50
                "required" => "please_enter_valid_name"
                "api" => true
              ]
              "username_date" => array:3 [
                "type" => 2
                "default" => 0
                "changeLog" => false
              ]
              "username_date_visible" => array:3 [
                "type" => 2
                "default" => 0
                "changeLog" => false
              ]
              "email" => array:2 [
                "type" => 5
                "maxLength" => 120
              ]
              "style_id" => array:3 [
                "type" => 2
                "default" => 0
                "changeLog" => false
              ]
              "language_id" => array:3 [
                "type" => 2
                "default" => 0
                "changeLog" => false
              ]
              "timezone" => array:3 [
                "type" => 5
                "maxLength" => 50
                "default" => "Europe/London"
              ]
              "visible" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "activity_visible" => array:2 [
                "type" => 65540
                "default" => true
              ]
              "user_group_id" => array:2 [
                "type" => 2
                "required" => true
              ]
              "secondary_group_ids" => array:3 [
                "type" => 65554
                "default" => []
                "list" => array:3 [ …3]
              ]
              "display_style_group_id" => array:3 [
                "type" => 2
                "default" => 0
                "changeLog" => false
              ]
              "permission_combination_id" => array:3 [
                "type" => 2
                "default" => 0
                "changeLog" => false
              ]
              "message_count" => array:5 [
                "type" => 2
                "forced" => true
                "default" => 0
                "changeLog" => false
                "api" => true
              ]
              "question_solution_count" => array:5 [
                "type" => 2
                "forced" => true
                "default" => 0
                "changeLog" => false
                "api" => true
              ]
              "alerts_unviewed" => array:5 [
                "type" => 2
                "forced" => true
                "max" => 65535
                "default" => 0
                "changeLog" => false
              ]
              "alerts_unread" => array:5 [
                "type" => 2
                "forced" => true
                "max" => 65535
                "default" => 0
                "changeLog" => false
              ]
              "conversations_unread" => array:5 [
                "type" => 2
                "forced" => true
                "max" => 65535
                "default" => 0
                "changeLog" => false
              ]
              "register_date" => array:3 [
                "type" => 2
                "default" => 1777666802
                "api" => true
              ]
              "last_activity" => array:3 [
                "type" => 2
                "default" => 1777666802
                "changeLog" => false
              ]
              "last_summary_email_date" => array:4 [
                "type" => 2
                "default" => null
                "nullable" => true
                "changeLog" => false
              ]
              "trophy_points" => array:5 [
                "type" => 2
                "forced" => true
                "default" => 0
                "changeLog" => false
                "api" => true
              ]
              "avatar_date" => array:2 [
                "type" => 2
                "default" => 0
              ]
              "avatar_width" => array:4 [
                "type" => 2
                "max" => 65535
                "default" => 0
                "changeLog" => false
              ]
              "avatar_height" => array:4 [
                "type" => 2
                "max" => 65535
                "default" => 0
                "changeLog" => false
              ]
              "avatar_highdpi" => array:3 [
                "type" => 65540
                "default" => false
                "changeLog" => false
              ]
              "gravatar" => array:4 [
                "type" => 5
                "maxLength" => 120
                "default" => ""
                "match" => "email_empty"
              ]
              "user_state" => array:3 [
                "type" => 5
                "default" => "valid"
                "allowedValues" => array:7 [ …7]
              ]
              "security_lock" => array:3 [
                "type" => 5
                "default" => ""
                "allowedValues" => array:3 [ …3]
              ]
              "is_moderator" => array:2 [
                "type" => 65540
                "default" => false
              ]
              "is_admin" => array:2 [
                "type" => 65540
                "default" => false
              ]
              "is_staff" => array:3 [
                "type" => 65540
                "default" => false
                "api" => true
              ]
              "is_banned" => array:2 [
                "type" => 65540
                "default" => false
              ]
              "reaction_score" => array:4 [
                "type" => 1
                "default" => 0
                "changeLog" => false
                "api" => true
              ]
              "vote_score" => array:4 [
                "type" => 1
                "default" => 0
                "changeLog" => false
                "api" => true
              ]
              "custom_title" => array:4 [
                "type" => 5
                "maxLength" => 50
                "default" => ""
                "censor" => true
              ]
              "warning_points" => array:4 [
                "type" => 2
                "forced" => true
                "default" => 0
                "changeLog" => false
              ]
              "secret_key" => array:4 [
                "type" => 6
                "maxLength" => 32
                "required" => true
                "changeLog" => false
              ]
              "privacy_policy_accepted" => array:2 [
                "type" => 2
                "default" => 0
              ]
              "terms_accepted" => array:2 [
                "type" => 2
                "default" => 0
              ]
              "siropu_keyword_linking_ids" => array:4 [
                "type" => 65552
                "default" => []
                "nullable" => true
                "changeLog" => false
              ]
              "th_name_color_id" => array:4 [
                "type" => 2
                "max" => 27
                "default" => 0
                "changeLog" => false
              ]
              "th_view_count" => array:2 [
                "type" => 2
                "default" => 0
              ]
              "th_unco_user_name_data" => array:2 [
                "type" => 65545
                "default" => []
              ]
            ]
            +relations: array:17 [
              "Admin" => array:4 [
                "entity" => "XF:Admin"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "Auth" => array:4 [
                "entity" => "XF:UserAuth"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "ConnectedAccounts" => array:4 [
                "entity" => "XF:UserConnectedAccount"
                "type" => 2
                "conditions" => "user_id"
                "key" => "provider"
              ]
              "Option" => array:4 [
                "entity" => "XF:UserOption"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "PermissionCombination" => array:5 [
                "entity" => "XF:PermissionCombination"
                "type" => 1
                "conditions" => "permission_combination_id"
                "proxy" => true
                "primary" => true
              ]
              "Profile" => array:4 [
                "entity" => "XF:UserProfile"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "Privacy" => array:4 [
                "entity" => "XF:UserPrivacy"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "Ban" => array:4 [
                "entity" => "XF:UserBan"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "Reject" => array:4 [
                "entity" => "XF:UserReject"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "Activity" => array:4 [
                "entity" => "XF:SessionActivity"
                "type" => 1
                "conditions" => array:2 [ …2]
                "primary" => true
              ]
              "ApprovalQueue" => array:4 [
                "entity" => "XF:ApprovalQueue"
                "type" => 1
                "conditions" => array:2 [ …2]
                "primary" => true
              ]
              "Following" => array:5 [
                "entity" => "XF:UserFollow"
                "type" => 2
                "conditions" => "user_id"
                "key" => "follow_user_id"
                "hints" => array:1 [ …1]
              ]
              "PendingUsernameChange" => array:4 [
                "entity" => "XF:UsernameChange"
                "type" => 1
                "conditions" => array:2 [ …2]
                "order" => array:2 [ …2]
              ]
              "PreRegAction" => array:4 [
                "entity" => "XF:PreRegAction"
                "type" => 1
                "conditions" => "user_id"
                "primary" => true
              ]
              "Trophies" => array:4 [
                "entity" => "XF:UserTrophy"
                "type" => 2
                "conditions" => "user_id"
                "key" => "trophy_id"
              ]
              "THUIUsernameHistory" => array:4 [
                "entity" => "ThemeHouse\UserImprovements:UsernameChange"
                "type" => 2
                "conditions" => "user_id"
                "primary" => true
              ]
              "ChatBan" => array:4 [
                "entity" => "BS\RealTimeChat:Banned"
                "type" => 1
                "conditions" => "user_id"
                "primary" => false
              ]
            ]
            +getters: array:15 [
              "PermissionSet" => array:2 [
                "getter" => true
                "cache" => true
              ]
              "permission_combination_id" => false
              "is_super_admin" => true
              "last_activity" => true
              "email_confirm_key" => true
              "warning_count" => true
              "next_allowed_username_change" => true
              "th_unco_user_name_class" => true
              "th_unco_user_name_color" => true
              "hidden_content_price" => true
              "hidden_content_currency" => true
              "hidden_content_return_url" => true
              "hidden_content_cancel_url" => true
              "hidden_content_cost_phrase" => true
              "hidden_content_title" => true
            ]
            +defaultWith: []
            +options: array:9 [
              "allow_self_delete" => false
              "custom_title_disallowed" => array:7 [
                0 => "admin"
                1 => "moderator"
                2 => "bss"
                3 => "siden"
                4 => "whoopzee"
                5 => "you"
                6 => "scriptop"
              ]
              "admin_edit" => false
              "enqueue_rename_cleanup" => true
              "enqueue_delete_cleanup" => true
              "prevent_self_lock" => true
              "insert_username_change_history" => true
              "insert_username_change_visible" => false
              "svLiveContent" => true
            ]
            +behaviors: array:1 [
              "XF:ChangeLoggable" => []
            ]
            +columnAliases: array:1 [
              "like_count" => "reaction_score"
            ]
            +withAliases: array:1 [
              "api" => array:5 [
                0 => "Profile"
                1 => "Privacy"
                2 => "Option"
                3 => "Activity"
                4 => "Admin"
              ]
            ]
          }
          #_em: Manager {#238}
          -_uniqueEntityId: 8
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:45 [
            "user_id" => 1
            "username" => "10K"
            "username_date" => 1680008066
            "username_date_visible" => 1680008066
            "email" => "mail.scriptop@gmail.com"
            "custom_title" => ""
            "language_id" => 6
            "style_id" => 1
            "timezone" => "Europe/Amsterdam"
            "visible" => 1
            "activity_visible" => 1
            "user_group_id" => 2
            "secondary_group_ids" => "3,4,11"
            "display_style_group_id" => 3
            "permission_combination_id" => 167
            "message_count" => 29
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1642806000
            "last_activity" => 1777666230
            "last_summary_email_date" => null
            "trophy_points" => 3890
            "alerts_unviewed" => 0
            "alerts_unread" => 0
            "avatar_date" => 1752598582
            "avatar_width" => 384
            "avatar_height" => 384
            "avatar_highdpi" => 1
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 1
            "is_admin" => 1
            "is_banned" => 0
            "reaction_score" => 5
            "vote_score" => 0
            "warning_points" => 0
            "is_staff" => 1
            "secret_key" => "4-QB9g5ULSOI1UFdsnWMvXCX5pFz8-zG"
            "privacy_policy_accepted" => 1664383982
            "terms_accepted" => 1678984013
            "th_name_color_id" => 0
            "th_view_count" => 4553
            "th_unco_user_name_data" => "{"style":2}"
            "siropu_keyword_linking_ids" => null
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "cv6\NodeIcon\XF\Entity\Node" => array:1 [
        85 => Node {#272
          #_getterCache: array:1 [
            "node_type_info" => array:6 [
              "node_type_id" => "Forum"
              "entity_identifier" => "XF:Forum"
              "permission_group_id" => "forum"
              "admin_route" => "forums"
              "public_route" => "forums"
              "handler_class" => "XF:Forum"
            ]
          ]
          #_valueCache: array:1 [
            "breadcrumb_data" => array:1 [
              159 => array:7 [ …7]
            ]
          ]
          #_structure: Structure {#269
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:19 [
              "node_id" => array:3 [
                "type" => 2
                "autoIncrement" => true
                "nullable" => true
              ]
              "title" => array:4 [
                "type" => 5
                "maxLength" => 50
                "required" => "please_enter_valid_title"
                "api" => true
              ]
              "node_name" => array:7 [
                "type" => 5
                "maxLength" => 50
                "nullable" => true
                "default" => null
                "unique" => "node_names_must_be_unique"
                "match" => "alphanumeric_hyphen"
                "api" => true
              ]
              "description" => array:3 [
                "type" => 5
                "default" => ""
                "api" => true
              ]
              "node_type_id" => array:4 [
                "type" => 6
                "maxLength" => 25
                "required" => true
                "api" => true
              ]
              "parent_node_id" => array:4 [
                "type" => 2
                "required" => true
                "default" => 0
                "api" => true
              ]
              "display_order" => array:3 [
                "type" => 2
                "default" => 1
                "api" => true
              ]
              "lft" => array:1 [
                "type" => 2
              ]
              "rgt" => array:1 [
                "type" => 2
              ]
              "depth" => array:1 [
                "type" => 2
              ]
              "style_id" => array:2 [
                "type" => 2
                "default" => 0
              ]
              "effective_style_id" => array:2 [
                "type" => 2
                "default" => 0
              ]
              "display_in_list" => array:3 [
                "type" => 65540
                "default" => true
                "api" => true
              ]
              "breadcrumb_data" => array:2 [
                "type" => 65552
                "default" => []
              ]
              "navigation_id" => array:3 [
                "type" => 5
                "maxLength" => 50
                "default" => ""
              ]
              "effective_navigation_id" => array:3 [
                "type" => 5
                "maxLength" => 50
                "default" => ""
              ]
              "cv6_icon" => array:3 [
                "type" => 5
                "default" => null
                "nullable" => true
              ]
              "cv6_icon_type" => array:3 [
                "type" => 1
                "default" => 0
                "nullable" => true
              ]
              "cv6_image_path" => array:3 [
                "type" => 5
                "default" => null
                "nullable" => true
              ]
            ]
            +relations: array:5 [
              "Parent" => array:4 [
                "entity" => "XF:Node"
                "type" => 1
                "conditions" => array:1 [ …1]
                "primary" => true
              ]
              "NodeType" => array:4 [
                "entity" => "XF:NodeType"
                "type" => 1
                "conditions" => "node_type_id"
                "primary" => true
              ]
              "Permissions" => array:5 [
                "entity" => "XF:PermissionCacheContent"
                "type" => 2
                "conditions" => array:2 [ …2]
                "key" => "permission_combination_id"
                "proxy" => true
              ]
              "Moderators" => array:3 [
                "entity" => "XF:ModeratorContent"
                "type" => 2
                "conditions" => array:2 [ …2]
              ]
              "Bookmarks" => array:5 [
                "entity" => "XF:BookmarkItem"
                "type" => 2
                "conditions" => array:2 [ …2]
                "key" => "user_id"
                "order" => "bookmark_date"
              ]
            ]
            +getters: array:3 [
              "Data" => true
              "node_type_info" => true
              "handler" => true
            ]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:TreeStructured" => array:4 [
                "parentField" => "parent_node_id"
                "permissionContentType" => "node"
                "rebuildExtraFields" => array:3 [ …3]
                "rebuildService" => "XF:Node\RebuildNestedSet"
              ]
            ]
            +columnAliases: []
            +withAliases: array:1 [
              "api" => array:1 [
                0 => Closure {#270 …3}
              ]
            ]
          }
          #_em: Manager {#238}
          -_uniqueEntityId: 6
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [
            "node_id" => 85
            "title" => "Читай"
            "description" => "Вневременные статьи о жизни предпринимателей, бизнесе и стартапах."
            "node_name" => "reading"
            "node_type_id" => "Forum"
            "parent_node_id" => 159
            "display_order" => 200
            "display_in_list" => 1
            "lft" => 154
            "rgt" => 155
            "depth" => 1
            "style_id" => 0
            "effective_style_id" => 0
            "breadcrumb_data" => "{"159":{"node_id":159,"title":"Academy","depth":0,"lft":151,"node_name":null,"node_type_id":"Category","display_in_list":false}}"
            "navigation_id" => ""
            "effective_navigation_id" => ""
            "cv6_icon" => "fa-star-shooting"
            "cv6_icon_type" => 1
            "cv6_image_path" => ""
          ]
          #_relations: array:1 [
            "Permissions" => FinderCollection {#331
              #entities: []
              #populated: false
              #baseFinder: Finder {#273 …18}
              #keyField: "permission_combination_id"
              #falseEntities: array:1 [ …1]
            }
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\LiveContent\XF\Entity\Forum" => array:1 [
        85 => Forum {#330}
      ]
      "SV\LiveContent\XF\Entity\Thread" => array:1 [
        1135 => Thread {#420
          #_getterCache: array:1 [
            "sv_prefix_ids" => array:3 [ …3]
          ]
          #_valueCache: array:3 [
            "sv_prefix_ids" => array:3 [ …3]
            "discussion_open" => true
            "sticky" => false
          ]
          #_structure: Structure {#328
            +shortName: "XF:Thread"
            +contentType: "thread"
            +table: "xf_thread"
            +primaryKey: "thread_id"
            +columns: array:36 [
              "thread_id" => array:3 [
                "type" => 2
                "autoIncrement" => true
                "nullable" => true
              ]
              "node_id" => array:3 [
                "type" => 2
                "required" => true
                "api" => true
              ]
              "title" => array:5 [
                "type" => 5
                "maxLength" => 150
                "required" => "please_enter_valid_title"
                "censor" => true
                "api" => true
              ]
              "reply_count" => array:4 [
                "type" => 2
                "forced" => true
                "default" => 0
                "api" => true
              ]
              "view_count" => array:4 [
                "type" => 2
                "forced" => true
                "default" => 0
                "api" => true
              ]
              "user_id" => array:3 [
                "type" => 2
                "required" => true
                "api" => true
              ]
              "username" => array:4 [
                "type" => 5
                "maxLength" => 50
                "required" => true
                "api" => true
              ]
              "post_date" => array:3 [
                "type" => 2
                "default" => 0
                "api" => true
              ]
              "sticky" => array:3 [
                "type" => 65540
                "default" => false
                "api" => true
              ]
              "discussion_state" => array:4 [
                "type" => 5
                "default" => "visible"
                "allowedValues" => array:3 [ …3]
                "api" => true
              ]
              "discussion_open" => array:3 [ …3]
              "discussion_type" => array:4 [ …4]
              "type_data" => array:2 [ …2]
              "first_post_id" => array:3 [ …3]
              "last_post_date" => array:3 [ …3]
              "last_post_id" => array:3 [ …3]
              "last_post_user_id" => array:3 [ …3]
              "last_post_username" => array:4 [ …4]
              "first_post_reaction_score" => array:3 [ …3]
              "first_post_reactions" => array:3 [ …3]
              "prefix_id" => array:3 [ …3]
              "custom_fields" => array:2 [ …2]
              "tags" => array:2 [ …2]
              "vote_score" => array:2 [ …2]
              "vote_count" => array:3 [ …3]
              "siropu_keyword_linking_ids" => array:4 [ …4]
              "sv_prefix_ids" => array:5 [ …5]
              "sv_live_content_start" => array:3 [ …3]
              "sv_live_content_end" => array:3 [ …3]
              "bs_aib_enable_bots" => array:2 [ …2]
              "bs_lfs_is_sticked" => array:2 [ …2]
              "bs_lfs_sticked_order" => array:2 [ …2]
              "bs_lfs_sticked_end_date" => array:2 [ …2]
              "bs_lfs_sticked_attributes" => array:2 [ …2]
              "bs_is_sticky_first_post" => array:2 [ …2]
              "bstu_date" => array:2 [ …2]
            ]
            +relations: array:22 [
              "Forum" => array:6 [ …6]
              "User" => array:5 [ …5]
              "FirstPost" => array:4 [ …4]
              "LastPost" => array:4 [ …4]
              "LastPoster" => array:4 [ …4]
              "Prefix" => array:4 [ …4]
              "Read" => array:4 [ …4]
              "Watch" => array:4 [ …4]
              "UserPosts" => array:4 [ …4]
              "DeletionLog" => array:4 [ …4]
              "DraftReplies" => array:4 [ …4]
              "ApprovalQueue" => array:4 [ …4]
              "Redirect" => array:4 [ …4]
              "ReplyBans" => array:4 [ …4]
              "Poll" => array:3 [ …3]
              "CustomFields" => array:4 [ …4]
              "Question" => array:4 [ …4]
              "Tags" => array:4 [ …4]
              "ContentVotes" => array:5 [ …5]
              "WRTRead" => array:5 [ …5]
              "PrefixesLink" => array:5 [ …5]
              "AutoUp" => array:3 [ …3]
            ]
            +getters: array:9 [
              "draft_reply" => true
              "post_ids" => true
              "last_post_cache" => true
              "custom_fields" => true
              "cover_image" => true
              "TypeHandler" => array:3 [ …3]
              "type_data" => array:3 [ …3]
              "vote_score_short" => false
              "sv_prefix_ids" => array:2 [ …2]
            ]
            +defaultWith: []
            +options: array:2 [
              "log_moderator" => true
              "svLiveContent" => true
            ]
            +behaviors: array:8 [
              "XF:ContentVotable" => array:1 [ …1]
              "XF:ContentVotableContainer" => array:3 [ …3]
              "XF:Taggable" => array:1 [ …1]
              "XF:Indexable" => array:1 [ …1]
              "XF:IndexableContainer" => array:3 [ …3]
              "XF:NewsFeedPublishable" => array:2 [ …2]
              "XF:CustomFieldsHolder" => array:3 [ …3]
              "SV\MultiPrefix:MultiPrefixable" => array:4 [ …4]
            ]
            +columnAliases: array:1 [
              "first_post_likes" => "first_post_reaction_score"
            ]
            +withAliases: array:3 [
              "full" => array:3 [ …3]
              "fullForum" => array:2 [ …2]
              "api" => array:3 [ …3]
            ]
          }
          #_em: Manager {#238}
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [
            "thread_id" => 1135
            "node_id" => 85
            "title" => "Скоро..."
            "reply_count" => 0
            "view_count" => 35
            "user_id" => 1
            "username" => "10K"
            "post_date" => 1777319760
            "sticky" => 0
            "discussion_state" => "visible"
            "discussion_open" => 1
            "discussion_type" => "discussion"
            "type_data" => "[]"
            "first_post_id" => 2283
            "first_post_reaction_score" => 1
            "first_post_reactions" => "{"1":1}"
            "last_post_date" => 1777319760
            "last_post_id" => 2283
            "last_post_user_id" => 1
            "last_post_username" => "10K"
            "prefix_id" => 96
            "tags" => "[]"
            "custom_fields" => "{"restrict_groups":[],"restrict_replies":""}"
            "vote_score" => 0
            "vote_count" => 0
            "sv_live_content_start" => null
            "sv_live_content_end" => null
            "bs_lfs_is_sticked" => 0
            "bs_lfs_sticked_order" => 0
            "bs_lfs_sticked_end_date" => 0
            "bs_lfs_sticked_attributes" => null
            "bs_is_sticky_first_post" => 0
            "sv_prefix_ids" => "96,97,214"
            "siropu_keyword_linking_ids" => "[]"
            "bstu_date" => 1777319760
            "bs_aib_enable_bots" => 1
          ]
          #_relations: array:4 [
            "LastPoster" => User {#418}
            "User" => User {#418}
            "FirstPost" => Post {#428
              #_getterCache: []
              #_valueCache: []
              #_structure: Structure {#416
                +shortName: "XF:Post"
                +contentType: "post"
                +table: "xf_post"
                +primaryKey: "post_id"
                +columns: array:23 [
                  "post_id" => array:3 [ …3]
                  "thread_id" => array:3 [ …3]
                  "user_id" => array:3 [ …3]
                  "username" => array:4 [ …4]
                  "post_date" => array:4 [ …4]
                  "message" => array:3 [ …3]
                  "ip_id" => array:2 [ …2]
                  "message_state" => array:4 [ …4]
                  "attach_count" => array:5 [ …5]
                  "warning_id" => array:2 [ …2]
                  "warning_message" => array:4 [ …4]
                  "position" => array:3 [ …3]
                  "type_data" => array:2 [ …2]
                  "last_edit_date" => array:3 [ …3]
                  "last_edit_user_id" => array:2 [ …2]
                  "edit_count" => array:3 [ …3]
                  "embed_metadata" => array:3 [ …3]
                  "reaction_score" => array:3 [ …3]
                  "reactions" => array:2 [ …2]
                  "reaction_users" => array:2 [ …2]
                  "vote_score" => array:2 [ …2]
                  "vote_count" => array:3 [ …3]
                  "pb_cps_style_id" => array:2 [ …2]
                ]
                +relations: array:10 [
                  "Thread" => array:5 [ …5]
                  "User" => array:5 [ …5]
                  "Attachments" => array:5 [ …5]
                  "DeletionLog" => array:4 [ …4]
                  "ApprovalQueue" => array:4 [ …4]
                  "Reactions" => array:5 [ …5]
                  "Bookmarks" => array:5 [ …5]
                  "ContentVotes" => array:5 [ …5]
                  "CustomStyle" => array:4 [ …4]
                  "CustomStylePurchases" => array:6 [ …6]
                ]
                +getters: array:12 [
                  "Unfurls" => true
                  "is_question_solution" => array:2 [ …2]
                  "reactions" => true
                  "reaction_users" => true
                  "vote_score_short" => false
                  "CustomStyleHandler" => true
                  "hidden_content_price" => true
                  "hidden_content_currency" => true
                  "hidden_content_return_url" => true
                  "hidden_content_cancel_url" => true
                  "hidden_content_cost_phrase" => true
                  "hidden_content_title" => true
                ]
                +defaultWith: array:1 [
                  0 => "CustomStyle"
                ]
                +options: array:3 [
                  "log_moderator" => true
                  "ThreadAutoReply_Enabled" => true
                  "svLiveContent" => true
                ]
                +behaviors: array:4 [
                  "XF:ContentVotable" => array:1 [ …1]
                  "XF:Reactable" => array:1 [ …1]
                  "XF:Indexable" => array:1 [ …1]
                  "XF:NewsFeedPublishable" => array:2 [ …2]
                ]
                +columnAliases: array:2 [
                  "likes" => "reaction_score"
                  "like_users" => "reaction_users"
                ]
                +withAliases: array:2 [
                  "full" => array:7 [ …7]
                  "api" => array:5 [ …5]
                ]
              }
              #_em: Manager {#238}
              -_uniqueEntityId: 18
              #rootClass: "XF\Entity\Post"
              #_useReplaceInto: false
              #_newValues: []
              #_values: array:23 [
                "post_id" => 2283
                "thread_id" => 1135
                "user_id" => 1
                "username" => "10K"
                "post_date" => 1777319760
                "message" => "Скоро..."
                "ip_id" => 8846
                "message_state" => "visible"
                "attach_count" => 0
                "position" => 0
                "type_data" => "[]"
                "reaction_score" => 1
                "reactions" => "{"1":1}"
                "reaction_users" => "[{"user_id":521,"username":"Den Sanchez","reaction_id":1}]"
                "vote_score" => 0
                "vote_count" => 0
                "warning_id" => 0
                "warning_message" => ""
                "last_edit_date" => 1777339260
                "last_edit_user_id" => 1
                "edit_count" => 2
                "embed_metadata" => "[]"
                "pb_cps_style_id" => 0
              ]
              #_relations: array:2 [
                "CustomStyle" => null
                "Attachments" => ArrayCollection {#457 …2}
              ]
              #_previousValues: []
              #_options: []
              #_deleted: false
              #_readOnly: false
              #_writePending: false
              #_writeRunning: false
              #_errors: []
              #_whenSaveable: []
              #_cascadeSave: []
              #_behaviors: null
            }
            "Forum" => Forum {#330}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "BS\AIBots\Entity\Bot" => array:1 [
        1 => Bot {#335
          #_getterCache: []
          #_valueCache: array:1 [
            "triggers" => array:6 [ …6]
          ]
          #_structure: Structure {#274
            +shortName: "BS\AIBots:Bot"
            +contentType: ""
            +table: "xf_bs_ai_bot"
            +primaryKey: "bot_id"
            +columns: array:9 [
              "bot_id" => array:2 [ …2]
              "user_id" => array:1 [ …1]
              "username" => array:2 [ …2]
              "extra_user_group_ids" => array:3 [ …3]
              "is_active" => array:2 [ …2]
              "general" => array:3 [ …3]
              "triggers" => array:3 [ …3]
              "restrictions" => array:3 [ …3]
              "bot_class" => array:2 [ …2]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: array:2 [
              "Handler" => true
              "tabs" => true
            ]
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#238}
          -_uniqueEntityId: 16
          #rootClass: "BS\AIBots\Entity\Bot"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [
            "bot_id" => 1
            "user_id" => 394
            "username" => "System AI"
            "is_active" => 1
            "extra_user_group_ids" => ""
            "general" => "{"chat_model":"gpt-3.5-turbo","thread_prompt":"You are a male bot named: @System AI. Your user id is: 394. You are located in a business community website called: BSS Forum. Users can create threads in different forums and leave messages\/comments in these threads.\n\nYour job is to help a user in the thread called \"{thread_title}\" with thread id \"{thread_id}\". In case you need to calculate time, consider that the current date is \"{date}\" and time is \"{time}\".\n\nYou answer in details. You don't greet the user in your answer. You don't use abbreviations. You talk to user with respect. \u0422\u044b \u043e\u0431\u0440\u0430\u0449\u0430\u0435\u0448\u044c\u0441\u044f \u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u043d\u0430 \u0412\u044b. Answer in the same language as the user's message, but if you can't decide, use Russian as default.","thread_context_limit":10,"thread_smart_ignore":false,"conversation_prompt":"","conversation_context_limit":0,"conversation_smart_ignore":false,"bot_profile_prompt":"You are a male bot named: @System AI. Your user id is: 394. You are located in a business community website called: BSS Forum. Users can create threads in different forums and leave messages\/comments in these threads.\n\nYour job is to help a user named \"@{author}\" in your profile message. In case you need to calculate time, consider that the current date is \"{date}\" and time is \"{time}\".\n\nYou answer briefly, if not requested otherwise. You don't greet the user in your answer. You don't use abbreviations. You talk to user with respect. \u0422\u044b \u043e\u0431\u0440\u0430\u0449\u0430\u0435\u0448\u044c\u0441\u044f \u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u043d\u0430 \u0412\u044b. Answer in the same language as the user's message, but if you can't decide, use Russian as default.","bot_profile_context_limit":10,"temperature":0.6,"rtc_prompt":"You are a male bot named: @System AI. Your user id is: 394. You are located in a business community website called: BSS Forum. Users can create threads in different forums and leave messages\/comments in these threads.\n\nYour job is to help a user named \"@{author}\" in the chat. In case you need to calculate time, consider that the current date is \"{date}\" and time is \"{time}\".\n\nYou answer briefly, maximum 220 characters. You don't greet the user in your answer. You don't use abbreviations. You talk to user with respect. \u0422\u044b \u043e\u0431\u0440\u0430\u0449\u0430\u0435\u0448\u044c\u0441\u044f \u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u043d\u0430 \u0412\u044b. Answer in the same language as the user's message, but if you can't decide, use Russian as default.","rtc_context_limit":2,"rtc_smart_ignore":false,"rtc_streaming_mode":false,"rtc_respond_in_pm_only":false}"
            "triggers" => "{"active_in_context":["thread","chat","bot_profile"],"post":["mention"],"posted_in_node_ids":[""],"regexes":[],"ignore_regexes":[],"conversation":[]}"
            "restrictions" => "{"active_for_user_group_ids":["-1"],"active_node_ids":["9","26","145","143","38","82","105","165","77","136","107","104","31","158","109","42","35","22","33","41","166","44","13","37","45","168","169","167","87","57","133","125","64","97","94","95","96","71","98","66","65","99","67","69","70","134","86","78","130","73","79","81","80","135","119","129","75","10","118","117","157","46","103","47","110","106","154","155","156","132","160","85","137","150","151","147","149"],"max_replies_per_thread":0,"max_replies_per_conversation":"0","ignore_regexes":[],"spam_check":false}"
            "bot_class" => "BS\AIBots\Bot\ChatGPT"
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\LiveContent\XF\Entity\Post" => array:1 [
        2283 => Post {#428}
      ]
    ]
    #structures: array:15 [
      "SV\ExpiringUserUpgrades\XF\Entity\User" => Structure {#241}
      "XF\Entity\UserAuth" => Structure {#242}
      "SV\ExpiringUserUpgrades\XF\Entity\UserOption" => Structure {#244}
      "XF\Entity\UserProfile" => Structure {#246}
      "ThemeHouse\UserImprovements\XF\Entity\UserPrivacy" => Structure {#248}
      "SV\LiveContent\XF\Entity\Forum" => Structure {#267}
      "cv6\NodeIcon\XF\Entity\Node" => Structure {#269}
      "XF\Entity\PermissionCacheContent" => Structure {#271
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [
          0 => "permission_combination_id"
          1 => "content_type"
          2 => "content_id"
        ]
        +columns: array:4 [
          "permission_combination_id" => array:2 [
            "type" => 2
            "required" => true
          ]
          "content_type" => array:3 [
            "type" => 5
            "maxLength" => 25
            "required" => true
          ]
          "content_id" => array:2 [
            "type" => 2
            "required" => true
          ]
          "cache_value" => array:2 [
            "type" => 65552
            "required" => true
          ]
        ]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "SV\LiveContent\XF\Entity\Thread" => Structure {#328}
      "SV\MultiPrefix\Entity\ThreadPrefixLink" => Structure {#319
        +shortName: "SV\MultiPrefix:ThreadPrefixLink"
        +contentType: null
        +table: "xf_sv_thread_prefix_link"
        +primaryKey: array:2 [
          0 => "thread_id"
          1 => "prefix_id"
        ]
        +columns: array:2 [
          "thread_id" => array:2 [ …2]
          "prefix_id" => array:2 [ …2]
        ]
        +relations: array:2 [
          "Prefix" => array:4 [ …4]
          "Thread" => array:4 [ …4]
        ]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "BS\AIBots\Entity\Bot" => Structure {#274}
      "SV\LiveContent\XF\Entity\Post" => Structure {#416}
      "PB\CustomPostStyle\Entity\Style" => Structure {#427
        +shortName: "PB\CustomPostStyle:Style"
        +contentType: null
        +table: "xf_pb_cps_style"
        +primaryKey: "style_id"
        +columns: array:7 [
          "style_id" => array:2 [ …2]
          "content_type" => array:2 [ …2]
          "css" => array:3 [ …3]
          "cost_amount" => array:3 [ …3]
          "cost_currency" => array:3 [ …3]
          "extra_data" => array:2 [ …2]
          "display_order" => array:2 [ …2]
        ]
        +relations: array:1 [
          "MasterTitle" => array:3 [ …3]
        ]
        +getters: array:3 [
          "title" => true
          "Content" => true
          "Handler" => true
        ]
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\Attachment" => Structure {#426
        +shortName: "XF:Attachment"
        +contentType: null
        +table: "xf_attachment"
        +primaryKey: "attachment_id"
        +columns: array:8 [
          "attachment_id" => array:3 [ …3]
          "data_id" => array:2 [ …2]
          "content_type" => array:4 [ …4]
          "content_id" => array:3 [ …3]
          "attach_date" => array:3 [ …3]
          "temp_hash" => array:3 [ …3]
          "unassociated" => array:2 [ …2]
          "view_count" => array:4 [ …4]
        ]
        +relations: array:1 [
          "Data" => array:4 [ …4]
        ]
        +getters: array:17 [
          "Container" => true
          "handler" => true
          "filename" => array:2 [ …2]
          "extension" => array:2 [ …2]
          "file_size" => array:2 [ …2]
          "has_thumbnail" => array:2 [ …2]
          "thumbnail_url" => array:2 [ …2]
          "thumbnail_url_full" => array:2 [ …2]
          "is_video" => array:2 [ …2]
          "is_audio" => array:2 [ …2]
          "icon" => array:2 [ …2]
          "direct_url" => array:2 [ …2]
          "type_grouping" => array:2 [ …2]
          "width" => array:2 [ …2]
          "height" => array:2 [ …2]
          "thumbnail_width" => array:2 [ …2]
          "thumbnail_height" => array:2 [ …2]
        ]
        +defaultWith: array:1 [
          0 => "Data"
        ]
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: array:2 [
          "api" => []
          "embed" => []
        ]
      }
      "XF\Entity\AttachmentData" => Structure {#460
        +shortName: "XF:AttachmentData"
        +contentType: null
        +table: "xf_attachment_data"
        +primaryKey: "data_id"
        +columns: array:12 [
          "data_id" => array:3 [ …3]
          "user_id" => array:2 [ …2]
          "upload_date" => array:2 [ …2]
          "filename" => array:4 [ …4]
          "file_size" => array:3 [ …3]
          "file_hash" => array:3 [ …3]
          "file_path" => array:3 [ …3]
          "width" => array:2 [ …2]
          "height" => array:2 [ …2]
          "thumbnail_width" => array:2 [ …2]
          "thumbnail_height" => array:2 [ …2]
          "attach_count" => array:3 [ …3]
        ]
        +relations: array:1 [
          "User" => array:4 [ …4]
        ]
        +getters: array:6 [
          "extension" => array:2 [ …2]
          "has_thumbnail" => array:2 [ …2]
          "thumbnail_url" => true
          "is_video" => array:2 [ …2]
          "is_audio" => array:2 [ …2]
          "type_grouping" => true
        ]
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:6 [
      "XF:User" => User {#240
        #em: Manager {#238}
        #identifier: "XF:User"
      }
      "XF:Thread" => Thread {#329
        #em: Manager {#238}
        #identifier: "XF:Thread"
      }
      "XF:Node" => Node {#320
        #em: Manager {#238}
        #identifier: "XF:Node"
      }
      "SV\MultiPrefix:MultiPrefix" => MultiPrefix {#316
        #em: Manager {#238}
        #identifier: "SV\MultiPrefix:MultiPrefix"
      }
      "XF:SessionActivity" => SessionActivity {#318
        #em: Manager {#238}
        #identifier: "XF:SessionActivity"
      }
      "XF:Payment" => Payment {#277
        #em: Manager {#238}
        #identifier: "XF:Payment"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 7
  #rootClass: "XF\Entity\Forum"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:35 [
    "node_id" => 85
    "discussion_count" => 1
    "message_count" => 1
    "last_post_id" => 2283
    "last_post_date" => 1777319760
    "last_post_user_id" => 1
    "last_post_username" => "10K"
    "last_thread_id" => 1135
    "last_thread_title" => "Скоро..."
    "last_thread_prefix_id" => 96
    "forum_type_id" => "discussion"
    "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
    "moderate_threads" => 0
    "moderate_replies" => 0
    "allow_posting" => 1
    "count_messages" => 1
    "find_new" => 1
    "allow_index" => "allow"
    "index_criteria" => "[]"
    "field_cache" => "{"restrict_groups":"restrict_groups","restrict_replies":"restrict_replies"}"
    "prefix_cache" => "{"96":96,"97":97,"214":214}"
    "prompt_cache" => "[]"
    "default_prefix_id" => 96
    "default_sort_order" => "last_post_date"
    "default_sort_direction" => "desc"
    "list_date_limit_days" => 0
    "require_prefix" => 1
    "allowed_watch_notifications" => "all"
    "min_tags" => 0
    "ts_show_children" => 1
    "sv_liven_all_threads" => 1
    "bs_is_sticky_first_post" => 1
    "sv_min_prefixes" => 3
    "sv_max_prefixes" => 0
    "sv_default_prefix_ids" => "96,97,214"
  ]
  #_relations: array:1 [
    "Node" => Node {#272}
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Ответы
0
Просмотры
35
10K
Copyright 2025 ScripTop
Статистика Здесь 219 предпринимателей и специалистов создали 356 тем и написали 461 сообщений. 4769 человек состоят в нашем сообществе. Основное Финансы Сферы
Верх
byScripTop Inc.