Top Shops

Thread {#929
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#709
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502220
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => 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 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#705
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#708
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#786
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#784
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#810
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#809
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#247
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 18
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:18 [
        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" => 1715502220.2082
          "trace" => array:10 [ …10]
          "execute" => 1715502220.2085
          "complete" => 1715502220.2087
        ]
        2 => 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 ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2126
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2127
          "complete" => 1715502220.2128
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2139
          "trace" => array:11 [ …11]
          "execute" => 1715502220.214
          "complete" => 1715502220.214
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2146
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2147
          "complete" => 1715502220.2147
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_option_Option_1`.*, `xf_user_privacy_Privacy_2`.*, `xf_user_profile_Profile_3`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tLEFT JOIN `xf_user_option` AS `xf_user_option_Option_1` ON (`xf_user_option_Option_1`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_2` ON (`xf_user_privacy_Privacy_2`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user`.`user_id` = '6090')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2151
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2154
          "complete" => 1715502220.2155
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_kb_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_kb_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_kb_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_kb_category`.`kb_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_kb_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2168
          "trace" => array:14 [ …14]
          "execute" => 1715502220.217
          "complete" => 1715502220.217
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_category`.`ticket_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2173
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2176
          "complete" => 1715502220.2176
        ]
        8 => 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\tLEFT 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\t\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2183
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2186
          "complete" => 1715502220.2189
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT search_index.content_type, search_index.content_id\n
            \t\t\tFROM xf_search_index AS search_index\n
            \t\t\t\n
            \t\t\tWHERE MATCH(search_index.title, search_index.metadata) AGAINST ('-_md_node_31 -_md_node_32 -_md_node_35 -_md_node_38 -_md_node_42 -_md_node_52 -_md_node_67 -_md_node_69 -_md_node_71 -_md_node_73 -_md_node_75 -_md_node_77 -_md_node_81 -_md_node_85 -_md_hidden_1 +_md_user_6090' IN BOOLEAN MODE)\n
            \t\t\t\n
            \t\t\tORDER BY search_index.item_date DESC\n
            \t\t\tLIMIT 200\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2216
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2218
          "complete" => 1715502220.2218
        ]
        10 => 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" => 1715502220.2222
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2223
          "complete" => 1715502220.2223
        ]
        11 => 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" => 1715502220.2224
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2225
          "complete" => 1715502220.2225
        ]
        12 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2279
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2286
          "complete" => 1715502220.2286
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498620)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502220.2289
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2294
          "complete" => 1715502220.2295
        ]
        14 => 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 ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2299
          "trace" => array:22 [ …22]
          "execute" => 1715502220.2301
          "complete" => 1715502220.2301
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966220) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502220.2306
          "trace" => array:16 [ …16]
          "execute" => 1715502220.2325
          "complete" => 1715502220.2326
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2335
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2586
          "complete" => 1715502220.2587
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2589
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2594
          "complete" => 1715502220.2595
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502220.2613
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2617
          "complete" => 1715502220.2618
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#248}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "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]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "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\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\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "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"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:82 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Member" => "Xfrocks\Medal\XF\Pub\Controller\Member"
        "XF\Finder\User" => "XF\Finder\User"
        "XF\Search\Search" => "XF\Search\Search"
        "XF\Search\Source\MySqlFt" => "XF\Search\Source\MySqlFt"
        "XF\Search\Query\KeywordQuery" => "XF\Search\Query\KeywordQuery"
        "NF\Tickets\Search\Data\KBArticle" => "NF\Tickets\Search\Data\KBArticle"
        "NF\Tickets\Search\Data\Message" => "NF\Tickets\Search\Data\Message"
        "NF\Tickets\Search\Data\Ticket" => "NF\Tickets\Search\Data\Ticket"
        "XF\Search\Data\Page" => "XF\Search\Data\Page"
        "XF\Search\Data\Post" => "XF\Search\Data\Post"
        "XF\Search\Data\ProfilePost" => "XF\Search\Data\ProfilePost"
        "XF\Search\Data\ProfilePostComment" => "XF\Search\Data\ProfilePostComment"
        "XF\Search\Data\Thread" => "XF\Search\Data\Thread"
        "Truonglv\Groups\Search\Data\Group" => "Truonglv\Groups\Search\Data\Group"
        "Truonglv\Groups\Search\Data\Comment" => "Truonglv\Groups\Search\Data\Comment"
        "Truonglv\Groups\Search\Data\Event" => "Truonglv\Groups\Search\Data\Event"
        "Truonglv\Groups\Search\Data\ResourceItem" => "Truonglv\Groups\Search\Data\ResourceItem"
        "NF\Tickets\Repository\KBCategory" => "NF\Tickets\Repository\KBCategory"
        "NF\Tickets\Entity\KBCategory" => "NF\Tickets\Entity\KBCategory"
        "NF\Tickets\Finder\KBCategory" => "NF\Tickets\Finder\KBCategory"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "NF\Tickets\Repository\Category" => "NF\Tickets\Repository\Category"
        "NF\Tickets\Entity\Category" => "NF\Tickets\Entity\Category"
        "NF\Tickets\Finder\Category" => "NF\Tickets\Finder\Category"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "XF\Finder\Forum" => "XF\Finder\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "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"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Member\RecentContent" => "XF\Pub\View\Member\RecentContent"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
      ]
    }
    #entityClassNameMap: array:15 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "NF\Tickets:KBCategory" => "NF\Tickets\Entity\KBCategory"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "NF\Tickets:Category" => "NF\Tickets\Entity\Category"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
    ]
    #entities: array:11 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#253
          #_getterCache: []
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#252
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [ …25]
            +relations: array:2 [ …2]
            +getters: array:1 [ …1]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#255
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#254
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [ …3]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 2
          #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
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#258
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [ …13]
            +relations: array:3 [ …3]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 3
          #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
        }
        6090 => UserOption {#386
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257}
          #_em: Manager {#247}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#260
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [ …17]
            +relations: array:2 [ …2]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:2 [ …2]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 4
          #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
        }
        6090 => UserProfile {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259}
          #_em: Manager {#247}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#262
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [ …7]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 5
          #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
        }
        6090 => UserPrivacy {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261}
          #_em: Manager {#247}
          -_uniqueEntityId: 8
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6090 => User {#385
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#250
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [ …60]
            +relations: array:16 [ …16]
            +getters: array:12 [ …12]
            +defaultWith: []
            +options: array:11 [ …11]
            +behaviors: array:1 [ …1]
            +columnAliases: array:1 [ …1]
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#707
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 116
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#872
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 118
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#740
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 138
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 38051
            "username" => "him"
            "username_date" => 0
            "username_date_visible" => 0
            "email" => "[email protected]"
            "custom_title" => ""
            "language_id" => 1
            "style_id" => 0
            "timezone" => "America/Chicago"
            "visible" => 1
            "user_group_id" => 2
            "secondary_group_ids" => ""
            "display_style_group_id" => 2
            "permission_combination_id" => 8
            "message_count" => 1
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1709882302
            "last_activity" => 1709882740
            "last_summary_email_date" => 1714920771
            "trophy_points" => 1
            "alerts_unviewed" => 0
            "alerts_unread" => 0
            "avatar_date" => 0
            "avatar_width" => 0
            "avatar_height" => 0
            "avatar_highdpi" => 0
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 0
            "is_admin" => 0
            "is_banned" => 0
            "reaction_score" => 0
            "warning_points" => 0
            "is_staff" => 0
            "dbtech_credits_credits" => "23.20000000"
            "currency_id" => 0
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => null
            "team_count" => 0
            "team_ribbon_id" => 0
            "team_cache" => null
            "activity_visible" => 1
            "manage_team_count" => 0
            "privacy_policy_accepted" => 1709882302
            "terms_accepted" => 1709882302
            "secret_key" => "sUYaEeM9JQabWTbYmftEddlTZuJrErat"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 0
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 0
            "siropu_chat_rooms" => "{"1":1709882307}"
            "siropu_chat_conversations" => "[]"
            "siropu_chat_settings" => "[]"
            "siropu_chat_room_join_time" => "{"1":1709882307}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 0
            "siropu_chat_last_activity" => 1709882307
            "nf_tickets_count" => 0
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#930
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 143
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#932
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 148
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#935
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 158
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "NF\Tickets\Entity\Category" => array:3 [
        2 => Category {#352
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365
            +shortName: "NF\Tickets:Category"
            +contentType: "nf_tickets_category"
            +table: "xf_nf_tickets_category"
            +primaryKey: "ticket_category_id"
            +columns: array:27 [ …27]
            +relations: array:6 [ …6]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 11
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        3 => Category {#325
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 12
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Category {#321
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 13
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:51 [
        2 => Node {#333
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Node {#287
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        5 => Node {#282
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6 => Node {#390
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        12 => Node {#395
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        13 => Node {#400
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14 => Node {#405
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#410
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        17 => Node {#415
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 30
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        18 => Node {#420
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 32
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        19 => Node {#425
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 34
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#430
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        31 => Node {#435
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 38
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        32 => Node {#440
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 40
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        33 => Node {#445
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        35 => Node {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        36 => Node {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37 => Node {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 48
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38 => Node {#465
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 50
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        41 => Node {#470
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        42 => Node {#475
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 54
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43 => Node {#480
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        47 => Node {#485
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 58
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        49 => Node {#490
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 60
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        51 => Node {#495
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        52 => Node {#500
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 64
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        53 => Node {#505
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        54 => Node {#510
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 68
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        56 => Node {#515
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 70
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        64 => Node {#520
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 72
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        66 => Node {#525
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 74
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        67 => Node {#530
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 76
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
           …13
        }
        69 => Node {#535 …20}
        71 => Node {#540 …20}
        73 => Node {#545 …20}
        75 => Node {#550 …20}
        76 => Node {#555 …20}
        77 => Node {#560 …20}
        78 => Node {#565 …20}
        80 => Node {#570 …20}
        81 => Node {#575 …20}
        85 => Node {#580 …20}
        88 => Node {#585 …20}
        90 => Node {#590 …20}
        91 => Node {#595 …20}
        93 => Node {#600 …20}
        95 => Node {#605 …20}
        97 => Node {#610 …20}
        121 => Node {#615 …20}
        123 => Node {#620 …20}
        130 => Node {#625 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:51 [
        2 => Forum {#288 …20}
        4 => Forum {#283 …20}
        5 => Forum {#389 …20}
        6 => Forum {#394 …20}
        12 => Forum {#399 …20}
        13 => Forum {#404 …20}
        14 => Forum {#409 …20}
        16 => Forum {#414 …20}
        17 => Forum {#419 …20}
        18 => Forum {#424 …20}
        19 => Forum {#429 …20}
        29 => Forum {#434 …20}
        31 => Forum {#439 …20}
        32 => Forum {#444 …20}
        33 => Forum {#449 …20}
        35 => Forum {#454 …20}
        36 => Forum {#459 …20}
        37 => Forum {#464 …20}
        38 => Forum {#469 …20}
        41 => Forum {#474 …20}
        42 => Forum {#479 …20}
        43 => Forum {#484 …20}
        47 => Forum {#489 …20}
        49 => Forum {#494 …20}
        51 => Forum {#499 …20}
        52 => Forum {#504 …20}
        53 => Forum {#509 …20}
        54 => Forum {#514 …20}
        56 => Forum {#519 …20}
        64 => Forum {#524 …20}
        66 => Forum {#529 …20}
        67 => Forum {#534 …20}
        69 => Forum {#539 …20}
        71 => Forum {#544 …20}
        73 => Forum {#549 …20}
        75 => Forum {#554 …20}
        76 => Forum {#559 …20}
        77 => Forum {#564 …20}
        78 => Forum {#569 …20}
        80 => Forum {#574 …20}
        81 => Forum {#579 …20}
        85 => Forum {#584 …20}
        88 => Forum {#589 …20}
        90 => Forum {#594 …20}
        91 => Forum {#599 …20}
        93 => Forum {#604 …20}
        95 => Forum {#609 …20}
        97 => Forum {#614 …20}
        121 => Forum {#619
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#317
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [ …29]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 111
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#615 …20}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        123 => Forum {#624 …20}
        130 => Forum {#629 …20}
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#785 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:9 [
        25886 => Thread {#874 …20}
        25877 => Thread {#875 …20}
        25870 => Thread {#876 …20}
        25869 => Thread {#877 …20}
        25866 => Thread {#929}
        25859 => Thread {#931 …20}
        25840 => Thread {#933 …20}
        25838 => Thread {#934 …20}
        25837 => Thread {#936 …20}
      ]
    ]
    #structures: array:15 [
      "DBTech\Credits\Entity\Currency" => Structure {#252}
      "Truonglv\Groups\XF\Entity\User" => Structure {#250}
      "XF\Entity\UserAuth" => Structure {#254}
      "XF\Entity\UserOption" => Structure {#257}
      "XF\Entity\UserProfile" => Structure {#259}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#261}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#272
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [ …5]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\KBCategory" => Structure {#368
        +shortName: "NF\Tickets:KBCategory"
        +contentType: "nf_tickets_kb_category"
        +table: "xf_nf_tickets_kb_category"
        +primaryKey: "kb_category_id"
        +columns: array:9 [ …9]
        +relations: array:3 [ …3]
        +getters: array:1 [ …1]
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\PermissionCacheContent" => Structure {#366
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\Category" => Structure {#365}
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#317}
      "Truonglv\Groups\XF\Entity\Node" => Structure {#329}
      "XF\Entity\SessionActivity" => Structure {#704
        +shortName: "XF:SessionActivity"
        +contentType: null
        +table: "xf_session_activity"
        +primaryKey: array:2 [ …2]
        +columns: array:9 [ …9]
        +relations: array:1 [ …1]
        +getters: array:6 [ …6]
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#709}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#807
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [ …2]
        +columns: array:3 [ …3]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:10 [
      "XF:User" => User {#249
        #em: Manager {#247}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#269
        #em: Manager {#247}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "NF\Tickets:KBCategory" => KBCategory {#369
        #em: Manager {#247}
        #identifier: "NF\Tickets:KBCategory"
      }
      "NF\Tickets:Category" => Category {#363
        #em: Manager {#247}
        #identifier: "NF\Tickets:Category"
      }
      "XF:SessionActivity" => SessionActivity {#630
        #em: Manager {#247}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#331
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#247}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "XF:Payment" => Payment {#347
        #em: Manager {#247}
        #identifier: "XF:Payment"
      }
      "DBTech\Credits:Currency" => Currency {#698
        #em: Manager {#247}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#697
        #em: Manager {#247}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#808
        #em: Manager {#247}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 142
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25866
    "node_id" => 121
    "title" => "Hims shop"
    "reply_count" => 1
    "view_count" => 321
    "user_id" => 38051
    "username" => "him"
    "post_date" => 1709882676
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 191107
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1709883921
    "last_post_id" => 191108
    "last_post_user_id" => 1
    "last_post_username" => "doulie"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "Cheap-pokemon"
    "shop_old_url" => ""
    "shop_layout" => "layout_1_link"
    "shop_color" => "layout_1_link"
    "owner_star_rating" => "0.00"
    "shop_creation" => 1709882676
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#740}
    "Forum" => Forum {#619}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Shop Thumbnail
none ( none )
Thread {#931
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#709
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502220
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => 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 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#705
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#708
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#786
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#784
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#810
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#809
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#247
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 21
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:21 [
        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" => 1715502220.2082
          "trace" => array:10 [ …10]
          "execute" => 1715502220.2085
          "complete" => 1715502220.2087
        ]
        2 => 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 ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2126
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2127
          "complete" => 1715502220.2128
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2139
          "trace" => array:11 [ …11]
          "execute" => 1715502220.214
          "complete" => 1715502220.214
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2146
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2147
          "complete" => 1715502220.2147
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_option_Option_1`.*, `xf_user_privacy_Privacy_2`.*, `xf_user_profile_Profile_3`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tLEFT JOIN `xf_user_option` AS `xf_user_option_Option_1` ON (`xf_user_option_Option_1`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_2` ON (`xf_user_privacy_Privacy_2`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user`.`user_id` = '6090')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2151
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2154
          "complete" => 1715502220.2155
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_kb_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_kb_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_kb_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_kb_category`.`kb_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_kb_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2168
          "trace" => array:14 [ …14]
          "execute" => 1715502220.217
          "complete" => 1715502220.217
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_category`.`ticket_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2173
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2176
          "complete" => 1715502220.2176
        ]
        8 => 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\tLEFT 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\t\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2183
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2186
          "complete" => 1715502220.2189
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT search_index.content_type, search_index.content_id\n
            \t\t\tFROM xf_search_index AS search_index\n
            \t\t\t\n
            \t\t\tWHERE MATCH(search_index.title, search_index.metadata) AGAINST ('-_md_node_31 -_md_node_32 -_md_node_35 -_md_node_38 -_md_node_42 -_md_node_52 -_md_node_67 -_md_node_69 -_md_node_71 -_md_node_73 -_md_node_75 -_md_node_77 -_md_node_81 -_md_node_85 -_md_hidden_1 +_md_user_6090' IN BOOLEAN MODE)\n
            \t\t\t\n
            \t\t\tORDER BY search_index.item_date DESC\n
            \t\t\tLIMIT 200\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2216
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2218
          "complete" => 1715502220.2218
        ]
        10 => 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" => 1715502220.2222
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2223
          "complete" => 1715502220.2223
        ]
        11 => 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" => 1715502220.2224
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2225
          "complete" => 1715502220.2225
        ]
        12 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2279
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2286
          "complete" => 1715502220.2286
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498620)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502220.2289
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2294
          "complete" => 1715502220.2295
        ]
        14 => 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 ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2299
          "trace" => array:22 [ …22]
          "execute" => 1715502220.2301
          "complete" => 1715502220.2301
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966220) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502220.2306
          "trace" => array:16 [ …16]
          "execute" => 1715502220.2325
          "complete" => 1715502220.2326
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2335
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2586
          "complete" => 1715502220.2587
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2589
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2594
          "complete" => 1715502220.2595
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502220.2613
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2617
          "complete" => 1715502220.2618
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2847
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2848
          "complete" => 1715502220.2848
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2851
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2853
          "complete" => 1715502220.2853
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT title, phrase_text\n
            \t\t\tFROM xf_phrase_compiled\n
            \t\t\tWHERE language_id = ?\n
            \t\t\t\tAND title IN ('xc_none_rating_count')\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2854
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2856
          "complete" => 1715502220.2856
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#248}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "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]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "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\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\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "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"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:84 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Member" => "Xfrocks\Medal\XF\Pub\Controller\Member"
        "XF\Finder\User" => "XF\Finder\User"
        "XF\Search\Search" => "XF\Search\Search"
        "XF\Search\Source\MySqlFt" => "XF\Search\Source\MySqlFt"
        "XF\Search\Query\KeywordQuery" => "XF\Search\Query\KeywordQuery"
        "NF\Tickets\Search\Data\KBArticle" => "NF\Tickets\Search\Data\KBArticle"
        "NF\Tickets\Search\Data\Message" => "NF\Tickets\Search\Data\Message"
        "NF\Tickets\Search\Data\Ticket" => "NF\Tickets\Search\Data\Ticket"
        "XF\Search\Data\Page" => "XF\Search\Data\Page"
        "XF\Search\Data\Post" => "XF\Search\Data\Post"
        "XF\Search\Data\ProfilePost" => "XF\Search\Data\ProfilePost"
        "XF\Search\Data\ProfilePostComment" => "XF\Search\Data\ProfilePostComment"
        "XF\Search\Data\Thread" => "XF\Search\Data\Thread"
        "Truonglv\Groups\Search\Data\Group" => "Truonglv\Groups\Search\Data\Group"
        "Truonglv\Groups\Search\Data\Comment" => "Truonglv\Groups\Search\Data\Comment"
        "Truonglv\Groups\Search\Data\Event" => "Truonglv\Groups\Search\Data\Event"
        "Truonglv\Groups\Search\Data\ResourceItem" => "Truonglv\Groups\Search\Data\ResourceItem"
        "NF\Tickets\Repository\KBCategory" => "NF\Tickets\Repository\KBCategory"
        "NF\Tickets\Entity\KBCategory" => "NF\Tickets\Entity\KBCategory"
        "NF\Tickets\Finder\KBCategory" => "NF\Tickets\Finder\KBCategory"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "NF\Tickets\Repository\Category" => "NF\Tickets\Repository\Category"
        "NF\Tickets\Entity\Category" => "NF\Tickets\Entity\Category"
        "NF\Tickets\Finder\Category" => "NF\Tickets\Finder\Category"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "XF\Finder\Forum" => "XF\Finder\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "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"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Member\RecentContent" => "XF\Pub\View\Member\RecentContent"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
        "XenCentral\Feedback\Entity\FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
        "XenCentral\Feedback\Finder\FeedbackUser" => "XenCentral\Feedback\Finder\FeedbackUser"
      ]
    }
    #entityClassNameMap: array:16 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "NF\Tickets:KBCategory" => "NF\Tickets\Entity\KBCategory"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "NF\Tickets:Category" => "NF\Tickets\Entity\Category"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XenCentral\Feedback:FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
    ]
    #entities: array:11 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#253
          #_getterCache: []
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#252
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [ …25]
            +relations: array:2 [ …2]
            +getters: array:1 [ …1]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#255
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#254
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [ …3]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 2
          #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
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#258
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [ …13]
            +relations: array:3 [ …3]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 3
          #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
        }
        6090 => UserOption {#386
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257}
          #_em: Manager {#247}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#260
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [ …17]
            +relations: array:2 [ …2]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:2 [ …2]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 4
          #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
        }
        6090 => UserProfile {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259}
          #_em: Manager {#247}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#262
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [ …7]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 5
          #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
        }
        6090 => UserPrivacy {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261}
          #_em: Manager {#247}
          -_uniqueEntityId: 8
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6090 => User {#385
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#250
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [ …60]
            +relations: array:16 [ …16]
            +getters: array:12 [ …12]
            +defaultWith: []
            +options: array:11 [ …11]
            +behaviors: array:1 [ …1]
            +columnAliases: array:1 [ …1]
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#707
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 116
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#872
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 118
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#740
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 138
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#930
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 143
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 1561
            "username" => "Ashy"
            "username_date" => 1704650208
            "username_date_visible" => 1704650208
            "email" => "[email protected]"
            "custom_title" => ""
            "language_id" => 1
            "style_id" => 0
            "timezone" => "Europe/London"
            "visible" => 1
            "user_group_id" => 13
            "secondary_group_ids" => "2"
            "display_style_group_id" => 2
            "permission_combination_id" => 171
            "message_count" => 42
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1398632195
            "last_activity" => 1715269236
            "last_summary_email_date" => 1714920772
            "trophy_points" => 18
            "alerts_unviewed" => 0
            "alerts_unread" => 1
            "avatar_date" => 1704463492
            "avatar_width" => 384
            "avatar_height" => 384
            "avatar_highdpi" => 1
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 0
            "is_admin" => 0
            "is_banned" => 0
            "reaction_score" => 24
            "warning_points" => 0
            "is_staff" => 0
            "dbtech_credits_credits" => "32.72000000"
            "currency_id" => 2
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => null
            "team_count" => 0
            "team_ribbon_id" => 0
            "team_cache" => "a:1:{i:16;a:21:{s:7:"team_id";i:16;s:7:"user_id";i:1561;s:8:"username";s:13:"DeadlySinners";s:12:"member_state";s:7:"request";s:8:"position";s:6:"member";s:9:"join_date";i:1437278162;s:5:"alert";i:1;s:6:"action";s:6:"invite";s:14:"action_user_id";i:4604;s:15:"action_username";s:3:"Ary";s:11:"req_message";s:0:"";s:10:"send_alert";i:1;s:10:"send_email";i:0;s:18:"last_reminder_date";i:0;s:14:"last_view_date";i:0;s:5:"title";s:11:"Team Quasar";s:16:"team_avatar_date";i:1436582487;s:12:"team_user_id";i:821;s:13:"team_username";s:8:"sebesmos";s:10:"team_state";s:7:"visible";s:13:"privacy_state";s:4:"open";}}"
            "activity_visible" => 1
            "manage_team_count" => 0
            "privacy_policy_accepted" => 0
            "terms_accepted" => 0
            "secret_key" => "_HxgusG_EzN8Qo5ujudRchZLjwNm0JuB"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 0
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 7
            "siropu_chat_rooms" => "{"1":1715269193}"
            "siropu_chat_conversations" => "{"7":697}"
            "siropu_chat_settings" => null
            "siropu_chat_room_join_time" => "{"1":1704463375}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 61
            "siropu_chat_last_activity" => 1715269193
            "nf_tickets_count" => 0
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#932
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 148
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#935
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 158
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "NF\Tickets\Entity\Category" => array:3 [
        2 => Category {#352
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365
            +shortName: "NF\Tickets:Category"
            +contentType: "nf_tickets_category"
            +table: "xf_nf_tickets_category"
            +primaryKey: "ticket_category_id"
            +columns: array:27 [ …27]
            +relations: array:6 [ …6]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 11
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        3 => Category {#325
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 12
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Category {#321
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 13
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:51 [
        2 => Node {#333
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Node {#287
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        5 => Node {#282
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6 => Node {#390
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        12 => Node {#395
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        13 => Node {#400
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14 => Node {#405
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#410
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        17 => Node {#415
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 30
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        18 => Node {#420
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 32
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        19 => Node {#425
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 34
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#430
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        31 => Node {#435
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 38
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        32 => Node {#440
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 40
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        33 => Node {#445
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        35 => Node {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        36 => Node {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37 => Node {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 48
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38 => Node {#465
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 50
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        41 => Node {#470
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        42 => Node {#475
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 54
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43 => Node {#480
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        47 => Node {#485
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 58
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        49 => Node {#490
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 60
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        51 => Node {#495
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        52 => Node {#500
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 64
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        53 => Node {#505
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        54 => Node {#510
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 68
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        56 => Node {#515
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 70
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        64 => Node {#520
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 72
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
           …10
        }
        66 => Node {#525 …20}
        67 => Node {#530 …20}
        69 => Node {#535 …20}
        71 => Node {#540 …20}
        73 => Node {#545 …20}
        75 => Node {#550 …20}
        76 => Node {#555 …20}
        77 => Node {#560 …20}
        78 => Node {#565 …20}
        80 => Node {#570 …20}
        81 => Node {#575 …20}
        85 => Node {#580 …20}
        88 => Node {#585 …20}
        90 => Node {#590 …20}
        91 => Node {#595 …20}
        93 => Node {#600 …20}
        95 => Node {#605 …20}
        97 => Node {#610 …20}
        121 => Node {#615 …20}
        123 => Node {#620 …20}
        130 => Node {#625 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:51 [
        2 => Forum {#288 …20}
        4 => Forum {#283 …20}
        5 => Forum {#389 …20}
        6 => Forum {#394 …20}
        12 => Forum {#399 …20}
        13 => Forum {#404 …20}
        14 => Forum {#409 …20}
        16 => Forum {#414 …20}
        17 => Forum {#419 …20}
        18 => Forum {#424 …20}
        19 => Forum {#429 …20}
        29 => Forum {#434 …20}
        31 => Forum {#439 …20}
        32 => Forum {#444 …20}
        33 => Forum {#449 …20}
        35 => Forum {#454 …20}
        36 => Forum {#459 …20}
        37 => Forum {#464 …20}
        38 => Forum {#469 …20}
        41 => Forum {#474 …20}
        42 => Forum {#479 …20}
        43 => Forum {#484 …20}
        47 => Forum {#489 …20}
        49 => Forum {#494 …20}
        51 => Forum {#499 …20}
        52 => Forum {#504 …20}
        53 => Forum {#509 …20}
        54 => Forum {#514 …20}
        56 => Forum {#519 …20}
        64 => Forum {#524 …20}
        66 => Forum {#529 …20}
        67 => Forum {#534 …20}
        69 => Forum {#539 …20}
        71 => Forum {#544 …20}
        73 => Forum {#549 …20}
        75 => Forum {#554 …20}
        76 => Forum {#559 …20}
        77 => Forum {#564 …20}
        78 => Forum {#569 …20}
        80 => Forum {#574 …20}
        81 => Forum {#579 …20}
        85 => Forum {#584 …20}
        88 => Forum {#589 …20}
        90 => Forum {#594 …20}
        91 => Forum {#599 …20}
        93 => Forum {#604 …20}
        95 => Forum {#609 …20}
        97 => Forum {#614 …20}
        121 => Forum {#619
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#317
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [ …29]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 111
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#615 …20}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        123 => Forum {#624 …20}
        130 => Forum {#629 …20}
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#785 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:9 [
        25886 => Thread {#874 …20}
        25877 => Thread {#875 …20}
        25870 => Thread {#876 …20}
        25869 => Thread {#877 …20}
        25866 => Thread {#929 …20}
        25859 => Thread {#931}
        25840 => Thread {#933 …20}
        25838 => Thread {#934 …20}
        25837 => Thread {#936 …20}
      ]
    ]
    #structures: array:16 [
      "DBTech\Credits\Entity\Currency" => Structure {#252}
      "Truonglv\Groups\XF\Entity\User" => Structure {#250}
      "XF\Entity\UserAuth" => Structure {#254}
      "XF\Entity\UserOption" => Structure {#257}
      "XF\Entity\UserProfile" => Structure {#259}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#261}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#272
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [ …5]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\KBCategory" => Structure {#368
        +shortName: "NF\Tickets:KBCategory"
        +contentType: "nf_tickets_kb_category"
        +table: "xf_nf_tickets_kb_category"
        +primaryKey: "kb_category_id"
        +columns: array:9 [ …9]
        +relations: array:3 [ …3]
        +getters: array:1 [ …1]
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\PermissionCacheContent" => Structure {#366
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\Category" => Structure {#365}
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#317}
      "Truonglv\Groups\XF\Entity\Node" => Structure {#329}
      "XF\Entity\SessionActivity" => Structure {#704
        +shortName: "XF:SessionActivity"
        +contentType: null
        +table: "xf_session_activity"
        +primaryKey: array:2 [ …2]
        +columns: array:9 [ …9]
        +relations: array:1 [ …1]
        +getters: array:6 [ …6]
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#709}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#807
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [ …2]
        +columns: array:3 [ …3]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XenCentral\Feedback\Entity\FeedbackUser" => Structure {#899
        +shortName: "XenCentral\Feedback:FeedbackUser"
        +contentType: "feedbackuser"
        +table: "xf_xc_feedback_user"
        +primaryKey: "user_id"
        +columns: array:8 [ …8]
        +relations: array:1 [ …1]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:10 [
      "XF:User" => User {#249
        #em: Manager {#247}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#269
        #em: Manager {#247}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "NF\Tickets:KBCategory" => KBCategory {#369
        #em: Manager {#247}
        #identifier: "NF\Tickets:KBCategory"
      }
      "NF\Tickets:Category" => Category {#363
        #em: Manager {#247}
        #identifier: "NF\Tickets:Category"
      }
      "XF:SessionActivity" => SessionActivity {#630
        #em: Manager {#247}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#331
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#247}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "XF:Payment" => Payment {#347
        #em: Manager {#247}
        #identifier: "XF:Payment"
      }
      "DBTech\Credits:Currency" => Currency {#698
        #em: Manager {#247}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#697
        #em: Manager {#247}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#808
        #em: Manager {#247}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 147
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25859
    "node_id" => 121
    "title" => "Ashy's Art Shop"
    "reply_count" => 0
    "view_count" => 420
    "user_id" => 1561
    "username" => "Ashy"
    "post_date" => 1704856250
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 191061
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1704856250
    "last_post_id" => 191061
    "last_post_user_id" => 1561
    "last_post_username" => "Ashy"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "denofart"
    "shop_old_url" => ""
    "shop_layout" => "layout_1_link"
    "shop_color" => "layout_1_color"
    "owner_star_rating" => "0.00"
    "shop_creation" => 1704856250
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#930}
    "Forum" => Forum {#619}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Shop Thumbnail
none ( none )
Thread {#933
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#709
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502220
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => 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 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#705
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#708
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#786
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#784
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#810
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#809
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#247
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 23
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:23 [
        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" => 1715502220.2082
          "trace" => array:10 [ …10]
          "execute" => 1715502220.2085
          "complete" => 1715502220.2087
        ]
        2 => 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 ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2126
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2127
          "complete" => 1715502220.2128
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2139
          "trace" => array:11 [ …11]
          "execute" => 1715502220.214
          "complete" => 1715502220.214
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2146
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2147
          "complete" => 1715502220.2147
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_option_Option_1`.*, `xf_user_privacy_Privacy_2`.*, `xf_user_profile_Profile_3`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tLEFT JOIN `xf_user_option` AS `xf_user_option_Option_1` ON (`xf_user_option_Option_1`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_2` ON (`xf_user_privacy_Privacy_2`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user`.`user_id` = '6090')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2151
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2154
          "complete" => 1715502220.2155
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_kb_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_kb_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_kb_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_kb_category`.`kb_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_kb_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2168
          "trace" => array:14 [ …14]
          "execute" => 1715502220.217
          "complete" => 1715502220.217
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_category`.`ticket_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2173
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2176
          "complete" => 1715502220.2176
        ]
        8 => 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\tLEFT 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\t\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2183
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2186
          "complete" => 1715502220.2189
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT search_index.content_type, search_index.content_id\n
            \t\t\tFROM xf_search_index AS search_index\n
            \t\t\t\n
            \t\t\tWHERE MATCH(search_index.title, search_index.metadata) AGAINST ('-_md_node_31 -_md_node_32 -_md_node_35 -_md_node_38 -_md_node_42 -_md_node_52 -_md_node_67 -_md_node_69 -_md_node_71 -_md_node_73 -_md_node_75 -_md_node_77 -_md_node_81 -_md_node_85 -_md_hidden_1 +_md_user_6090' IN BOOLEAN MODE)\n
            \t\t\t\n
            \t\t\tORDER BY search_index.item_date DESC\n
            \t\t\tLIMIT 200\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2216
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2218
          "complete" => 1715502220.2218
        ]
        10 => 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" => 1715502220.2222
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2223
          "complete" => 1715502220.2223
        ]
        11 => 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" => 1715502220.2224
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2225
          "complete" => 1715502220.2225
        ]
        12 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2279
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2286
          "complete" => 1715502220.2286
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498620)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502220.2289
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2294
          "complete" => 1715502220.2295
        ]
        14 => 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 ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2299
          "trace" => array:22 [ …22]
          "execute" => 1715502220.2301
          "complete" => 1715502220.2301
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966220) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502220.2306
          "trace" => array:16 [ …16]
          "execute" => 1715502220.2325
          "complete" => 1715502220.2326
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2335
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2586
          "complete" => 1715502220.2587
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2589
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2594
          "complete" => 1715502220.2595
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502220.2613
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2617
          "complete" => 1715502220.2618
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2847
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2848
          "complete" => 1715502220.2848
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2851
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2853
          "complete" => 1715502220.2853
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT title, phrase_text\n
            \t\t\tFROM xf_phrase_compiled\n
            \t\t\tWHERE language_id = ?\n
            \t\t\t\tAND title IN ('xc_none_rating_count')\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2854
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2856
          "complete" => 1715502220.2856
        ]
        22 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3112
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3113
          "complete" => 1715502220.3114
        ]
        23 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3115
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3118
          "complete" => 1715502220.3119
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#248}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "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]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "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\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\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "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"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:84 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Member" => "Xfrocks\Medal\XF\Pub\Controller\Member"
        "XF\Finder\User" => "XF\Finder\User"
        "XF\Search\Search" => "XF\Search\Search"
        "XF\Search\Source\MySqlFt" => "XF\Search\Source\MySqlFt"
        "XF\Search\Query\KeywordQuery" => "XF\Search\Query\KeywordQuery"
        "NF\Tickets\Search\Data\KBArticle" => "NF\Tickets\Search\Data\KBArticle"
        "NF\Tickets\Search\Data\Message" => "NF\Tickets\Search\Data\Message"
        "NF\Tickets\Search\Data\Ticket" => "NF\Tickets\Search\Data\Ticket"
        "XF\Search\Data\Page" => "XF\Search\Data\Page"
        "XF\Search\Data\Post" => "XF\Search\Data\Post"
        "XF\Search\Data\ProfilePost" => "XF\Search\Data\ProfilePost"
        "XF\Search\Data\ProfilePostComment" => "XF\Search\Data\ProfilePostComment"
        "XF\Search\Data\Thread" => "XF\Search\Data\Thread"
        "Truonglv\Groups\Search\Data\Group" => "Truonglv\Groups\Search\Data\Group"
        "Truonglv\Groups\Search\Data\Comment" => "Truonglv\Groups\Search\Data\Comment"
        "Truonglv\Groups\Search\Data\Event" => "Truonglv\Groups\Search\Data\Event"
        "Truonglv\Groups\Search\Data\ResourceItem" => "Truonglv\Groups\Search\Data\ResourceItem"
        "NF\Tickets\Repository\KBCategory" => "NF\Tickets\Repository\KBCategory"
        "NF\Tickets\Entity\KBCategory" => "NF\Tickets\Entity\KBCategory"
        "NF\Tickets\Finder\KBCategory" => "NF\Tickets\Finder\KBCategory"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "NF\Tickets\Repository\Category" => "NF\Tickets\Repository\Category"
        "NF\Tickets\Entity\Category" => "NF\Tickets\Entity\Category"
        "NF\Tickets\Finder\Category" => "NF\Tickets\Finder\Category"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "XF\Finder\Forum" => "XF\Finder\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "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"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Member\RecentContent" => "XF\Pub\View\Member\RecentContent"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
        "XenCentral\Feedback\Entity\FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
        "XenCentral\Feedback\Finder\FeedbackUser" => "XenCentral\Feedback\Finder\FeedbackUser"
      ]
    }
    #entityClassNameMap: array:16 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "NF\Tickets:KBCategory" => "NF\Tickets\Entity\KBCategory"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "NF\Tickets:Category" => "NF\Tickets\Entity\Category"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XenCentral\Feedback:FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
    ]
    #entities: array:11 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#253
          #_getterCache: []
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#252
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [ …25]
            +relations: array:2 [ …2]
            +getters: array:1 [ …1]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#255
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#254
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [ …3]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 2
          #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
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#258
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [ …13]
            +relations: array:3 [ …3]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 3
          #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
        }
        6090 => UserOption {#386
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257}
          #_em: Manager {#247}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#260
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [ …17]
            +relations: array:2 [ …2]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:2 [ …2]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 4
          #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
        }
        6090 => UserProfile {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259}
          #_em: Manager {#247}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#262
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [ …7]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 5
          #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
        }
        6090 => UserPrivacy {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261}
          #_em: Manager {#247}
          -_uniqueEntityId: 8
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6090 => User {#385
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#250
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [ …60]
            +relations: array:16 [ …16]
            +getters: array:12 [ …12]
            +defaultWith: []
            +options: array:11 [ …11]
            +behaviors: array:1 [ …1]
            +columnAliases: array:1 [ …1]
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#707
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 116
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#872
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 118
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#740
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 138
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#930
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 143
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#932
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 148
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 1355
            "username" => "Chaos"
            "username_date" => 0
            "username_date_visible" => 0
            "email" => "[email protected]"
            "custom_title" => "Combo Breaker"
            "language_id" => 1
            "style_id" => 0
            "timezone" => "America/Chicago"
            "visible" => 0
            "user_group_id" => 2
            "secondary_group_ids" => "8,11,26,28"
            "display_style_group_id" => 2
            "permission_combination_id" => 261
            "message_count" => 6052
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1397000187
            "last_activity" => 1715228779
            "last_summary_email_date" => 1702429486
            "trophy_points" => 63
            "alerts_unviewed" => 0
            "alerts_unread" => 0
            "avatar_date" => 1669879943
            "avatar_width" => 192
            "avatar_height" => 192
            "avatar_highdpi" => 0
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 0
            "is_admin" => 0
            "is_banned" => 0
            "reaction_score" => 242
            "warning_points" => 0
            "is_staff" => 0
            "dbtech_credits_credits" => "6438.78000000"
            "currency_id" => 2
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => "a:2:{i:692;a:18:{s:10:"awarded_id";i:692;s:8:"medal_id";i:25;s:7:"user_id";i:1355;s:8:"username";s:5:"Chaos";s:10:"award_date";i:1430073560;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Lemon Badge";s:11:"category_id";i:1;s:11:"description";s:25:"Randomly awarded by Cheza";s:13:"display_order";i:0;s:10:"user_count";i:38;s:15:"last_award_date";i:1504295298;s:18:"last_award_user_id";i:33219;s:19:"last_award_username";s:12:"I Mimic You!";s:10:"image_date";i:1670105002;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:1251;a:18:{s:10:"awarded_id";i:1251;s:8:"medal_id";i:3;s:7:"user_id";i:1355;s:8:"username";s:5:"Chaos";s:10:"award_date";i:1509750684;s:12:"award_reason";s:30:"Inactive fire badge gym leader";s:22:"adjusted_display_order";i:0;s:4:"name";s:10:"Fire Badge";s:11:"category_id";i:1;s:11:"description";s:26:"Defeat the Fire Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:76;s:15:"last_award_date";i:1523149276;s:18:"last_award_user_id";i:35886;s:19:"last_award_username";s:12:"Sara Crystal";s:10:"image_date";i:1670104900;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}}"
            "team_count" => 0
            "team_ribbon_id" => 2
            "team_cache" => "a:1:{i:2;a:13:{s:7:"team_id";i:2;s:7:"user_id";i:1355;s:8:"username";s:5:"Chaos";s:12:"member_state";s:6:"accept";s:8:"position";s:6:"member";s:9:"join_date";i:1407211720;s:5:"alert";i:1;s:6:"action";s:3:"add";s:14:"action_user_id";i:1;s:15:"action_username";s:6:"doulie";s:11:"req_message";s:0:"";s:10:"send_alert";i:1;s:10:"send_email";i:0;}}"
            "activity_visible" => 0
            "manage_team_count" => 0
            "privacy_policy_accepted" => 0
            "terms_accepted" => 0
            "secret_key" => "fzlR8Sxnl7imIg-gufsahpb6iFksqVKH"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 0
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 17
            "siropu_chat_rooms" => "{"1":1715228779}"
            "siropu_chat_conversations" => "{"13":19068,"14":1,"16":36949,"17":35663}"
            "siropu_chat_settings" => null
            "siropu_chat_room_join_time" => "{"1":1702429486}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 0
            "siropu_chat_last_activity" => 1715228779
            "nf_tickets_count" => 1
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#935
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 158
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "NF\Tickets\Entity\Category" => array:3 [
        2 => Category {#352
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365
            +shortName: "NF\Tickets:Category"
            +contentType: "nf_tickets_category"
            +table: "xf_nf_tickets_category"
            +primaryKey: "ticket_category_id"
            +columns: array:27 [ …27]
            +relations: array:6 [ …6]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 11
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        3 => Category {#325
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 12
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Category {#321
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 13
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:51 [
        2 => Node {#333
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Node {#287
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        5 => Node {#282
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6 => Node {#390
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        12 => Node {#395
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        13 => Node {#400
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14 => Node {#405
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#410
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        17 => Node {#415
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 30
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        18 => Node {#420
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 32
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        19 => Node {#425
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 34
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#430
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        31 => Node {#435
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 38
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        32 => Node {#440
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 40
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        33 => Node {#445
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        35 => Node {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        36 => Node {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37 => Node {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 48
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38 => Node {#465
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 50
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        41 => Node {#470
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        42 => Node {#475
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 54
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43 => Node {#480
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        47 => Node {#485
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 58
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        49 => Node {#490
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 60
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        51 => Node {#495
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        52 => Node {#500
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 64
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        53 => Node {#505
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        54 => Node {#510
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 68
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        56 => Node {#515
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 70
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
           …4
        }
        64 => Node {#520 …20}
        66 => Node {#525 …20}
        67 => Node {#530 …20}
        69 => Node {#535 …20}
        71 => Node {#540 …20}
        73 => Node {#545 …20}
        75 => Node {#550 …20}
        76 => Node {#555 …20}
        77 => Node {#560 …20}
        78 => Node {#565 …20}
        80 => Node {#570 …20}
        81 => Node {#575 …20}
        85 => Node {#580 …20}
        88 => Node {#585 …20}
        90 => Node {#590 …20}
        91 => Node {#595 …20}
        93 => Node {#600 …20}
        95 => Node {#605 …20}
        97 => Node {#610 …20}
        121 => Node {#615 …20}
        123 => Node {#620 …20}
        130 => Node {#625 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:51 [
        2 => Forum {#288 …20}
        4 => Forum {#283 …20}
        5 => Forum {#389 …20}
        6 => Forum {#394 …20}
        12 => Forum {#399 …20}
        13 => Forum {#404 …20}
        14 => Forum {#409 …20}
        16 => Forum {#414 …20}
        17 => Forum {#419 …20}
        18 => Forum {#424 …20}
        19 => Forum {#429 …20}
        29 => Forum {#434 …20}
        31 => Forum {#439 …20}
        32 => Forum {#444 …20}
        33 => Forum {#449 …20}
        35 => Forum {#454 …20}
        36 => Forum {#459 …20}
        37 => Forum {#464 …20}
        38 => Forum {#469 …20}
        41 => Forum {#474 …20}
        42 => Forum {#479 …20}
        43 => Forum {#484 …20}
        47 => Forum {#489 …20}
        49 => Forum {#494 …20}
        51 => Forum {#499 …20}
        52 => Forum {#504 …20}
        53 => Forum {#509 …20}
        54 => Forum {#514 …20}
        56 => Forum {#519 …20}
        64 => Forum {#524 …20}
        66 => Forum {#529 …20}
        67 => Forum {#534 …20}
        69 => Forum {#539 …20}
        71 => Forum {#544 …20}
        73 => Forum {#549 …20}
        75 => Forum {#554 …20}
        76 => Forum {#559 …20}
        77 => Forum {#564 …20}
        78 => Forum {#569 …20}
        80 => Forum {#574 …20}
        81 => Forum {#579 …20}
        85 => Forum {#584 …20}
        88 => Forum {#589 …20}
        90 => Forum {#594 …20}
        91 => Forum {#599 …20}
        93 => Forum {#604 …20}
        95 => Forum {#609 …20}
        97 => Forum {#614 …20}
        121 => Forum {#619
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#317
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [ …29]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 111
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#615 …20}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        123 => Forum {#624 …20}
        130 => Forum {#629 …20}
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#785 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:9 [
        25886 => Thread {#874 …20}
        25877 => Thread {#875 …20}
        25870 => Thread {#876 …20}
        25869 => Thread {#877 …20}
        25866 => Thread {#929 …20}
        25859 => Thread {#931 …20}
        25840 => Thread {#933}
        25838 => Thread {#934 …20}
        25837 => Thread {#936 …20}
      ]
    ]
    #structures: array:16 [
      "DBTech\Credits\Entity\Currency" => Structure {#252}
      "Truonglv\Groups\XF\Entity\User" => Structure {#250}
      "XF\Entity\UserAuth" => Structure {#254}
      "XF\Entity\UserOption" => Structure {#257}
      "XF\Entity\UserProfile" => Structure {#259}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#261}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#272
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [ …5]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\KBCategory" => Structure {#368
        +shortName: "NF\Tickets:KBCategory"
        +contentType: "nf_tickets_kb_category"
        +table: "xf_nf_tickets_kb_category"
        +primaryKey: "kb_category_id"
        +columns: array:9 [ …9]
        +relations: array:3 [ …3]
        +getters: array:1 [ …1]
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\PermissionCacheContent" => Structure {#366
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\Category" => Structure {#365}
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#317}
      "Truonglv\Groups\XF\Entity\Node" => Structure {#329}
      "XF\Entity\SessionActivity" => Structure {#704
        +shortName: "XF:SessionActivity"
        +contentType: null
        +table: "xf_session_activity"
        +primaryKey: array:2 [ …2]
        +columns: array:9 [ …9]
        +relations: array:1 [ …1]
        +getters: array:6 [ …6]
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#709}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#807
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [ …2]
        +columns: array:3 [ …3]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XenCentral\Feedback\Entity\FeedbackUser" => Structure {#899
        +shortName: "XenCentral\Feedback:FeedbackUser"
        +contentType: "feedbackuser"
        +table: "xf_xc_feedback_user"
        +primaryKey: "user_id"
        +columns: array:8 [ …8]
        +relations: array:1 [ …1]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:10 [
      "XF:User" => User {#249
        #em: Manager {#247}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#269
        #em: Manager {#247}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "NF\Tickets:KBCategory" => KBCategory {#369
        #em: Manager {#247}
        #identifier: "NF\Tickets:KBCategory"
      }
      "NF\Tickets:Category" => Category {#363
        #em: Manager {#247}
        #identifier: "NF\Tickets:Category"
      }
      "XF:SessionActivity" => SessionActivity {#630
        #em: Manager {#247}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#331
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#247}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "XF:Payment" => Payment {#347
        #em: Manager {#247}
        #identifier: "XF:Payment"
      }
      "DBTech\Credits:Currency" => Currency {#698
        #em: Manager {#247}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#697
        #em: Manager {#247}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#808
        #em: Manager {#247}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 152
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25840
    "node_id" => 121
    "title" => "[Scarlet Violet!] Chaos Shop: 6iv/Shiny/Legends/Events/All Pokemon/Best Deals - Quick Delivery!"
    "reply_count" => 0
    "view_count" => 0
    "user_id" => 1355
    "username" => "Chaos"
    "post_date" => 1702433491
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 190996
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1702433491
    "last_post_id" => 190996
    "last_post_user_id" => 1355
    "last_post_username" => "Chaos"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "chaos"
    "shop_old_url" => "1844"
    "shop_layout" => "layout_2_link"
    "shop_color" => "layout_1_link"
    "owner_star_rating" => "5.00"
    "shop_creation" => 1702433490
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#932}
    "Forum" => Forum {#619}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Thread {#934
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#709
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502220
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => 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 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#705
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#708
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#786
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#784
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#810
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#809
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#247
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 25
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:25 [
        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" => 1715502220.2082
          "trace" => array:10 [ …10]
          "execute" => 1715502220.2085
          "complete" => 1715502220.2087
        ]
        2 => 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 ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2126
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2127
          "complete" => 1715502220.2128
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2139
          "trace" => array:11 [ …11]
          "execute" => 1715502220.214
          "complete" => 1715502220.214
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2146
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2147
          "complete" => 1715502220.2147
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_option_Option_1`.*, `xf_user_privacy_Privacy_2`.*, `xf_user_profile_Profile_3`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tLEFT JOIN `xf_user_option` AS `xf_user_option_Option_1` ON (`xf_user_option_Option_1`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_2` ON (`xf_user_privacy_Privacy_2`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user`.`user_id` = '6090')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2151
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2154
          "complete" => 1715502220.2155
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_kb_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_kb_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_kb_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_kb_category`.`kb_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_kb_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2168
          "trace" => array:14 [ …14]
          "execute" => 1715502220.217
          "complete" => 1715502220.217
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_category`.`ticket_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2173
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2176
          "complete" => 1715502220.2176
        ]
        8 => 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\tLEFT 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\t\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2183
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2186
          "complete" => 1715502220.2189
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT search_index.content_type, search_index.content_id\n
            \t\t\tFROM xf_search_index AS search_index\n
            \t\t\t\n
            \t\t\tWHERE MATCH(search_index.title, search_index.metadata) AGAINST ('-_md_node_31 -_md_node_32 -_md_node_35 -_md_node_38 -_md_node_42 -_md_node_52 -_md_node_67 -_md_node_69 -_md_node_71 -_md_node_73 -_md_node_75 -_md_node_77 -_md_node_81 -_md_node_85 -_md_hidden_1 +_md_user_6090' IN BOOLEAN MODE)\n
            \t\t\t\n
            \t\t\tORDER BY search_index.item_date DESC\n
            \t\t\tLIMIT 200\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2216
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2218
          "complete" => 1715502220.2218
        ]
        10 => 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" => 1715502220.2222
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2223
          "complete" => 1715502220.2223
        ]
        11 => 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" => 1715502220.2224
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2225
          "complete" => 1715502220.2225
        ]
        12 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2279
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2286
          "complete" => 1715502220.2286
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498620)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502220.2289
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2294
          "complete" => 1715502220.2295
        ]
        14 => 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 ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2299
          "trace" => array:22 [ …22]
          "execute" => 1715502220.2301
          "complete" => 1715502220.2301
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966220) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502220.2306
          "trace" => array:16 [ …16]
          "execute" => 1715502220.2325
          "complete" => 1715502220.2326
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2335
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2586
          "complete" => 1715502220.2587
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2589
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2594
          "complete" => 1715502220.2595
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502220.2613
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2617
          "complete" => 1715502220.2618
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2847
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2848
          "complete" => 1715502220.2848
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2851
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2853
          "complete" => 1715502220.2853
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT title, phrase_text\n
            \t\t\tFROM xf_phrase_compiled\n
            \t\t\tWHERE language_id = ?\n
            \t\t\t\tAND title IN ('xc_none_rating_count')\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2854
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2856
          "complete" => 1715502220.2856
        ]
        22 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3112
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3113
          "complete" => 1715502220.3114
        ]
        23 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3115
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3118
          "complete" => 1715502220.3119
        ]
        24 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 1355)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3309
          "trace" => array:15 [ …15]
          "execute" => 1715502220.331
          "complete" => 1715502220.331
        ]
        25 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1355)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3312
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3315
          "complete" => 1715502220.3315
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#248}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "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]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "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\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\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "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"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:84 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Member" => "Xfrocks\Medal\XF\Pub\Controller\Member"
        "XF\Finder\User" => "XF\Finder\User"
        "XF\Search\Search" => "XF\Search\Search"
        "XF\Search\Source\MySqlFt" => "XF\Search\Source\MySqlFt"
        "XF\Search\Query\KeywordQuery" => "XF\Search\Query\KeywordQuery"
        "NF\Tickets\Search\Data\KBArticle" => "NF\Tickets\Search\Data\KBArticle"
        "NF\Tickets\Search\Data\Message" => "NF\Tickets\Search\Data\Message"
        "NF\Tickets\Search\Data\Ticket" => "NF\Tickets\Search\Data\Ticket"
        "XF\Search\Data\Page" => "XF\Search\Data\Page"
        "XF\Search\Data\Post" => "XF\Search\Data\Post"
        "XF\Search\Data\ProfilePost" => "XF\Search\Data\ProfilePost"
        "XF\Search\Data\ProfilePostComment" => "XF\Search\Data\ProfilePostComment"
        "XF\Search\Data\Thread" => "XF\Search\Data\Thread"
        "Truonglv\Groups\Search\Data\Group" => "Truonglv\Groups\Search\Data\Group"
        "Truonglv\Groups\Search\Data\Comment" => "Truonglv\Groups\Search\Data\Comment"
        "Truonglv\Groups\Search\Data\Event" => "Truonglv\Groups\Search\Data\Event"
        "Truonglv\Groups\Search\Data\ResourceItem" => "Truonglv\Groups\Search\Data\ResourceItem"
        "NF\Tickets\Repository\KBCategory" => "NF\Tickets\Repository\KBCategory"
        "NF\Tickets\Entity\KBCategory" => "NF\Tickets\Entity\KBCategory"
        "NF\Tickets\Finder\KBCategory" => "NF\Tickets\Finder\KBCategory"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "NF\Tickets\Repository\Category" => "NF\Tickets\Repository\Category"
        "NF\Tickets\Entity\Category" => "NF\Tickets\Entity\Category"
        "NF\Tickets\Finder\Category" => "NF\Tickets\Finder\Category"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "XF\Finder\Forum" => "XF\Finder\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "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"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Member\RecentContent" => "XF\Pub\View\Member\RecentContent"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
        "XenCentral\Feedback\Entity\FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
        "XenCentral\Feedback\Finder\FeedbackUser" => "XenCentral\Feedback\Finder\FeedbackUser"
      ]
    }
    #entityClassNameMap: array:16 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "NF\Tickets:KBCategory" => "NF\Tickets\Entity\KBCategory"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "NF\Tickets:Category" => "NF\Tickets\Entity\Category"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XenCentral\Feedback:FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
    ]
    #entities: array:12 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#253
          #_getterCache: []
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#252
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [ …25]
            +relations: array:2 [ …2]
            +getters: array:1 [ …1]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#255
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#254
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [ …3]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 2
          #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
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#258
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [ …13]
            +relations: array:3 [ …3]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 3
          #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
        }
        6090 => UserOption {#386
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257}
          #_em: Manager {#247}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#260
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [ …17]
            +relations: array:2 [ …2]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:2 [ …2]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 4
          #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
        }
        6090 => UserProfile {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259}
          #_em: Manager {#247}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#262
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [ …7]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 5
          #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
        }
        6090 => UserPrivacy {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261}
          #_em: Manager {#247}
          -_uniqueEntityId: 8
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6090 => User {#385
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#250
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [ …60]
            +relations: array:16 [ …16]
            +getters: array:12 [ …12]
            +defaultWith: []
            +options: array:11 [ …11]
            +behaviors: array:1 [ …1]
            +columnAliases: array:1 [ …1]
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#707
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 116
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#872
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 118
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 1
            "username" => "doulie"
            "username_date" => 0
            "username_date_visible" => 0
            "email" => "[email protected]"
            "custom_title" => "King of the Ring"
            "language_id" => 1
            "style_id" => 27
            "timezone" => "America/New_York"
            "visible" => 1
            "user_group_id" => 3
            "secondary_group_ids" => "5,15,16,19,20,35,39"
            "display_style_group_id" => 3
            "permission_combination_id" => 579
            "message_count" => 849
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1385924924
            "last_activity" => 1715469018
            "last_summary_email_date" => 1673723834
            "trophy_points" => 103
            "alerts_unviewed" => 0
            "alerts_unread" => 1
            "avatar_date" => 1443197280
            "avatar_width" => 192
            "avatar_height" => 192
            "avatar_highdpi" => 0
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 1
            "is_admin" => 1
            "is_banned" => 0
            "reaction_score" => 835
            "warning_points" => 0
            "is_staff" => 1
            "dbtech_credits_credits" => "525.85000000"
            "currency_id" => 2
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => "a:12:{i:50;a:18:{s:10:"awarded_id";i:50;s:8:"medal_id";i:14;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393188005;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:9:"Ice Badge";s:11:"category_id";i:1;s:11:"description";s:25:"Defeat the Ice Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:83;s:15:"last_award_date";i:1472742245;s:18:"last_award_user_id";i:28804;s:19:"last_award_username";s:10:"Flexington";s:10:"image_date";i:1670104969;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:51;a:18:{s:10:"awarded_id";i:51;s:8:"medal_id";i:8;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393188054;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:12:"Flying Badge";s:11:"category_id";i:1;s:11:"description";s:28:"Defeat the Flying Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:44;s:15:"last_award_date";i:1470780658;s:18:"last_award_user_id";i:28804;s:19:"last_award_username";s:10:"Flexington";s:10:"image_date";i:1670104930;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:65;a:18:{s:10:"awarded_id";i:65;s:8:"medal_id";i:16;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393188925;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:12:"Dragon Badge";s:11:"category_id";i:1;s:11:"description";s:28:"Defeat the Dragon Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:60;s:15:"last_award_date";i:1472270384;s:18:"last_award_user_id";i:28804;s:19:"last_award_username";s:10:"Flexington";s:10:"image_date";i:1670104980;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:67;a:18:{s:10:"awarded_id";i:67;s:8:"medal_id";i:13;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393189064;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:10:"Rock Badge";s:11:"category_id";i:1;s:11:"description";s:26:"Defeat the Rock Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:87;s:15:"last_award_date";i:1503869594;s:18:"last_award_user_id";i:35663;s:19:"last_award_username";s:7:"WSawyer";s:10:"image_date";i:1670104962;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:71;a:18:{s:10:"awarded_id";i:71;s:8:"medal_id";i:3;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393189213;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:10:"Fire Badge";s:11:"category_id";i:1;s:11:"description";s:26:"Defeat the Fire Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:76;s:15:"last_award_date";i:1523149276;s:18:"last_award_user_id";i:35886;s:19:"last_award_username";s:12:"Sara Crystal";s:10:"image_date";i:1670104900;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:131;a:18:{s:10:"awarded_id";i:131;s:8:"medal_id";i:17;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1395773177;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Ghost Badge";s:11:"category_id";i:1;s:11:"description";s:27:"Defeat the Ghost Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:76;s:15:"last_award_date";i:1503869565;s:18:"last_award_user_id";i:35663;s:19:"last_award_username";s:7:"WSawyer";s:10:"image_date";i:1670104986;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:296;a:18:{s:10:"awarded_id";i:296;s:8:"medal_id";i:18;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1407872121;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:10:"Dark Badge";s:11:"category_id";i:1;s:11:"description";s:26:"Defeat the Dark Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:57;s:15:"last_award_date";i:1516860809;s:18:"last_award_user_id";i:7265;s:19:"last_award_username";s:16:"AceBreeder-Brock";s:10:"image_date";i:1670104992;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:694;a:18:{s:10:"awarded_id";i:694;s:8:"medal_id";i:25;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1430073560;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Lemon Badge";s:11:"category_id";i:1;s:11:"description";s:25:"Randomly awarded by Cheza";s:13:"display_order";i:0;s:10:"user_count";i:38;s:15:"last_award_date";i:1504295298;s:18:"last_award_user_id";i:33219;s:19:"last_award_username";s:12:"I Mimic You!";s:10:"image_date";i:1670105002;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:1233;a:18:{s:10:"awarded_id";i:1233;s:8:"medal_id";i:1;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1481073082;s:12:"award_reason";s:0:"";s:22:"adjusted_display_order";i:0;s:4:"name";s:14:"Electric Badge";s:11:"category_id";i:1;s:11:"description";s:30:"Defeat the Electric Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:65;s:15:"last_award_date";i:1509750266;s:18:"last_award_user_id";i:33219;s:19:"last_award_username";s:12:"I Mimic You!";s:10:"image_date";i:1670104895;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:1234;a:18:{s:10:"awarded_id";i:1234;s:8:"medal_id";i:9;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1481074959;s:12:"award_reason";s:0:"";s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Grass Badge";s:11:"category_id";i:1;s:11:"description";s:27:"Defeat the Grass Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:65;s:15:"last_award_date";i:1503869581;s:18:"last_award_user_id";i:35663;s:19:"last_award_username";s:7:"WSawyer";s:10:"image_date";i:1670108619;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:1235;a:18:{s:10:"awarded_id";i:1235;s:8:"medal_id";i:12;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1481075032;s:12:"award_reason";s:0:"";s:22:"adjusted_display_order";i:0;s:4:"name";s:13:"Psychic Badge";s:11:"category_id";i:1;s:11:"description";s:29:"Defeat the Psychic Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:37;s:15:"last_award_date";i:1481075032;s:18:"last_award_user_id";i:1;s:19:"last_award_username";s:6:"doulie";s:10:"image_date";i:1670104956;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:56;a:18:{s:10:"awarded_id";i:56;s:8:"medal_id";i:2;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393188678;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Fairy Badge";s:11:"category_id";i:1;s:11:"description";s:27:"Defeat the Fairy Gym Leader";s:13:"display_order";i:10;s:10:"user_count";i:55;s:15:"last_award_date";i:1517209948;s:18:"last_award_user_id";i:7265;s:19:"last_award_username";s:16:"AceBreeder-Brock";s:10:"image_date";i:1670105007;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}}"
            "team_count" => 2
            "team_ribbon_id" => 2
            "team_cache" => "a:2:{i:1;a:21:{s:7:"team_id";i:1;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:12:"member_state";s:6:"accept";s:8:"position";s:5:"admin";s:9:"join_date";i:1394470651;s:5:"alert";i:1;s:6:"action";s:0:"";s:14:"action_user_id";i:0;s:15:"action_username";s:0:"";s:11:"req_message";N;s:10:"send_alert";i:1;s:10:"send_email";i:0;s:18:"last_reminder_date";i:1436581479;s:14:"last_view_date";i:1394470651;s:5:"title";s:8:"Team XIT";s:16:"team_avatar_date";i:0;s:12:"team_user_id";i:1;s:13:"team_username";s:6:"doulie";s:10:"team_state";s:7:"visible";s:13:"privacy_state";s:4:"open";}i:2;a:21:{s:7:"team_id";i:2;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:12:"member_state";s:6:"accept";s:8:"position";s:5:"admin";s:9:"join_date";i:1394590159;s:5:"alert";i:1;s:6:"action";s:0:"";s:14:"action_user_id";i:0;s:15:"action_username";s:0:"";s:11:"req_message";N;s:10:"send_alert";i:1;s:10:"send_email";i:0;s:18:"last_reminder_date";i:0;s:14:"last_view_date";i:1436718364;s:5:"title";s:8:"Team XIT";s:16:"team_avatar_date";i:1400099468;s:12:"team_user_id";i:1;s:13:"team_username";s:6:"doulie";s:10:"team_state";s:7:"visible";s:13:"privacy_state";s:4:"open";}}"
            "activity_visible" => 1
            "manage_team_count" => 0
            "privacy_policy_accepted" => 0
            "terms_accepted" => 0
            "secret_key" => "814328fd2d44d83558c84810e4f73203"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 1701406800
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 20
            "siropu_chat_rooms" => "{"1":1715501707}"
            "siropu_chat_conversations" => "{"2":37816,"3":26957,"4":4604,"5":7265,"8":1169,"11":19068,"12":33748,"14":1355,"15":7037,"18":62,"19":38059,"20":37892,"22":38068}"
            "siropu_chat_settings" => null
            "siropu_chat_room_join_time" => "{"1":1702367283}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 83
            "siropu_chat_last_activity" => 1715501707
            "nf_tickets_count" => 0
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#740
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 138
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#930
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 143
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#932
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 148
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#935
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 158
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "NF\Tickets\Entity\Category" => array:3 [
        2 => Category {#352
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365
            +shortName: "NF\Tickets:Category"
            +contentType: "nf_tickets_category"
            +table: "xf_nf_tickets_category"
            +primaryKey: "ticket_category_id"
            +columns: array:27 [ …27]
            +relations: array:6 [ …6]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 11
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        3 => Category {#325
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 12
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Category {#321
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 13
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:51 [
        2 => Node {#333
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Node {#287
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        5 => Node {#282
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6 => Node {#390
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        12 => Node {#395
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        13 => Node {#400
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14 => Node {#405
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#410
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        17 => Node {#415
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 30
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        18 => Node {#420
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 32
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        19 => Node {#425
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 34
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#430
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        31 => Node {#435
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 38
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        32 => Node {#440
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 40
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        33 => Node {#445
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        35 => Node {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        36 => Node {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37 => Node {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 48
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38 => Node {#465
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 50
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        41 => Node {#470
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        42 => Node {#475
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 54
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43 => Node {#480
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        47 => Node {#485
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 58
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        49 => Node {#490
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 60
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        51 => Node {#495
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        52 => Node {#500
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 64
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        53 => Node {#505
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        54 => Node {#510
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 68
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        56 => Node {#515 …20}
        64 => Node {#520 …20}
        66 => Node {#525 …20}
        67 => Node {#530 …20}
        69 => Node {#535 …20}
        71 => Node {#540 …20}
        73 => Node {#545 …20}
        75 => Node {#550 …20}
        76 => Node {#555 …20}
        77 => Node {#560 …20}
        78 => Node {#565 …20}
        80 => Node {#570 …20}
        81 => Node {#575 …20}
        85 => Node {#580 …20}
        88 => Node {#585 …20}
        90 => Node {#590 …20}
        91 => Node {#595 …20}
        93 => Node {#600 …20}
        95 => Node {#605 …20}
        97 => Node {#610 …20}
        121 => Node {#615 …20}
        123 => Node {#620 …20}
        130 => Node {#625 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:51 [
        2 => Forum {#288 …20}
        4 => Forum {#283 …20}
        5 => Forum {#389 …20}
        6 => Forum {#394 …20}
        12 => Forum {#399 …20}
        13 => Forum {#404 …20}
        14 => Forum {#409 …20}
        16 => Forum {#414 …20}
        17 => Forum {#419 …20}
        18 => Forum {#424 …20}
        19 => Forum {#429 …20}
        29 => Forum {#434 …20}
        31 => Forum {#439 …20}
        32 => Forum {#444 …20}
        33 => Forum {#449 …20}
        35 => Forum {#454 …20}
        36 => Forum {#459 …20}
        37 => Forum {#464 …20}
        38 => Forum {#469 …20}
        41 => Forum {#474 …20}
        42 => Forum {#479 …20}
        43 => Forum {#484 …20}
        47 => Forum {#489 …20}
        49 => Forum {#494 …20}
        51 => Forum {#499 …20}
        52 => Forum {#504 …20}
        53 => Forum {#509 …20}
        54 => Forum {#514 …20}
        56 => Forum {#519 …20}
        64 => Forum {#524 …20}
        66 => Forum {#529 …20}
        67 => Forum {#534 …20}
        69 => Forum {#539 …20}
        71 => Forum {#544 …20}
        73 => Forum {#549 …20}
        75 => Forum {#554 …20}
        76 => Forum {#559 …20}
        77 => Forum {#564 …20}
        78 => Forum {#569 …20}
        80 => Forum {#574 …20}
        81 => Forum {#579 …20}
        85 => Forum {#584 …20}
        88 => Forum {#589 …20}
        90 => Forum {#594 …20}
        91 => Forum {#599 …20}
        93 => Forum {#604 …20}
        95 => Forum {#609 …20}
        97 => Forum {#614 …20}
        121 => Forum {#619
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#317
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [ …29]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 111
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#615 …20}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        123 => Forum {#624 …20}
        130 => Forum {#629 …20}
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#785 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:9 [
        25886 => Thread {#874 …20}
        25877 => Thread {#875 …20}
        25870 => Thread {#876 …20}
        25869 => Thread {#877 …20}
        25866 => Thread {#929 …20}
        25859 => Thread {#931 …20}
        25840 => Thread {#933 …20}
        25838 => Thread {#934}
        25837 => Thread {#936 …20}
      ]
      "XenCentral\Feedback\Entity\FeedbackUser" => array:1 [
        1355 => FeedbackUser {#981 …20}
      ]
    ]
    #structures: array:16 [
      "DBTech\Credits\Entity\Currency" => Structure {#252}
      "Truonglv\Groups\XF\Entity\User" => Structure {#250}
      "XF\Entity\UserAuth" => Structure {#254}
      "XF\Entity\UserOption" => Structure {#257}
      "XF\Entity\UserProfile" => Structure {#259}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#261}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#272
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [ …5]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\KBCategory" => Structure {#368
        +shortName: "NF\Tickets:KBCategory"
        +contentType: "nf_tickets_kb_category"
        +table: "xf_nf_tickets_kb_category"
        +primaryKey: "kb_category_id"
        +columns: array:9 [ …9]
        +relations: array:3 [ …3]
        +getters: array:1 [ …1]
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\PermissionCacheContent" => Structure {#366
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\Category" => Structure {#365}
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#317}
      "Truonglv\Groups\XF\Entity\Node" => Structure {#329}
      "XF\Entity\SessionActivity" => Structure {#704
        +shortName: "XF:SessionActivity"
        +contentType: null
        +table: "xf_session_activity"
        +primaryKey: array:2 [ …2]
        +columns: array:9 [ …9]
        +relations: array:1 [ …1]
        +getters: array:6 [ …6]
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#709}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#807
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [ …2]
        +columns: array:3 [ …3]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XenCentral\Feedback\Entity\FeedbackUser" => Structure {#899
        +shortName: "XenCentral\Feedback:FeedbackUser"
        +contentType: "feedbackuser"
        +table: "xf_xc_feedback_user"
        +primaryKey: "user_id"
        +columns: array:8 [ …8]
        +relations: array:1 [ …1]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:10 [
      "XF:User" => User {#249
        #em: Manager {#247}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#269
        #em: Manager {#247}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "NF\Tickets:KBCategory" => KBCategory {#369
        #em: Manager {#247}
        #identifier: "NF\Tickets:KBCategory"
      }
      "NF\Tickets:Category" => Category {#363
        #em: Manager {#247}
        #identifier: "NF\Tickets:Category"
      }
      "XF:SessionActivity" => SessionActivity {#630
        #em: Manager {#247}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#331
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#247}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "XF:Payment" => Payment {#347
        #em: Manager {#247}
        #identifier: "XF:Payment"
      }
      "DBTech\Credits:Currency" => Currency {#698
        #em: Manager {#247}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#697
        #em: Manager {#247}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#808
        #em: Manager {#247}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 157
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25838
    "node_id" => 121
    "title" => "Doulie's Video Recording Services (Closed)"
    "reply_count" => 0
    "view_count" => 0
    "user_id" => 1
    "username" => "doulie"
    "post_date" => 1702415410
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 190993
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1702415410
    "last_post_id" => 190993
    "last_post_user_id" => 1
    "last_post_username" => "doulie"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "doulie"
    "shop_old_url" => "13735"
    "shop_layout" => "layout_1_link"
    "shop_color" => "layout_1_color"
    "owner_star_rating" => "5.00"
    "shop_creation" => 1702415410
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#872}
    "Forum" => Forum {#619}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Thread {#936
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#709
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502220
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => 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 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#705
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#708
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#786
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#784
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#810
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#809
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#247
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 27
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:27 [
        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" => 1715502220.2082
          "trace" => array:10 [ …10]
          "execute" => 1715502220.2085
          "complete" => 1715502220.2087
        ]
        2 => 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 ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2126
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2127
          "complete" => 1715502220.2128
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2139
          "trace" => array:11 [ …11]
          "execute" => 1715502220.214
          "complete" => 1715502220.214
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2146
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2147
          "complete" => 1715502220.2147
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_option_Option_1`.*, `xf_user_privacy_Privacy_2`.*, `xf_user_profile_Profile_3`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tLEFT JOIN `xf_user_option` AS `xf_user_option_Option_1` ON (`xf_user_option_Option_1`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_2` ON (`xf_user_privacy_Privacy_2`.`user_id` = `xf_user`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user`.`user_id` = '6090')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2151
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2154
          "complete" => 1715502220.2155
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_kb_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_kb_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_kb_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_kb_category`.`kb_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_kb_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2168
          "trace" => array:14 [ …14]
          "execute" => 1715502220.217
          "complete" => 1715502220.217
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_nf_tickets_category`.*, `xf_permission_cache_content_Permissions_1`.*\n
            \t\t\tFROM `xf_nf_tickets_category`\n
            \t\t\tLEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'nf_tickets_category' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_nf_tickets_category`.`ticket_category_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')\n
            \t\t\t\n
            \t\t\tORDER BY `xf_nf_tickets_category`.`lft` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2173
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2176
          "complete" => 1715502220.2176
        ]
        8 => 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\tLEFT 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\t\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2183
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2186
          "complete" => 1715502220.2189
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT search_index.content_type, search_index.content_id\n
            \t\t\tFROM xf_search_index AS search_index\n
            \t\t\t\n
            \t\t\tWHERE MATCH(search_index.title, search_index.metadata) AGAINST ('-_md_node_31 -_md_node_32 -_md_node_35 -_md_node_38 -_md_node_42 -_md_node_52 -_md_node_67 -_md_node_69 -_md_node_71 -_md_node_73 -_md_node_75 -_md_node_77 -_md_node_81 -_md_node_85 -_md_hidden_1 +_md_user_6090' IN BOOLEAN MODE)\n
            \t\t\t\n
            \t\t\tORDER BY search_index.item_date DESC\n
            \t\t\tLIMIT 200\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2216
          "trace" => array:14 [ …14]
          "execute" => 1715502220.2218
          "complete" => 1715502220.2218
        ]
        10 => 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" => 1715502220.2222
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2223
          "complete" => 1715502220.2223
        ]
        11 => 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" => 1715502220.2224
          "trace" => array:12 [ …12]
          "execute" => 1715502220.2225
          "complete" => 1715502220.2225
        ]
        12 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2279
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2286
          "complete" => 1715502220.2286
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498620)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502220.2289
          "trace" => array:18 [ …18]
          "execute" => 1715502220.2294
          "complete" => 1715502220.2295
        ]
        14 => 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 ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502220.2299
          "trace" => array:22 [ …22]
          "execute" => 1715502220.2301
          "complete" => 1715502220.2301
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966220) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502220.2306
          "trace" => array:16 [ …16]
          "execute" => 1715502220.2325
          "complete" => 1715502220.2326
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2335
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2586
          "complete" => 1715502220.2587
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502220.2589
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2594
          "complete" => 1715502220.2595
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502220.2613
          "trace" => array:13 [ …13]
          "execute" => 1715502220.2617
          "complete" => 1715502220.2618
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2847
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2848
          "complete" => 1715502220.2848
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.2851
          "trace" => array:15 [ …15]
          "execute" => 1715502220.2853
          "complete" => 1715502220.2853
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT title, phrase_text\n
            \t\t\tFROM xf_phrase_compiled\n
            \t\t\tWHERE language_id = ?\n
            \t\t\t\tAND title IN ('xc_none_rating_count')\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502220.2854
          "trace" => array:20 [ …20]
          "execute" => 1715502220.2856
          "complete" => 1715502220.2856
        ]
        22 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3112
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3113
          "complete" => 1715502220.3114
        ]
        23 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3115
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3118
          "complete" => 1715502220.3119
        ]
        24 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 1355)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3309
          "trace" => array:15 [ …15]
          "execute" => 1715502220.331
          "complete" => 1715502220.331
        ]
        25 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1355)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3312
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3315
          "complete" => 1715502220.3315
        ]
        26 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498620) AND (`xf_session_activity`.`user_id` = 1)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3508
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3509
          "complete" => 1715502220.3509
        ]
        27 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502220.3511
          "trace" => array:15 [ …15]
          "execute" => 1715502220.3514
          "complete" => 1715502220.3514
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#248}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "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]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "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\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\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "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"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:84 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Member" => "Xfrocks\Medal\XF\Pub\Controller\Member"
        "XF\Finder\User" => "XF\Finder\User"
        "XF\Search\Search" => "XF\Search\Search"
        "XF\Search\Source\MySqlFt" => "XF\Search\Source\MySqlFt"
        "XF\Search\Query\KeywordQuery" => "XF\Search\Query\KeywordQuery"
        "NF\Tickets\Search\Data\KBArticle" => "NF\Tickets\Search\Data\KBArticle"
        "NF\Tickets\Search\Data\Message" => "NF\Tickets\Search\Data\Message"
        "NF\Tickets\Search\Data\Ticket" => "NF\Tickets\Search\Data\Ticket"
        "XF\Search\Data\Page" => "XF\Search\Data\Page"
        "XF\Search\Data\Post" => "XF\Search\Data\Post"
        "XF\Search\Data\ProfilePost" => "XF\Search\Data\ProfilePost"
        "XF\Search\Data\ProfilePostComment" => "XF\Search\Data\ProfilePostComment"
        "XF\Search\Data\Thread" => "XF\Search\Data\Thread"
        "Truonglv\Groups\Search\Data\Group" => "Truonglv\Groups\Search\Data\Group"
        "Truonglv\Groups\Search\Data\Comment" => "Truonglv\Groups\Search\Data\Comment"
        "Truonglv\Groups\Search\Data\Event" => "Truonglv\Groups\Search\Data\Event"
        "Truonglv\Groups\Search\Data\ResourceItem" => "Truonglv\Groups\Search\Data\ResourceItem"
        "NF\Tickets\Repository\KBCategory" => "NF\Tickets\Repository\KBCategory"
        "NF\Tickets\Entity\KBCategory" => "NF\Tickets\Entity\KBCategory"
        "NF\Tickets\Finder\KBCategory" => "NF\Tickets\Finder\KBCategory"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "NF\Tickets\Repository\Category" => "NF\Tickets\Repository\Category"
        "NF\Tickets\Entity\Category" => "NF\Tickets\Entity\Category"
        "NF\Tickets\Finder\Category" => "NF\Tickets\Finder\Category"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "XF\Finder\Forum" => "XF\Finder\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "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"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Member\RecentContent" => "XF\Pub\View\Member\RecentContent"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
        "XenCentral\Feedback\Entity\FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
        "XenCentral\Feedback\Finder\FeedbackUser" => "XenCentral\Feedback\Finder\FeedbackUser"
      ]
    }
    #entityClassNameMap: array:16 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "NF\Tickets:KBCategory" => "NF\Tickets\Entity\KBCategory"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "NF\Tickets:Category" => "NF\Tickets\Entity\Category"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XenCentral\Feedback:FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
    ]
    #entities: array:12 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#253
          #_getterCache: []
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#252
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [ …25]
            +relations: array:2 [ …2]
            +getters: array:1 [ …1]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#255
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#254
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [ …3]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 2
          #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
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#258
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [ …13]
            +relations: array:3 [ …3]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 3
          #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
        }
        6090 => UserOption {#386
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#257}
          #_em: Manager {#247}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#260
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [ …17]
            +relations: array:2 [ …2]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:2 [ …2]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 4
          #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
        }
        6090 => UserProfile {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#259}
          #_em: Manager {#247}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#262
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [ …7]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 5
          #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
        }
        6090 => UserPrivacy {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#261}
          #_em: Manager {#247}
          -_uniqueEntityId: 8
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6090 => User {#385
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#250
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [ …60]
            +relations: array:16 [ …16]
            +getters: array:12 [ …12]
            +defaultWith: []
            +options: array:11 [ …11]
            +behaviors: array:1 [ …1]
            +columnAliases: array:1 [ …1]
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#707
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 116
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#872
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 118
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#740
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 138
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#930
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 143
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#932
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 148
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#935
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#250}
          #_em: Manager {#247}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 158
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 62
            "username" => "KitaVonKanada"
            "username_date" => 0
            "username_date_visible" => 0
            "email" => "[email protected]"
            "custom_title" => ""
            "language_id" => 1
            "style_id" => 0
            "timezone" => "America/Los_Angeles"
            "visible" => 1
            "user_group_id" => 5
            "secondary_group_ids" => "3,15,19,20,36,39"
            "display_style_group_id" => 3
            "permission_combination_id" => 374
            "message_count" => 168
            "question_solution_count" => 0
            "conversations_unread" => 134
            "register_date" => 1387990368
            "last_activity" => 1715361744
            "last_summary_email_date" => 1715264548
            "trophy_points" => 28
            "alerts_unviewed" => 0
            "alerts_unread" => 3
            "avatar_date" => 1704663171
            "avatar_width" => 384
            "avatar_height" => 424
            "avatar_highdpi" => 1
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 1
            "is_admin" => 1
            "is_banned" => 0
            "reaction_score" => 57
            "warning_points" => 0
            "is_staff" => 1
            "dbtech_credits_credits" => "3062.51000000"
            "currency_id" => 2
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => "a:1:{i:699;a:18:{s:10:"awarded_id";i:699;s:8:"medal_id";i:25;s:7:"user_id";i:62;s:8:"username";s:13:"KitaVonKanada";s:10:"award_date";i:1430073560;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Lemon Badge";s:11:"category_id";i:1;s:11:"description";s:25:"Randomly awarded by Cheza";s:13:"display_order";i:0;s:10:"user_count";i:38;s:15:"last_award_date";i:1504295298;s:18:"last_award_user_id";i:33219;s:19:"last_award_username";s:12:"I Mimic You!";s:10:"image_date";i:1670105002;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}}"
            "team_count" => 0
            "team_ribbon_id" => 0
            "team_cache" => "a:1:{i:2;a:13:{s:7:"team_id";i:2;s:7:"user_id";i:62;s:8:"username";s:13:"KitaVonKanada";s:12:"member_state";s:6:"accept";s:8:"position";s:6:"member";s:9:"join_date";i:1394592488;s:5:"alert";i:1;s:6:"action";s:3:"add";s:14:"action_user_id";i:118;s:15:"action_username";s:12:"x0rqasmatr0n";s:11:"req_message";N;s:10:"send_alert";i:1;s:10:"send_email";i:0;}}"
            "activity_visible" => 1
            "manage_team_count" => 0
            "privacy_policy_accepted" => 0
            "terms_accepted" => 0
            "secret_key" => "4eb66e604070eab8b755d6540ea445da"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 1701403200
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 18
            "siropu_chat_rooms" => "{"1":1715361446}"
            "siropu_chat_conversations" => "{"18":1}"
            "siropu_chat_settings" => null
            "siropu_chat_room_join_time" => "{"1":1704662814}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 9
            "siropu_chat_last_activity" => 1715361446
            "nf_tickets_count" => 0
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "NF\Tickets\Entity\Category" => array:3 [
        2 => Category {#352
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365
            +shortName: "NF\Tickets:Category"
            +contentType: "nf_tickets_category"
            +table: "xf_nf_tickets_category"
            +primaryKey: "ticket_category_id"
            +columns: array:27 [ …27]
            +relations: array:6 [ …6]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 11
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        3 => Category {#325
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 12
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Category {#321
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#365}
          #_em: Manager {#247}
          #_viewableDescendants: []
          -_uniqueEntityId: 13
          #rootClass: "NF\Tickets\Entity\Category"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:27 [ …27]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:51 [
        2 => Node {#333
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        4 => Node {#287
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        5 => Node {#282
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6 => Node {#390
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        12 => Node {#395
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        13 => Node {#400
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        14 => Node {#405
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#410
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        17 => Node {#415
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 30
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        18 => Node {#420
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 32
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        19 => Node {#425
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 34
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#430
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        31 => Node {#435
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 38
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        32 => Node {#440
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 40
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        33 => Node {#445
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        35 => Node {#450
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        36 => Node {#455
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37 => Node {#460
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 48
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38 => Node {#465
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 50
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        41 => Node {#470
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        42 => Node {#475
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 54
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        43 => Node {#480
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        47 => Node {#485
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 58
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        49 => Node {#490
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 60
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        51 => Node {#495
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        52 => Node {#500
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 64
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        53 => Node {#505
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        54 => Node {#510
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#329}
          #_em: Manager {#247}
          -_uniqueEntityId: 68
           …15
        }
        56 => Node {#515 …20}
        64 => Node {#520 …20}
        66 => Node {#525 …20}
        67 => Node {#530 …20}
        69 => Node {#535 …20}
        71 => Node {#540 …20}
        73 => Node {#545 …20}
        75 => Node {#550 …20}
        76 => Node {#555 …20}
        77 => Node {#560 …20}
        78 => Node {#565 …20}
        80 => Node {#570 …20}
        81 => Node {#575 …20}
        85 => Node {#580 …20}
        88 => Node {#585 …20}
        90 => Node {#590 …20}
        91 => Node {#595 …20}
        93 => Node {#600 …20}
        95 => Node {#605 …20}
        97 => Node {#610 …20}
        121 => Node {#615 …20}
        123 => Node {#620 …20}
        130 => Node {#625 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:51 [
        2 => Forum {#288 …20}
        4 => Forum {#283 …20}
        5 => Forum {#389 …20}
        6 => Forum {#394 …20}
        12 => Forum {#399 …20}
        13 => Forum {#404 …20}
        14 => Forum {#409 …20}
        16 => Forum {#414 …20}
        17 => Forum {#419 …20}
        18 => Forum {#424 …20}
        19 => Forum {#429 …20}
        29 => Forum {#434 …20}
        31 => Forum {#439 …20}
        32 => Forum {#444 …20}
        33 => Forum {#449 …20}
        35 => Forum {#454 …20}
        36 => Forum {#459 …20}
        37 => Forum {#464 …20}
        38 => Forum {#469 …20}
        41 => Forum {#474 …20}
        42 => Forum {#479 …20}
        43 => Forum {#484 …20}
        47 => Forum {#489 …20}
        49 => Forum {#494 …20}
        51 => Forum {#499 …20}
        52 => Forum {#504 …20}
        53 => Forum {#509 …20}
        54 => Forum {#514 …20}
        56 => Forum {#519 …20}
        64 => Forum {#524 …20}
        66 => Forum {#529 …20}
        67 => Forum {#534 …20}
        69 => Forum {#539 …20}
        71 => Forum {#544 …20}
        73 => Forum {#549 …20}
        75 => Forum {#554 …20}
        76 => Forum {#559 …20}
        77 => Forum {#564 …20}
        78 => Forum {#569 …20}
        80 => Forum {#574 …20}
        81 => Forum {#579 …20}
        85 => Forum {#584 …20}
        88 => Forum {#589 …20}
        90 => Forum {#594 …20}
        91 => Forum {#599 …20}
        93 => Forum {#604 …20}
        95 => Forum {#609 …20}
        97 => Forum {#614 …20}
        121 => Forum {#619
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#317
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [ …29]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#247}
          -_uniqueEntityId: 111
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#615 …20}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        123 => Forum {#624 …20}
        130 => Forum {#629 …20}
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#785 …20}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:9 [
        25886 => Thread {#874 …20}
        25877 => Thread {#875 …20}
        25870 => Thread {#876 …20}
        25869 => Thread {#877 …20}
        25866 => Thread {#929 …20}
        25859 => Thread {#931 …20}
        25840 => Thread {#933 …20}
        25838 => Thread {#934 …20}
        25837 => Thread {#936}
      ]
      "XenCentral\Feedback\Entity\FeedbackUser" => array:2 [
        1355 => FeedbackUser {#981 …20}
        1 => FeedbackUser {#938 …20}
      ]
    ]
    #structures: array:16 [
      "DBTech\Credits\Entity\Currency" => Structure {#252}
      "Truonglv\Groups\XF\Entity\User" => Structure {#250}
      "XF\Entity\UserAuth" => Structure {#254}
      "XF\Entity\UserOption" => Structure {#257}
      "XF\Entity\UserProfile" => Structure {#259}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#261}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#272
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [ …5]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\KBCategory" => Structure {#368
        +shortName: "NF\Tickets:KBCategory"
        +contentType: "nf_tickets_kb_category"
        +table: "xf_nf_tickets_kb_category"
        +primaryKey: "kb_category_id"
        +columns: array:9 [ …9]
        +relations: array:3 [ …3]
        +getters: array:1 [ …1]
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\PermissionCacheContent" => Structure {#366
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "NF\Tickets\Entity\Category" => Structure {#365}
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#317}
      "Truonglv\Groups\XF\Entity\Node" => Structure {#329}
      "XF\Entity\SessionActivity" => Structure {#704
        +shortName: "XF:SessionActivity"
        +contentType: null
        +table: "xf_session_activity"
        +primaryKey: array:2 [ …2]
        +columns: array:9 [ …9]
        +relations: array:1 [ …1]
        +getters: array:6 [ …6]
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#709}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#807
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [ …2]
        +columns: array:3 [ …3]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XenCentral\Feedback\Entity\FeedbackUser" => Structure {#899
        +shortName: "XenCentral\Feedback:FeedbackUser"
        +contentType: "feedbackuser"
        +table: "xf_xc_feedback_user"
        +primaryKey: "user_id"
        +columns: array:8 [ …8]
        +relations: array:1 [ …1]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:10 [
      "XF:User" => User {#249
        #em: Manager {#247}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#269
        #em: Manager {#247}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "NF\Tickets:KBCategory" => KBCategory {#369
        #em: Manager {#247}
        #identifier: "NF\Tickets:KBCategory"
      }
      "NF\Tickets:Category" => Category {#363
        #em: Manager {#247}
        #identifier: "NF\Tickets:Category"
      }
      "XF:SessionActivity" => SessionActivity {#630
        #em: Manager {#247}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#331
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#247}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "XF:Payment" => Payment {#347
        #em: Manager {#247}
        #identifier: "XF:Payment"
      }
      "DBTech\Credits:Currency" => Currency {#698
        #em: Manager {#247}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#697
        #em: Manager {#247}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#808
        #em: Manager {#247}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 162
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25837
    "node_id" => 121
    "title" => "Best Shop Ever"
    "reply_count" => 0
    "view_count" => 437
    "user_id" => 62
    "username" => "KitaVonKanada"
    "post_date" => 1701468845
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 190992
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1701468845
    "last_post_id" => 190992
    "last_post_user_id" => 62
    "last_post_username" => "KitaVonKanada"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "Bestshopever"
    "shop_old_url" => ""
    "shop_layout" => "layout_1_link"
    "shop_color" => "layout_1_color"
    "owner_star_rating" => "0.00"
    "shop_creation" => 1701468845
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#935}
    "Forum" => Forum {#619}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Shop Thumbnail
none ( none )

Recent content by Keznuts

Keznuts has not posted any content recently.
Top