| Current Path : /home/rtorresani/www/app/code/Amasty/Base/Debug/System/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Base/Debug/System/AmastyDump.php |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Magento 2 Base Package
*/
namespace Amasty\Base\Debug\System;
/**
* phpcs:ignoreFile
*/
class AmastyDump
{
public $className = '';
public $shortClassName = '';
public $methods = [];
public $properties = [];
}