FrontendLabel.php 299 B

123456789101112131415
  1. <?php
  2. /**
  3. *
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. namespace Magento\Eav\Model\Entity\Attribute;
  8. /**
  9. * @codeCoverageIgnore
  10. */
  11. class FrontendLabel extends OptionLabel implements
  12. \Magento\Eav\Api\Data\AttributeFrontendLabelInterface
  13. {
  14. }