console\controllers\MigrateController removeMigrationHistory()

removeMigrationHistory() protected method Removes existing migration from the history. protected void removeMigrationHistory ( $version )$version string Migration version name.

base\Module $controllerPath

$controllerPath public read-only property The directory that contains the controller classes. public string getControllerPath ( )

caching\FileCache $dirMode

$dirMode public property The permission to be set for newly created directories. This value will be used by PHP chmod() function. No umask will be applied. Defaults to 0775, meaning the directory is read-writable by owner and group, but read-only for other users. public integer $dirMode = 509

web\AssetManager $linkAssets

$linkAssets public property Whether to use symbolic link to publish asset files. Defaults to false, meaning asset files are copied to $basePath. Using symbolic links has the benefit that the published assets will always be consistent with the source assets and there is no copy operation required. This is especially useful during development. However, there are special requirements for hosting environments in order to use symbolic links. In particular, symbolic links are supported only on Li

debug\panels\AssetPanel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )

rbac\PhpManager invalidateScriptCache()

invalidateScriptCache() protected method (available since version 2.0.9) Invalidates precompiled script cache (such as OPCache or APC) for the given file. protected void invalidateScriptCache ( $file )$file string The file path.

db\TableSchema $fullName

$fullName public property The full name of this table, which includes the schema name prefix, if any. Note that if the schema name is the same as the default schema name, the schema name will not be included. public string $fullName = null

bootstrap\ToggleButtonGroup renderItem()

renderItem() public method Default callback for checkbox/radio list item rendering. See also: yii\bootstrap\Html::checkbox() yii\bootstrap\Html::radio() public string renderItem ( $index, $label, $name, $checked, $value )$index integer Item index. $label string Item label. $name string Input name. $checked boolean Whether value is checked or not. $value string Input value. return string Generated HTML.

log\Target $exportInterval

$exportInterval public property How many messages should be accumulated before they are exported. Defaults to 1000. Note that messages will always be exported when the application terminates. Set this property to be 0 if you don't want to export messages until the application terminates. public integer $exportInterval = 1000

elasticsearch\ActiveRecord attributes()

attributes() public method Returns the list of all attribute names of the model. This method must be overridden by child classes to define available attributes. Attributes are names of fields of the corresponding elasticsearch document. The primaryKey for elasticsearch documents is the _id field by default which is not part of the attributes. You may define path mapping for the _id field so that it is part of the _source fields and thus becomes part of the attributes. public string[] attr