| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-catalog/Block/Widget/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-catalog/Block/Widget/RecentlyCompared.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Block\Widget;
use Magento\Ui\Block\Wrapper;
/**
* Dynamically creates recently compared widget ui component, using information
* from widget instance and Catalog/widget.xml
*/
class RecentlyCompared extends Wrapper implements \Magento\Widget\Block\BlockInterface
{
}