CategoryManagementInterface.php 319 B

1234567891011121314
  1. <?php
  2. /**
  3. * Copyright © 2016 Ihor Vansach (ihor@magefan.com). All rights reserved.
  4. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  5. *
  6. * Glory to Ukraine! Glory to the heroes!
  7. */
  8. namespace Magefan\Blog\Api;
  9. interface CategoryManagementInterface extends ManagementInterface
  10. {
  11. }