Quantity.php 435 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. *
  4. * PHP Pro Bid $Id$ 6n0+uXoJ+dbDEYzz/J2y+6sESyxeEdSqSTyQMudn6oM=
  5. *
  6. * @link http://www.phpprobid.com
  7. * @copyright Copyright (c) 2014 Online Ventures Software & CodeCube SRL
  8. * @license http://www.phpprobid.com/license Commercial License
  9. *
  10. * @version 7.5
  11. */
  12. /**
  13. * listing quantity form element
  14. */
  15. namespace Ppb\Form\Element;
  16. use Cube\Form\Element;
  17. class Quantity extends TextAutocomplete
  18. {
  19. }