bootstrap\ToggleButtonGroup init()

init() public method Initializes the widget. This method will register the bootstrap asset bundle. If you override this method, make sure you call the parent implementation first. public void init ( )

gii\generators\form\Generator $scenarioName

$scenarioName public property public $scenarioName = null

gii\generators\model\Generator $useSchemaName

$useSchemaName public property public $useSchemaName = true

gii\generators\model\Generator $tableName

$tableName public property public $tableName = null

debug\Panel $id

$id public property Panel unique identifier. It is set automatically by the container module. public string $id = null

bootstrap\ButtonDropdown $dropdownClass

$dropdownClass public property (available since version 2.0.7) Name of a class to use for rendering dropdowns withing this widget. Defaults to yii\bootstrap\Dropdown. public string $dropdownClass = 'yii\bootstrap\Dropdown'

widgets\ActiveField $enableAjaxValidation

$enableAjaxValidation public property Whether to enable AJAX-based data validation. If not set, it will take the value of yii\widgets\ActiveForm::$enableAjaxValidation. public boolean $enableAjaxValidation = null

base\ViewNotFoundException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

widgets\LinkPager $prevPageCssClass

$prevPageCssClass public property The CSS class for the "previous" page button. public string $prevPageCssClass = 'prev'

redis\Connection $driverName

$driverName public read-only property Name of the DB driver public string getDriverName ( )