Маркетинг \ Онлайн маркетинг

Описание скоро появится...
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:2 [
      121 => array:7 [
        "node_id" => 121
        "title" => "Сферы"
        "depth" => 0
        "lft" => 51
        "node_name" => null
        "node_type_id" => "Category"
        "display_in_list" => true
      ]
      167 => array:7 [
        "node_id" => 167
        "title" => "Маркетинг"
        "depth" => 1
        "lft" => 64
        "node_name" => "marketing-promotion"
        "node_type_id" => "Forum"
        "display_in_list" => true
      ]
    ]
  ]
  #_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: 20
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:20 [
        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" => 1777967805.6513
          "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" => 1777967805.6514
          "complete" => 1777967805.6516
        ]
        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" => 1777967805.6633
          "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" => 1777967805.6634
          "complete" => 1777967805.6634
        ]
        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` = 'internet-marketing-promotion' AND `xf_node_Node_1`.`node_type_id` = 'Forum')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1777967805.6655
          "trace" => array:12 [
            0 => array:5 [ …5]
            1 => array:5 [ …5]
             …10
          ]
          "execute" => 1777967805.6656
          "complete" => 1777967805.6656
        ]
        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` = 87) AND (`xf_node`.`display_in_list` = 1)\n
            \t\t\tORDER BY `xf_node`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1777967805.6691
          "trace" => array:13 [ …13]
          "execute" => 1777967805.6692
          "complete" => 1777967805.6692
        ]
        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 (219) AND (xf_thread.node_id in (87, 57, 133, 125, 64, 66, 65, 67, 69, 70, 134))\n
                                group by link.thread_id\n
                                having count(*) >= 1\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 (87, 57, 133, 125, 64, 66, 65, 67, 69, 70, 134))) 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" => 1777967805.6698
          "trace" => array:11 [ …11]
          "execute" => 1777967805.6704
          "complete" => 1777967805.6704
        ]
        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 (219) AND (xf_thread.node_id in (87, 57, 133, 125, 64, 66, 65, 67, 69, 70, 134))\n
                                group by link.thread_id\n
                                having count(*) >= 1\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 (87, 57, 133, 125, 64, 66, 65, 67, 69, 70, 134))) 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" => 1777967805.6706
          "trace" => array:11 [ …11]
          "execute" => 1777967805.6712
          "complete" => 1777967805.6713
        ]
        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 (219) AND (xf_thread.node_id in (87, 57, 133, 125, 64, 66, 65, 67, 69, 70, 134))\n
                                group by link.thread_id\n
                                having count(*) >= 1\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 (87, 57, 133, 125, 64, 66, 65, 67, 69, 70, 134))) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0)\n
            \t\t\t
            """
          "params" => []
          "start" => 1777967805.6714
          "trace" => array:12 [ …12]
          "execute" => 1777967805.6716
          "complete" => 1777967805.6716
        ]
        8 => 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`.`lft` > 65) AND (`xf_node`.`rgt` < 100) AND (`xf_node`.`display_in_list` = 1)\n
            \t\t\tORDER BY `xf_node`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1777967805.6717
          "trace" => array:12 [ …12]
          "execute" => 1777967805.6718
          "complete" => 1777967805.6718
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_user_LastPostUser_2`.*, `xf_thread_LastThread_3`.*\n
            \t\t\tFROM `xf_forum`\n
            \t\t\tLEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_LastPostUser_2` ON (`xf_user_LastPostUser_2`.`user_id` = `xf_forum`.`last_post_user_id`)\n
            LEFT JOIN `xf_thread` AS `xf_thread_LastThread_3` ON (`xf_thread_LastThread_3`.`thread_id` = `xf_forum`.`last_thread_id`)\n
            \t\t\tWHERE (`xf_forum`.`node_id` IN (57, 133, 125, 64, 97, 94, 95, 96, 71, 98, 66, 65, 99, 67, 69, 70, 134))\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1777967805.672
          "trace" => array:14 [ …14]
          "execute" => 1777967805.6722
          "complete" => 1777967805.6722
        ]
        10 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT content_id, 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
            """
          "params" => array:2 [ …2]
          "start" => 1777967805.6726
          "trace" => array:15 [ …15]
          "execute" => 1777967805.6727
          "complete" => 1777967805.6728
        ]
        11 => 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 [ …3]
          "start" => 1777967805.6743
          "trace" => array:19 [ …19]
          "execute" => 1777967805.6743
          "complete" => 1777967805.6743
        ]
        12 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread_prefix`.*\n
            \t\t\tFROM `xf_thread_prefix`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_thread_prefix`.`prefix_id` IN (134, 135, 214))\n
            \t\t\tORDER BY `xf_thread_prefix`.`materialized_order` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1777967805.6746
          "trace" => array:19 [ …19]
          "execute" => 1777967805.6747
          "complete" => 1777967805.6747
        ]
        13 => array:6 [
          "query" => """
            SELECT view_date\n
            \t\t\t\t\tFROM xf_session_activity\n
            \t\t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:2 [ …2]
          "start" => 1777967805.675
          "trace" => array:13 [ …13]
          "execute" => 1777967805.675
          "complete" => 1777967805.675
        ]
        14 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tUPDATE xf_session_activity\n
            \t\t\t\tSET\n
            \t\t\t\t\tip = ?,\n
            \t\t\t\t\tcontroller_name = ?,\n
            \t\t\t\t\tcontroller_action = ?,\n
            \t\t\t\t\tview_state = ?,\n
            \t\t\t\t\tparams = ?,\n
            \t\t\t\t\tview_date = ?,\n
            \t\t\t\t\trobot_key = ?\n
            \t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:9 [ …9]
          "start" => 1777967805.6751
          "trace" => array:12 [ …12]
          "execute" => 1777967805.6751
          "complete" => 1777967805.6751
        ]
        15 => 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" => 1777967805.6798
          "trace" => array:20 [ …20]
          "execute" => 1777967805.6798
          "complete" => 1777967805.6798
        ]
        16 => array:6 [
          "query" => "SELECT COUNT(*) FROM xf_user"
          "params" => []
          "start" => 1777967805.6818
          "trace" => array:13 [ …13]
          "execute" => 1777967805.6818
          "complete" => 1777967805.6818
        ]
        17 => array:6 [
          "query" => "SELECT COUNT(*) FROM xf_thread"
          "params" => []
          "start" => 1777967805.6819
          "trace" => array:13 [ …13]
          "execute" => 1777967805.6819
          "complete" => 1777967805.6819
        ]
        18 => array:6 [
          "query" => "SELECT COUNT(*) FROM xf_post"
          "params" => []
          "start" => 1777967805.6819
          "trace" => array:13 [ …13]
          "execute" => 1777967805.6819
          "complete" => 1777967805.6819
        ]
        19 => 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" => 1777967805.6821
          "trace" => array:13 [ …13]
          "execute" => 1777967805.6822
          "complete" => 1777967805.6822
        ]
        20 => 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` = 167)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1777967805.6842
          "trace" => array:15 [ …15]
          "execute" => 1777967805.6842
          "complete" => 1777967805.6843
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
      #connection: mysqli {#223}
    }
    #valueFormatter: ValueFormatter {#237}
    #extension: Extension {#224
      #listeners: array:18 [
        "addon_post_install" => array:2 [
          "_" => array:2 [ …2]
          "XFMG" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:2 [ …2]
        ]
        "dispatcher_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:1 [
          "_" => array:1 [ …1]
        ]
        "entity_defaults" => array:1 [
          "XF\Entity\Thread" => array:1 [ …1]
        ]
        "entity_post_delete" => array:3 [
          "XF\Entity\User" => array:1 [ …1]
          "XF\Entity\Forum" => array:1 [ …1]
          "XF\Entity\Thread" => array:2 [ …2]
        ]
        "entity_post_save" => array:5 [
          "XF\Entity\Post" => array:3 [ …3]
          "XF\Entity\ConversationMessage" => array:2 [ …2]
          "XF\Entity\User" => array:1 [ …1]
          "XF\Entity\ProfilePostComment" => array:1 [ …1]
          "XF\Entity\ProfilePost" => array:2 [ …2]
        ]
        "entity_structure" => array:10 [
          "XF\Entity\Thread" => array:4 [ …4]
          "XF\Entity\User" => array:1 [ …1]
          "XF\Entity\Post" => array:1 [ …1]
          "XenAddons\AMS\Entity\ArticleItem" => array:1 [ …1]
          "XF\Entity\UserOption" => array:1 [ …1]
          "XF\Entity\UserProfile" => array:1 [ …1]
          "XF\Entity\Forum" => array:1 [ …1]
          "XF\Entity\ProfilePost" => array:1 [ …1]
          "XF\Entity\Node" => array:1 [ …1]
          "XF\Entity\Category" => array:1 [ …1]
        ]
        "inline_mod_actions" => array:6 [
          "post" => array:1 [ …1]
          "profile_post" => array:1 [ …1]
          "thread" => array:1 [ …1]
          "xfmg_comment" => array:1 [ …1]
          "xfmg_album" => array:1 [ …1]
          "xfmg_media" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:4 [ …4]
        ]
        "templater_macro_pre_render" => array:4 [
          "public:thuserimprovements_trophy_macros:user_trophy_item" => array:1 [ …1]
          "admin:option_macros:option_form_block" => array:1 [ …1]
          "public:prefix_macros:row" => array:1 [ …1]
          "public:prefix_macros:select" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:6 [ …6]
        ]
        "templater_template_pre_render" => array:10 [
          "public:_help_page_trophies" => array:1 [ …1]
          "public:member_about" => array:1 [ …1]
          "public:member_trophies" => array:1 [ …1]
          "admin:addon_options" => array:1 [ …1]
          "public:prefix_input" => array:1 [ …1]
          "public:dbtech_ecommerce_category_prefixes" => array:1 [ …1]
          "public:dbtech_shop_category_prefixes" => array:1 [ …1]
          "public:forum_prefixes" => array:1 [ …1]
          "public:xfrm_category_prefixes" => array:1 [ …1]
          "public:xc_project_manager_category_prefixes" => array:1 [ …1]
        ]
        "visitor_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #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:54 [
        "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"
        "XF\Str\Formatter" => "BS\Hide\XF\Str\Formatter"
        "XF\Entity\ThreadPrefix" => "SV\MultiPrefix\XF\Entity\ThreadPrefix"
        "XF\Finder\ThreadPrefix" => "XF\Finder\ThreadPrefix"
        "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:12 [
      "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"
      "XF:ThreadPrefix" => "SV\MultiPrefix\XF\Entity\ThreadPrefix"
      "BS\AIBots:Bot" => "BS\AIBots\Entity\Bot"
    ]
    #entities: array:10 [
      "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 [ …2]
              "scheme_class" => array:3 [ …3]
              "data" => array:2 [ …2]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:2 [ …2]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#236}
          -_uniqueEntityId: 1
          #rootClass: "XF\Entity\UserAuth"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "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 [ …3]
              "show_dob_year" => array:2 [ …2]
              "show_dob_date" => array:2 [ …2]
              "content_show_signature" => array:2 [ …2]
              "receive_admin_email" => array:2 [ …2]
              "email_on_conversation" => array:2 [ …2]
              "push_on_conversation" => array:2 [ …2]
              "is_discouraged" => array:2 [ …2]
              "creation_watch_state" => array:3 [ …3]
              "interaction_watch_state" => array:3 [ …3]
              "alert_optout" => array:4 [ …4]
              "push_optout" => array:4 [ …4]
              "use_tfa" => array:2 [ …2]
              "sv_exup_email_on_expiring_expired_upgrade" => array:2 [ …2]
              "sv_exup_email_on_upgrade_purchase" => array:2 [ …2]
              "sv_exup_email_on_upgrade_reversal" => array:2 [ …2]
              "bs_lfs_disable" => array:2 [ …2]
            ]
            +relations: array:3 [
              "AlertOptOut" => array:3 [ …3]
              "PushOptOut" => array:3 [ …3]
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#236}
          -_uniqueEntityId: 2
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:2 [ …2]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "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 [ …3]
              "dob_day" => array:3 [ …3]
              "dob_month" => array:3 [ …3]
              "dob_year" => array:3 [ …3]
              "signature" => array:4 [ …4]
              "website" => array:4 [ …4]
              "location" => array:4 [ …4]
              "following" => array:4 [ …4]
              "ignored" => array:3 [ …3]
              "avatar_crop_x" => array:3 [ …3]
              "avatar_crop_y" => array:3 [ …3]
              "banner_date" => array:2 [ …2]
              "banner_position_y" => array:5 [ …5]
              "about" => array:4 [ …4]
              "custom_fields" => array:3 [ …3]
              "connected_accounts" => array:3 [ …3]
              "password_date" => array:3 [ …3]
              "bs_lfs_ignored_threads" => array:3 [ …3]
              "bs_lfs_ignored_forums" => array:3 [ …3]
            ]
            +relations: array:2 [
              "User" => array:4 [ …4]
              "CustomFields" => array:4 [ …4]
            ]
            +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 [ …1]
              "XF:CustomFieldsHolder" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#236}
          -_uniqueEntityId: 3
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "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 [ …2]
              "allow_view_profile" => array:4 [ …4]
              "allow_post_profile" => array:4 [ …4]
              "allow_send_personal_conversation" => array:4 [ …4]
              "allow_view_identities" => array:4 [ …4]
              "allow_receive_news_feed" => array:4 [ …4]
              "th_view_profile_stats" => array:4 [ …4]
              "th_view_username_changes" => array:4 [ …4]
              "th_view_profile_views" => array:4 [ …4]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#236}
          -_uniqueEntityId: 4
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\ExpiringUserUpgrades\XF\Entity\User" => array:1 [
        364 => User {#426
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#239
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:45 [
              "user_id" => array:4 [ …4]
              "username" => array:4 [ …4]
              "username_date" => array:3 [ …3]
              "username_date_visible" => array:3 [ …3]
              "email" => array:2 [ …2]
              "style_id" => array:3 [ …3]
              "language_id" => array:3 [ …3]
              "timezone" => array:3 [ …3]
              "visible" => array:2 [ …2]
              "activity_visible" => array:2 [ …2]
              "user_group_id" => array:2 [ …2]
              "secondary_group_ids" => array:3 [ …3]
              "display_style_group_id" => array:3 [ …3]
              "permission_combination_id" => array:3 [ …3]
              "message_count" => array:5 [ …5]
              "question_solution_count" => array:5 [ …5]
              "alerts_unviewed" => array:5 [ …5]
              "alerts_unread" => array:5 [ …5]
              "conversations_unread" => array:5 [ …5]
              "register_date" => array:3 [ …3]
              "last_activity" => array:3 [ …3]
              "last_summary_email_date" => array:4 [ …4]
              "trophy_points" => array:5 [ …5]
              "avatar_date" => array:2 [ …2]
              "avatar_width" => array:4 [ …4]
              "avatar_height" => array:4 [ …4]
              "avatar_highdpi" => array:3 [ …3]
              "gravatar" => array:4 [ …4]
              "user_state" => array:3 [ …3]
              "security_lock" => array:3 [ …3]
              "is_moderator" => array:2 [ …2]
              "is_admin" => array:2 [ …2]
              "is_staff" => array:3 [ …3]
              "is_banned" => array:2 [ …2]
              "reaction_score" => array:4 [ …4]
              "vote_score" => array:4 [ …4]
              "custom_title" => array:4 [ …4]
              "warning_points" => array:4 [ …4]
              "secret_key" => array:4 [ …4]
              "privacy_policy_accepted" => array:2 [ …2]
              "terms_accepted" => array:2 [ …2]
              "siropu_keyword_linking_ids" => array:4 [ …4]
              "th_name_color_id" => array:4 [ …4]
              "th_view_count" => array:2 [ …2]
              "th_unco_user_name_data" => array:2 [ …2]
            ]
            +relations: array:16 [
              "Admin" => array:4 [ …4]
              "Auth" => array:4 [ …4]
              "ConnectedAccounts" => array:4 [ …4]
              "Option" => array:4 [ …4]
              "PermissionCombination" => array:5 [ …5]
              "Profile" => array:4 [ …4]
              "Privacy" => array:4 [ …4]
              "Ban" => array:4 [ …4]
              "Reject" => array:4 [ …4]
              "Activity" => array:4 [ …4]
              "ApprovalQueue" => array:4 [ …4]
              "Following" => array:5 [ …5]
              "PendingUsernameChange" => array:4 [ …4]
              "PreRegAction" => array:4 [ …4]
              "Trophies" => array:4 [ …4]
              "THUIUsernameHistory" => array:4 [ …4]
            ]
            +getters: array:15 [
              "PermissionSet" => array:2 [ …2]
              "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 [ …7]
              "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 [ …5]
            ]
          }
          #_em: Manager {#236}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:45 [ …45]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "cv6\NodeIcon\XF\Entity\Node" => array:19 [
        87 => Node {#270}
        57 => Node {#314
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 8
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        133 => Node {#294
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        125 => Node {#293
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        64 => Node {#292
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 11
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        66 => Node {#291
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 12
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        65 => Node {#290
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 13
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        67 => Node {#289
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        69 => Node {#288
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 15
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        70 => Node {#287
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        134 => Node {#286
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 17
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        97 => Node {#427
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 25
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        94 => Node {#281
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        95 => Node {#280
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 27
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        96 => Node {#279
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        71 => Node {#278
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 29
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        98 => Node {#277
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 30
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        99 => Node {#276
          #_getterCache: array:2 [ …2]
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 33
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        167 => Node {#347
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#267}
          #_em: Manager {#236}
          -_uniqueEntityId: 115
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:19 [ …19]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\LiveContent\XF\Entity\Forum" => array:18 [
        87 => Forum {#328
          #_getterCache: array:2 [ …2]
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#265
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:35 [
              "node_id" => array:2 [ …2]
              "discussion_count" => array:3 [ …3]
              "message_count" => array:3 [ …3]
              "last_post_id" => array:2 [ …2]
              "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 [ …35]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        57 => Forum {#282
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 41
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        64 => Forum {#449
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 45
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        65 => Forum {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 49
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        66 => Forum {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 53
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        67 => Forum {#452
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 57
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        69 => Forum {#453
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 61
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        70 => Forum {#454
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 65
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        71 => Forum {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 69
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        94 => Forum {#456
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 73
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        95 => Forum {#457
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 77
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        96 => Forum {#458
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 81
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        97 => Forum {#459
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 85
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        98 => Forum {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 89
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        99 => Forum {#461
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 93
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        125 => Forum {#462
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 97
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        133 => Forum {#463
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 101
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        134 => Forum {#464
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#265}
          #_em: Manager {#236}
          -_uniqueEntityId: 105
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:35 [ …35]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\LiveContent\XF\Entity\Thread" => array:1 [
        775 => Thread {#428
          #_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: 20
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "SV\MultiPrefix\XF\Entity\ThreadPrefix" => array:3 [
        134 => ThreadPrefix {#445
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#441
            +shortName: "XF:ThreadPrefix"
            +contentType: null
            +table: "xf_thread_prefix"
            +primaryKey: "prefix_id"
            +columns: array:6 [
              "prefix_id" => array:4 [ …4]
              "prefix_group_id" => array:3 [ …3]
              "display_order" => array:4 [ …4]
              "materialized_order" => array:4 [ …4]
              "css_class" => array:3 [ …3]
              "allowed_user_group_ids" => array:2 [ …2]
            ]
            +relations: array:5 [
              "MasterTitle" => array:3 [ …3]
              "PrefixGroup" => array:4 [ …4]
              "MasterDescription" => array:3 [ …3]
              "MasterUsageHelp" => array:3 [ …3]
              "ForumPrefixes" => array:3 [ …3]
            ]
            +getters: array:4 [
              "title" => true
              "has_usage_help" => true
              "description" => true
              "usage_help" => true
            ]
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#236}
          -_uniqueEntityId: 111
          #rootClass: "XF\Entity\ThreadPrefix"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        135 => ThreadPrefix {#433
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#441}
          #_em: Manager {#236}
          -_uniqueEntityId: 112
          #rootClass: "XF\Entity\ThreadPrefix"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        214 => ThreadPrefix {#434
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#441}
          #_em: Manager {#236}
          -_uniqueEntityId: 113
          #rootClass: "XF\Entity\ThreadPrefix"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:6 [ …6]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "BS\AIBots\Entity\Bot" => array:1 [
        1 => Bot {#392
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#395
            +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: 114
          #rootClass: "BS\AIBots\Entity\Bot"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
    ]
    #structures: array:12 [
      "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 {#316
        +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: []
      }
      "SV\MultiPrefix\XF\Entity\ThreadPrefix" => Structure {#441}
      "BS\AIBots\Entity\Bot" => Structure {#395}
    ]
    #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 {#285
        #em: Manager {#236}
        #identifier: "SV\MultiPrefix:MultiPrefix"
      }
      "XF:SessionActivity" => SessionActivity {#319
        #em: Manager {#236}
        #identifier: "XF:SessionActivity"
      }
      "XF:Payment" => Payment {#398
        #em: Manager {#236}
        #identifier: "XF:Payment"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 6
  #rootClass: "XF\Entity\Node"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:19 [
    "node_id" => 87
    "title" => "Онлайн маркетинг"
    "description" => "Описание скоро появится..."
    "node_name" => "internet-marketing-promotion"
    "node_type_id" => "Forum"
    "parent_node_id" => 167
    "display_order" => 100
    "display_in_list" => 1
    "lft" => 65
    "rgt" => 100
    "depth" => 2
    "style_id" => 0
    "effective_style_id" => 0
    "breadcrumb_data" => "{"121":{"node_id":121,"title":"\u0421\u0444\u0435\u0440\u044b","depth":0,"lft":51,"node_name":null,"node_type_id":"Category","display_in_list":true},"167":{"node_id":167,"title":"\u041c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433","depth":1,"lft":64,"node_name":"marketing-promotion","node_type_id":"Forum","display_in_list":true}}"
    "navigation_id" => ""
    "effective_navigation_id" => ""
    "cv6_icon" => "fa-chevron-right"
    "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` = 87"
        ]
        #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.