AttributeFrontendLabelInterface.php 304 B

12345678910111213141516
  1. <?php
  2. /**
  3. *
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. namespace Magento\Eav\Api\Data;
  8. /**
  9. * Interface AttributeFrontendLabelInterface
  10. * @api
  11. * @since 100.0.2
  12. */
  13. interface AttributeFrontendLabelInterface extends AttributeOptionLabelInterface
  14. {
  15. }