Current path: home/webdevt/www/wdp/wp-content/plugins/query-monitor/classes/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/query-monitor
<?php declare(strict_types = 1);
/**
* Class representing a component.
*
* @package query-monitor
*/
class QM_Component {
/**
* @var string
*/
public $type;
/**
* @var string
*/
public $name;
/**
* @var string
*/
public $context;
}