IndexInterface.php 367 B

1234567891011121314151617
  1. <?php
  2. /**
  3. *
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. namespace Magento\Wishlist\Controller;
  8. use Magento\Catalog\Controller\Product\View\ViewInterface;
  9. /**
  10. * Interface \Magento\Wishlist\Controller\IndexInterface
  11. *
  12. */
  13. interface IndexInterface extends \Magento\Framework\App\ActionInterface, ViewInterface
  14. {
  15. }