* @author Qiang Xue * @since 2.0 */ class Widget extends \yii\base\Widget { use BootstrapWidgetTrait; /** * @var array the HTML attributes for the widget container tag. * @see \yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. */ public $options = []; }