di\Instance __construct()

__construct() protected method Constructor. protected void __construct ( $id )$id string The component ID

helpers\BaseHtml textInput()

textInput() public static method Generates a text input field. public static string textInput ( $name, $value = null, $options = [] )$name string The name attribute. $value string The value attribute. If it is null, the value attribute will not be generated. $options array The tag options in terms of name-value pairs. These will be rendered as the attributes of the resulting tag. The values will be HTML-encoded using encode(). If a value is null, the corresponding attribute will not

rbac\DbManager invalidateCache()

invalidateCache() public method public void invalidateCache ( )

base\Model EVENT_AFTER_VALIDATE

EVENT_AFTER_VALIDATE event of type yii\base\Event An event raised at the end of validate()

gii\generators\crud\Generator getName()

getName() public method public string getName ( )return string Name of the code generator

gii\generators\extension\Generator $description

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

rbac\DbManager $itemTable

$itemTable public property The name of the table storing authorization items. Defaults to "auth_item". public string $itemTable = '{{%auth_item}}'

caching\Cache offsetUnset()

offsetUnset() public method Deletes the value with the specified key from cache This method is required by the interface ArrayAccess. public void offsetUnset ( $key )$key string The key of the value to be deleted

jui\JuiAsset $css

$css public property public $css = ['themes/smoothness/jquery-ui.css']

mongodb\Query $options

$options public property Cursor options in format: optionKey => optionValue See also: \MongoDB\Driver\Cursor::addOption() options() public array $options = []