RecentlyCompared.php 403 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Catalog\Block\Widget;
  7. use Magento\Ui\Block\Wrapper;
  8. /**
  9. * Dynamically creates recently compared widget ui component, using information
  10. * from widget instance and Catalog/widget.xml
  11. */
  12. class RecentlyCompared extends Wrapper implements \Magento\Widget\Block\BlockInterface
  13. {
  14. }