console\controllers\BaseMigrateController actionRedo()

actionRedo() public method Redoes the last few migrations. This command will first revert the specified migrations, and then apply them again. For example, yii migrate/redo # redo the last applied migration yii migrate/redo 3 # redo the last 3 applied migrations yii migrate/redo all # redo all migrations public integer actionRedo ( $limit = 1 )$limit integer The number of migrations to be redone. Defaults to 1, meaning the last applied migration will be redone. return integer Th

redis\Session calculateKey()

calculateKey() protected method Generates a unique key used for storing session data in cache. protected string calculateKey ( $id )$id string Session variable name return string A safe cache key associated with the session variable name

web\CacheSession getUseCustomStorage()

getUseCustomStorage() public method Returns a value indicating whether to use custom session storage. This method overrides the parent implementation and always returns true. public boolean getUseCustomStorage ( )return boolean Whether to use custom storage.

sphinx\QueryBuilder buildHaving()

buildHaving() public method public string buildHaving ( $indexes, $condition, &$params )$indexes string[] List of index names, which affected by query $condition string|array $params array The binding parameters to be populated return string The HAVING clause built from yii\sphinx\Query::$having.

sphinx\ActiveDataProvider getFacets()

getFacets() public method public array getFacets ( )return array Query facet results.

widgets\LinkSorter $sort

$sort public property The sort definition public yii\data\Sort $sort = null

debug\panels\ConfigPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

widgets\ActiveForm $scrollToErrorOffset

$scrollToErrorOffset public property (available since version 2.0.11) Offset in pixels that should be added when scrolling to the first error. public integer $scrollToErrorOffset = 0

web\UrlManager $normalizer

$normalizer public property (available since version 2.0.10) The configuration for yii\web\UrlNormalizer used by this UrlManager. The default value is false, which means normalization will be skipped. If you wish to enable URL normalization, you should configure this property manually. For example: [ 'class' => 'yii\web\UrlNormalizer', 'collapseSlashes' => true, 'normalizeTrailingSlash' => true, ] public yii\web\UrlNormalizer|array|string|false $normalizer = false

rbac\PhpManager $children

$children protected property protected array $children = []