GroupSourceLoggedInOnlyInterface.php 404 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Customer\Model\Customer\Attribute\Source;
  7. use \Magento\Framework\Data\OptionSourceInterface;
  8. /**
  9. * Interface \Magento\Customer\Model\Customer\Attribute\Source\GroupSourceLoggedInOnlyInterface
  10. *
  11. */
  12. interface GroupSourceLoggedInOnlyInterface extends OptionSourceInterface
  13. {
  14. }