Item.php 244 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Ui\Component\Control;
  7. use Magento\Framework\DataObject;
  8. /**
  9. * Class Item
  10. */
  11. class Item extends DataObject
  12. {
  13. //
  14. }