haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
home
/
sc1jaqa5103
/
prod.puv-editions.fr
/
wp-content
/
plugins
/
query-monitor
/
data
/
Filename :
transients.php
back
Copy
<?php declare(strict_types = 1); /** * This file is generated by the generate.mjs script. * Do not edit it manually. * * Source schema: src/schemas/data/transients.json */ /** * Transients data transfer object. * * @package query-monitor */ class QM_Data_Transients extends QM_Data { /** * @phpstan-var array<int, array{ * name: string, * trace: QM_Backtrace, * type: 'blog'|'site', * expiration: int, * exp_diff: string, * size: int, * }> */ public $trans; /** * @var bool */ public $has_type; }