validators\StringValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

helpers\BaseHtml $voidElements

$voidElements public static property List of void elements (element name => 1) See also http://www.w3.org/TR/html-markup/syntax.html#void-element. public static array $voidElements = ['area' => 1, 'base' => 1, 'br' => 1, 'col' => 1, 'command' => 1, 'embed' => 1, 'hr' => 1, 'img' => 1, 'input' => 1, 'keygen' => 1, 'link' => 1, 'meta' => 1, 'param' => 1, 'source' => 1, 'track' => 1, 'wbr' => 1]

bootstrap\BootstrapAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/bootstrap/dist'

gii\generators\extension\Generator $description

$description public read-only property public string getDescription ( )

rbac\DbManager invalidateCache()

invalidateCache() public method public void invalidateCache ( )

gii\generators\extension\Generator $keywordsArrayJson

$keywordsArrayJson public read-only property A json encoded array with the given keywords public string getKeywordsArrayJson ( )

validators\RangeValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

helpers\BaseHtml resetInput()

resetInput() public static method Generates a reset input button. public static string resetInput ( $label = 'Reset', $options = [] )$label string The value attribute. If it is null, the value attribute will not be generated. $options array The attributes of the button tag. The values will be HTML-encoded using encode(). Attributes whose value is null will be ignored and not put in the tag returned. See renderTagAttributes() for details on how attributes are being rendered. return str

caching\DbCache $db

$db public property The DB connection object or the application component ID of the DB connection. After the DbCache object is created, if you want to change this property, you should only assign it with a DB connection object. Starting from version 2.0.2, this can also be a configuration array for creating the object. public yii\db\Connection|array|string $db = 'db'

rbac\DbManager $itemChildTable

$itemChildTable public property The name of the table storing authorization item hierarchy. Defaults to "auth_item_child". public string $itemChildTable = '{{%auth_item_child}}'