caching\ChainedDependency $dependOnAll

$dependOnAll public property Whether this dependency is depending on every dependency in $dependencies. Defaults to true, meaning if any of the dependencies has changed, this dependency is considered changed. When it is set false, it means if one of the dependencies has NOT changed, this dependency is considered NOT changed. public boolean $dependOnAll = true

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'

i18n\DbMessageSource $cachingDuration

$cachingDuration public property The time in seconds that the messages can remain valid in cache. Use 0 to indicate that the cached data will never expire. See also $enableCaching. public integer $cachingDuration = 0

gii\generators\extension\Generator $keywordsArrayJson

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

rbac\PhpManager saveRules()

saveRules() protected method Saves rules data into persistent storage. protected void saveRules ( )

gii\generators\extension\Generator optsLicense()

optsLicense() public method public array optsLicense ( )return array Options for license drop-down

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

di\Instance __construct()

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