?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/query-monitor/classes/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/query-monitor

?? Viewing: Component.php

<?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;
}


??

??