You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
428B

  1. <?php
  2. /**
  3. * @link http://www.yiiframework.com/
  4. * @copyright Copyright (c) 2008 Yii Software LLC
  5. * @license http://www.yiiframework.com/license/
  6. */
  7. namespace yii\bootstrap;
  8. /**
  9. * InputWidget is an adjusted for bootstrap needs version of [[\yii\widgets\InputWidget]].
  10. *
  11. * @author Paul Klimov <klimov.paul@gmail.com>
  12. * @since 2.0.6
  13. */
  14. class InputWidget extends \yii\widgets\InputWidget
  15. {
  16. use BootstrapWidgetTrait;
  17. }