bootstrap\Tabs init()

init() public method Initializes the widget. public void init ( )

widgets\MaskedInputAsset $depends

$depends public property public $depends = ['yii\web\YiiAsset']

rbac\PhpManager saveItems()

saveItems() protected method Saves items data into persistent storage. protected void saveItems ( )

bootstrap\ButtonDropdown $tagName

$tagName public property The tag to use to render the button public string $tagName = 'button'

caching\FileCache $cacheFileSuffix

$cacheFileSuffix public property Cache file suffix. Defaults to '.bin'. public string $cacheFileSuffix = '.bin'

bootstrap\Modal init()

init() public method Initializes the widget. public void init ( )

web\Request $isOptions

$isOptions public read-only property Whether this is a OPTIONS request. public boolean getIsOptions ( )

grid\GridView initColumns()

initColumns() protected method Creates column objects and initializes them. protected void initColumns ( )

web\Session $allFlashes

$allFlashes public read-only property Flash messages (key => message or key => [message1, message2]). public array getAllFlashes ( $delete = false )

helpers\BaseHtml activeRadioList()

activeRadioList() public static method Generates a list of radio buttons. A radio button list is like a checkbox list, except that it only allows single selection. The selection of the radio buttons is taken from the value of the model attribute. public static string activeRadioList ( $model, $attribute, $items, $options = [] )$model yii\base\Model The model object $attribute string The attribute name or expression. See getAttributeName() for the format about attribute expression. $it