RouterListInterface.php 226 B

12345678910111213
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\App;
  7. /**
  8. * Application router list
  9. */
  10. interface RouterListInterface extends \Iterator
  11. {
  12. }