1234567891011121314151617181920212223242526 |
- <?php
- /**
- *
- * PHP Pro Bid $Id$ 6n0+uXoJ+dbDEYzz/J2y+6sESyxeEdSqSTyQMudn6oM=
- *
- * @link http://www.phpprobid.com
- * @copyright Copyright (c) 2014 Online Ventures Software & CodeCube SRL
- * @license http://www.phpprobid.com/license Commercial License
- *
- * @version 7.5
- */
- /**
- * listing quantity form element
- */
- namespace Ppb\Form\Element;
- use Cube\Form\Element;
- class Quantity extends TextAutocomplete
- {
- }
|