Блог

Вневременные статьи о жизни предпринимателей, бизнесе и стартапах.
Node {#270
  #_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 [
        "node_id" => 159
        "title" => "Academy"
        "depth" => 0
        "lft" => 151
        "node_name" => null
        "node_type_id" => "Category"
        "display_in_list" => false
      ]
    ]
  ]
  #_structure: Structure {#267
    +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 [
          0 => array:3 [
            0 => "node_id"
            1 => "="
            2 => "$parent_node_id"
          ]
        ]
        "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 [
          0 => array:3 [
            0 => "content_type"
            1 => "="
            2 => "node"
          ]
          1 => array:3 [
            0 => "content_id"
            1 => "="
            2 => "$node_id"
          ]
        ]
        "key" => "permission_combination_id"
        "proxy" => true
      ]
      "Moderators" => array:3 [
        "entity" => "XF:ModeratorContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [
            0 => "content_type"
            1 => "="
            2 => "node"
          ]
          1 => array:3 [
            0 => "content_id"
            1 => "="
            2 => "$node_id"
          ]
        ]
      ]
      "Bookmarks" => array:5 [
        "entity" => "XF:BookmarkItem"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [
            0 => "content_type"
            1 => "="
            2 => "node"
          ]
          1 => array:3 [
            0 => "content_id"
            1 => "="
            2 => "$node_id"
          ]
        ]
        "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 [
          0 => "style_id"
          1 => "navigation_id"
          2 => "node_name"
        ]
        "rebuildService" => "XF:Node\RebuildNestedSet"
      ]
    ]
    +columnAliases: []
    +withAliases: array:1 [
      "api" => array:1 [
        0 => Closure {#268
          class: "XF\Entity\Node"
          file: "/var/www/html/src/XF/Entity/Node.php"
          line: "470 to 473"
        }
      ]
    ]
  }
  #_em: Manager {#236
    #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: 16
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:16 [
        1 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('addOns', 'addOnsComposer', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'paymentProvider', 'reactions', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'forumTypes', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes', 'threadTypes')\n
            \t\t
            """
          "params" => []
          "start" => 1777967902.2183
          "trace" => array:10 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
          ]
          "execute" => 1777967902.2187
          "complete" => 1777967902.2188
        ]
        2 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [
            0 => 1
          ]
          "start" => 1777967902.2306
          "trace" => array:15 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
            13 => array:5 [ …5]
            14 => array:5 [ …5]
          ]
          "execute" => 1777967902.2306
          "complete" => 1777967902.2306
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_permission_cache_content_Permissions_2`.*\n
            \t\t\tFROM `xf_forum`\n
            \t\t\tINNER JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)\n
            LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_2` ON (`xf_permission_cache_content_Permissions_2`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_2`.`content_id` = `xf_node_Node_1`.`node_id` AND `xf_permission_cache_content_Permissions_2`.`permission_combination_id` = '1')\n
            \t\t\tWHERE (`xf_node_Node_1`.`node_name` = 'reading' AND `xf_node_Node_1`.`node_type_id` = 'Forum')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1777967902.2329
          "trace" => array:12 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
          ]
          "execute" => 1777967902.233
          "complete" => 1777967902.233
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_node`.*\n
            \t\t\tFROM `xf_node`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_node`.`parent_node_id` = 85) AND (`xf_node`.`display_in_list` = 1)\n
            \t\t\tORDER BY `xf_node`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1777967902.2364
          "trace" => array:13 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
          ]
          "execute" => 1777967902.2366
          "complete" => 1777967902.2366
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_user_LastPoster_2`.*\n
            \t\t\tFROM `xf_thread` \n
            INNER JOIN (\n
                                select link.thread_id\n
                                from xf_sv_thread_prefix_link link\n
                                join xf_thread on (xf_thread.thread_id = link.thread_id)\n
                                where link.prefix_id in (97, 214, 96) AND (xf_thread.node_id in (85))\n
                                group by link.thread_id\n
                                having count(*) >= 3\n
                            ) AS `prefixLink_3` ON (`prefixLink_3`.`thread_id` = `xf_thread`.`thread_id`)\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_LastPoster_2` ON (`xf_user_LastPoster_2`.`user_id` = `xf_thread`.`last_post_user_id`)\n
            \t\t\tWHERE ((`xf_thread`.`node_id` IN (85))) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 1)\n
            \t\t\tORDER BY `xf_thread`.`bstu_date` DESC, `xf_thread`.`last_post_date` DESC\n
            \t\t
            """
          "params" => []
          "start" => 1777967902.2372
          "trace" => array:11 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
          ]
          "execute" => 1777967902.2374
          "complete" => 1777967902.2375
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_user_LastPoster_2`.*\n
            \t\t\tFROM `xf_thread` \n
            INNER JOIN (\n
                                select link.thread_id\n
                                from xf_sv_thread_prefix_link link\n
                                join xf_thread on (xf_thread.thread_id = link.thread_id)\n
                                where link.prefix_id in (97, 214, 96) AND (xf_thread.node_id in (85))\n
                                group by link.thread_id\n
                                having count(*) >= 3\n
                            ) AS `prefixLink_3` ON (`prefixLink_3`.`thread_id` = `xf_thread`.`thread_id`)\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_LastPoster_2` ON (`xf_user_LastPoster_2`.`user_id` = `xf_thread`.`last_post_user_id`)\n
            \t\t\tWHERE ((`xf_thread`.`node_id` IN (85))) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0)\n
            \t\t\tORDER BY `xf_thread`.`bstu_date` DESC, `xf_thread`.`last_post_date` DESC\n
            \t\t\n
            LIMIT 30
            """
          "params" => []
          "start" => 1777967902.2376
          "trace" => array:11 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
          ]
          "execute" => 1777967902.2378
          "complete" => 1777967902.2379
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\t\tSELECT COUNT(*)\n
            \t\t\t\tFROM `xf_thread` \n
            INNER JOIN (\n
                                select link.thread_id\n
                                from xf_sv_thread_prefix_link link\n
                                join xf_thread on (xf_thread.thread_id = link.thread_id)\n
                                where link.prefix_id in (97, 214, 96) AND (xf_thread.node_id in (85))\n
                                group by link.thread_id\n
                                having count(*) >= 3\n
                            ) AS `prefixLink_3` ON (`prefixLink_3`.`thread_id` = `xf_thread`.`thread_id`)\n
            \t\t\t\t\n
            \t\t\t\tWHERE ((`xf_thread`.`node_id` IN (85))) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0)\n
            \t\t\t
            """
          "params" => []
          "start" => 1777967902.238
          "trace" => array:12 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
          ]
          "execute" => 1777967902.2381
          "complete" => 1777967902.2381
        ]
        8 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_cache_content\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t\t\tAND content_type = ?\n
            \t\t\t\tAND content_id = ?\n
            \t\t
            """
          "params" => array:3 [
            0 => 3
            1 => "node"
            2 => 85
          ]
          "start" => 1777967902.2382
          "trace" => array:19 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
            13 => array:5 [ …5]
            14 => array:5 [ …5]
            15 => array:5 [ …5]
            16 => array:5 [ …5]
            17 => array:5 [ …5]
            18 => array:5 [ …5]
          ]
          "execute" => 1777967902.2383
          "complete" => 1777967902.2383
        ]
        9 => array:6 [
          "query" => """
            SELECT view_date\n
            \t\t\t\t\tFROM xf_session_activity\n
            \t\t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:2 [
            0 => 0
            1 => b"""
              \n
              *\x00Î
              """
          ]
          "start" => 1777967902.2386
          "trace" => array:13 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
          ]
          "execute" => 1777967902.2386
          "complete" => 1777967902.2386
        ]
        10 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tUPDATE xf_session_activity\n
            \t\t\t\tSET\n
            \t\t\t\t\tip = ?,\n
            \t\t\t\t\tcontroller_name = ?,\n
            \t\t\t\t\tcontroller_action = ?,\n
            \t\t\t\t\tview_state = ?,\n
            \t\t\t\t\tparams = ?,\n
            \t\t\t\t\tview_date = ?,\n
            \t\t\t\t\trobot_key = ?\n
            \t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:9 [
            0 => b"""
              \n
              *\x00Î
              """
            1 => "XF\Pub\Controller\Forum"
            2 => "Forum"
            3 => "valid"
            4 => "node_name=reading"
            5 => 1777967902
            6 => ""
            7 => 0
            8 => b"""
              \n
              *\x00Î
              """
          ]
          "start" => 1777967902.2387
          "trace" => array:12 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
          ]
          "execute" => 1777967902.2387
          "complete" => 1777967902.2387
        ]
        11 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('pb_cps_styles')\n
            \t\t
            """
          "params" => []
          "start" => 1777967902.2435
          "trace" => array:20 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
            13 => array:5 [ …5]
            14 => array:5 [ …5]
            15 => array:5 [ …5]
            16 => array:5 [ …5]
            17 => array:5 [ …5]
            18 => array:5 [ …5]
            19 => array:5 [ …5]
          ]
          "execute" => 1777967902.2435
          "complete" => 1777967902.2435
        ]
        12 => array:6 [
          "query" => "SELECT COUNT(*) FROM xf_user"
          "params" => []
          "start" => 1777967902.2455
          "trace" => array:13 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
          ]
          "execute" => 1777967902.2455
          "complete" => 1777967902.2455
        ]
        13 => array:6 [
          "query" => "SELECT COUNT(*) FROM xf_thread"
          "params" => []
          "start" => 1777967902.2455
          "trace" => array:13 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
          ]
          "execute" => 1777967902.2456
          "complete" => 1777967902.2456
        ]
        14 => array:6 [
          "query" => "SELECT COUNT(*) FROM xf_post"
          "params" => []
          "start" => 1777967902.2456
          "trace" => array:13 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
          ]
          "execute" => 1777967902.2456
          "complete" => 1777967902.2456
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_bs_ai_bot`.*\n
            \t\t\tFROM `xf_bs_ai_bot`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_bs_ai_bot`.`bot_id` = 1)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1777967902.2458
          "trace" => array:13 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
          ]
          "execute" => 1777967902.2459
          "complete" => 1777967902.2459
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_node`.*\n
            \t\t\tFROM `xf_node`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_node`.`node_id` = 159)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1777967902.2478
          "trace" => array:15 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
            2 => array:5 [ …5]
            3 => array:5 [ …5]
            4 => array:5 [ …5]
            5 => array:5 [ …5]
            6 => array:5 [ …5]
            7 => array:5 [ …5]
            8 => array:5 [ …5]
            9 => array:5 [ …5]
            10 => array:5 [ …5]
            11 => array:5 [ …5]
            12 => array:5 [ …5]
            13 => array:5 [ …5]
            14 => array:5 [ …5]
          ]
          "execute" => 1777967902.2479
          "complete" => 1777967902.2479
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
      #connection: mysqli {#223}
    }
    #valueFormatter: ValueFormatter {#237}
    #extension: Extension {#224
      #listeners: array:18 [
        "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:5 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
            2 => array:2 [ …2]
            3 => array:2 [ …2]
            4 => 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:1 [
            0 => 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:1 [
            0 => 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_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:189 [
        "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:9 [
          0 => "BS\Hide\XF\Entity\User"
          1 => "BS\LiveForumStatistics\XF\Entity\User"
          2 => "Siropu\KeywordLinking\XF\Entity\User"
          3 => "ThemeHouse\MembersLocalTime\XF\Entity\User"
          4 => "ThemeHouse\UserImprovements\XF\Entity\User"
          5 => "ThemeHouse\UserNameColor\XF\Entity\User"
          6 => "Truonglv\ProfileVanity\XF\Entity\User"
          7 => "SV\LiveContent\XF\Entity\User"
          8 => "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\AddonCustomUserLocation\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"
        ]
        "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\AddonActionRegister\XF\Service\User\RegistrationComplete"
        ]
        "XF\Entity\UserField" => array:1 [
          0 => "ScripTop\AddonCustomUserLocation\XF\Entity\UserField"
        ]
        "XF\Repository\UserField" => array:1 [
          0 => "ScripTop\AddonCustomUserLocation\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:51 [
        "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\DevelopmentOutput" => "XF\DevelopmentOutput"
        "XF\DevelopmentOutput\Template" => "XF\DevelopmentOutput\Template"
        "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\Debugger" => "XF\Debugger"
      ]
    }
    #entityClassNameMap: array:11 [
      "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"
    ]
    #entities: array:9 [
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#241
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#240
            +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 {#236}
          -_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 {#243
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#242
            +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 {#236}
          -_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 {#245
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#244
            +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 {#236}
          -_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 {#247
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#246
            +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 {#236}
          -_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 {#416
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#239
            +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" => 1777967902
                "api" => true
              ]
              "last_activity" => array:3 [
                "type" => 2
                "default" => 1777967902
                "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:16 [
              "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
              ]
            ]
            +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 {#236}
          -_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,15"
            "display_style_group_id" => 3
            "permission_combination_id" => 179
            "message_count" => 28
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1642806000
            "last_activity" => 1777965070
            "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" => 4
            "vote_score" => 0
            "warning_points" => 0
            "is_staff" => 0
            "secret_key" => "4-QB9g5ULSOI1UFdsnWMvXCX5pFz8-zG"
            "privacy_policy_accepted" => 1664383982
            "terms_accepted" => 1678984013
            "th_name_color_id" => 0
            "th_view_count" => 4792
            "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:2 [
        85 => Node {#270}
        159 => Node {#380
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 17
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [
            "node_id" => 159
            "title" => "Academy"
            "description" => "Описание скоро появится..."
            "node_name" => null
            "node_type_id" => "Category"
            "parent_node_id" => 0
            "display_order" => 400
            "display_in_list" => 0
            "lft" => 151
            "rgt" => 156
            "depth" => 0
            "style_id" => 0
            "effective_style_id" => 0
            "breadcrumb_data" => "[]"
            "navigation_id" => ""
            "effective_navigation_id" => ""
            "cv6_icon" => ""
            "cv6_icon_type" => 0
            "cv6_image_path" => ""
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\LiveContent\XF\Entity\Forum" => array:1 [
        85 => Forum {#328
          #_getterCache: array:1 [
            "TypeHandler" => Discussion {#266 …1}
          ]
          #_valueCache: array:2 [
            "ts_show_children" => true
            "allow_posting" => true
          ]
          #_structure: Structure {#265
            +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 [ …2]
              "last_post_user_id" => array:2 [ …2]
              "last_post_username" => array:3 [ …3]
              "last_thread_id" => array:2 [ …2]
              "last_thread_title" => array:3 [ …3]
              "last_thread_prefix_id" => array:2 [ …2]
              "moderate_threads" => array:2 [ …2]
              "moderate_replies" => array:2 [ …2]
              "forum_type_id" => array:3 [ …3]
              "type_config" => array:2 [ …2]
              "allow_posting" => array:3 [ …3]
              "count_messages" => array:2 [ …2]
              "find_new" => array:2 [ …2]
              "allow_index" => array:3 [ …3]
              "index_criteria" => array:2 [ …2]
              "require_prefix" => array:3 [ …3]
              "allowed_watch_notifications" => array:3 [ …3]
              "field_cache" => array:2 [ …2]
              "prefix_cache" => array:2 [ …2]
              "prompt_cache" => array:2 [ …2]
              "default_prefix_id" => array:2 [ …2]
              "default_sort_order" => array:2 [ …2]
              "default_sort_direction" => array:3 [ …3]
              "list_date_limit_days" => array:3 [ …3]
              "min_tags" => array:4 [ …4]
              "ts_show_children" => array:2 [ …2]
              "sv_min_prefixes" => array:2 [ …2]
              "sv_max_prefixes" => array:2 [ …2]
              "sv_default_prefix_ids" => array:4 [ …4]
              "sv_liven_all_threads" => array:2 [ …2]
              "bs_is_sticky_first_post" => array:2 [ …2]
            ]
            +relations: array:7 [
              "Read" => array:4 [ …4]
              "Watch" => array:4 [ …4]
              "DraftThreads" => array:4 [ …4]
              "LastPost" => array:4 [ …4]
              "LastPostUser" => array:4 [ …4]
              "LastThread" => array:4 [ …4]
              "Node" => array:5 [ …5]
            ]
            +getters: array:10 [
              "draft_thread" => true
              "prefixes" => true
              "thread_prompt" => true
              "TypeHandler" => array:3 [ …3]
              "type_config" => array:3 [ …3]
              "node_name" => array:2 [ …2]
              "title" => array:2 [ …2]
              "description" => array:2 [ …2]
              "depth" => array:2 [ …2]
              "sv_default_prefix_ids" => true
            ]
            +defaultWith: array:1 [
              0 => "Node"
            ]
            +options: array:1 [
              "delete_threads" => true
            ]
            +behaviors: []
            +columnAliases: []
            +withAliases: array:1 [
              "api" => array:2 [ …2]
            ]
          }
          #_em: Manager {#236}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [
            "node_id" => 85
            "discussion_count" => 1
            "message_count" => 1
            "last_post_id" => 2302
            "last_post_date" => 1777828997
            "last_post_user_id" => 1
            "last_post_username" => "10K"
            "last_thread_id" => 1143
            "last_thread_title" => "What is Paddle? A complete guide to the subscription billing solution"
            "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 {#270}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\LiveContent\XF\Entity\Thread" => array:1 [
        1143 => Thread {#418
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#326
            +shortName: "XF:Thread"
            +contentType: "thread"
            +table: "xf_thread"
            +primaryKey: "thread_id"
            +columns: array:36 [
              "thread_id" => array:3 [ …3]
              "node_id" => array:3 [ …3]
              "title" => array:5 [ …5]
              "reply_count" => array:4 [ …4]
              "view_count" => array:4 [ …4]
              "user_id" => array:3 [ …3]
              "username" => array:4 [ …4]
              "post_date" => array:3 [ …3]
              "sticky" => array:3 [ …3]
              "discussion_state" => array:4 [ …4]
              "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 {#236}
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [
            "thread_id" => 1143
            "node_id" => 85
            "title" => "What is Paddle? A complete guide to the subscription billing solution"
            "reply_count" => 0
            "view_count" => 12
            "user_id" => 1
            "username" => "10K"
            "post_date" => 1777828997
            "sticky" => 0
            "discussion_state" => "visible"
            "discussion_open" => 1
            "discussion_type" => "discussion"
            "type_data" => "[]"
            "first_post_id" => 2302
            "first_post_reaction_score" => 0
            "first_post_reactions" => "[]"
            "last_post_date" => 1777828997
            "last_post_id" => 2302
            "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" => 1777828997
            "bs_aib_enable_bots" => 1
          ]
          #_relations: array:2 [
            "LastPoster" => User {#416}
            "User" => User {#416}
          ]
          #_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 {#332
            +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 {#236}
          -_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
        }
      ]
    ]
    #structures: array:11 [
      "SV\ExpiringUserUpgrades\XF\Entity\User" => Structure {#239}
      "XF\Entity\UserAuth" => Structure {#240}
      "SV\ExpiringUserUpgrades\XF\Entity\UserOption" => Structure {#242}
      "XF\Entity\UserProfile" => Structure {#244}
      "ThemeHouse\UserImprovements\XF\Entity\UserPrivacy" => Structure {#246}
      "SV\LiveContent\XF\Entity\Forum" => Structure {#265}
      "cv6\NodeIcon\XF\Entity\Node" => Structure {#267}
      "XF\Entity\PermissionCacheContent" => Structure {#269
        +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 [ …2]
          "content_type" => array:3 [ …3]
          "content_id" => array:2 [ …2]
          "cache_value" => array:2 [ …2]
        ]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "SV\LiveContent\XF\Entity\Thread" => Structure {#326}
      "SV\MultiPrefix\Entity\ThreadPrefixLink" => Structure {#317
        +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 {#332}
    ]
    #repositories: array:6 [
      "XF:User" => User {#238
        #em: Manager {#236}
        #identifier: "XF:User"
      }
      "XF:Thread" => Thread {#327
        #em: Manager {#236}
        #identifier: "XF:Thread"
      }
      "XF:Node" => Node {#318
        #em: Manager {#236}
        #identifier: "XF:Node"
      }
      "SV\MultiPrefix:MultiPrefix" => MultiPrefix {#314
        #em: Manager {#236}
        #identifier: "SV\MultiPrefix:MultiPrefix"
      }
      "XF:SessionActivity" => SessionActivity {#316
        #em: Manager {#236}
        #identifier: "XF:SessionActivity"
      }
      "XF:Payment" => Payment {#273
        #em: Manager {#236}
        #identifier: "XF:Payment"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_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 {#329
      #entities: []
      #populated: false
      #baseFinder: Finder {#271
        #em: Manager {#236}
        #db: Adapter {#222}
        #structure: Structure {#269}
        #conditions: array:2 [
          0 => "`xf_permission_cache_content`.`content_type` = 'node'"
          1 => "`xf_permission_cache_content`.`content_id` = 85"
        ]
        #order: []
        #defaultOrder: []
        #joins: []
        #aliasCounter: 1
        #indexHints: []
        #conditionBuilding: null
        #keyedBy: Closure {#330
          class: "XF\Mvc\Entity\Finder"
          this: Finder {#271}
          parameters: { …1}
          use: { …1}
          file: "/var/www/html/src/XF/Mvc/Entity/Finder.php"
          line: "1331 to 1331"
        }
        #pluckFrom: null
        #limit: null
        #offset: 0
        #fetchProxied: true
        #parentFinder: null
        #relationPath: null
        #childFinders: []
      }
      #keyField: "permission_combination_id"
      #falseEntities: array:1 [
        1 => true
      ]
    }
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Copyright 2026 ScripTop
Статистика Здесь 219 предпринимателей и специалистов создали 355 тем и написали 460 сообщений. 4769 человек состоят в нашем сообществе. Основное Финансы Сферы
Верх
byScripTop Inc.