web\User removeIdentityCookie()

removeIdentityCookie() protected method (available since version 2.0.9) Removes the identity cookie. This method is used when $enableAutoLogin is true. protected void removeIdentityCookie ( )

jui\Selectable run()

run() public method Renders the widget. public void run ( )

widgets\PjaxAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/yii2-pjax'

gii\generators\model\Generator $generateRelations

$generateRelations public property public $generateRelations = self::RELATIONS_ALL

authclient\OAuth1 $requestTokenMethod

$requestTokenMethod public property Request token HTTP method. public string $requestTokenMethod = 'GET'

captcha\Captcha $options

$options public property The HTML attributes for the input tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = ['class' => 'form-control']

caching\DummyCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return boolean True if the value is successfully stored

console\controllers\AssetController $deleteSource

$deleteSource public property (available since version 2.0.10) Whether to delete asset source files after compression. This option affects only those bundles, which have yii\web\AssetBundle::$sourcePath is set. public boolean $deleteSource = false

caching\FileCache $cachePath

$cachePath public property The directory to store cache files. You may use path alias here. If not set, it will use the "cache" subdirectory under the application runtime path. public string $cachePath = '@runtime/cache'

db\BaseActiveRecord EVENT_INIT

EVENT_INIT event of type yii\base\Event An event that is triggered when the record is initialized via init().