12345678910111213141516 |
- <?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
- {
- }
|