Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-catalog/Block/Widget/
Upload File :
Current File : //home/rtorresani/www/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
{
}