console\controllers\MigrateController $templateFile

$templateFile public property The template file for generating new migrations. This can be either a path alias (e.g. "@app/migrations/template.php") or a file path. The template file for generating new migrations. This can be either a path alias (e.g. "@app/migrations/template.php") or a file path. public string $templateFile = '@yii/views/migration.php'

authclient\clients\VKontakte initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

base\Controller $layout

$layout public property The name of the layout to be applied to this controller's views. This property mainly affects the behavior of render(). Defaults to null, meaning the actual layout value should inherit that from $module's layout value. If false, no layout will be applied. public null|string|false $layout = null

rbac\ManagerInterface removeAllRoles()

removeAllRoles() public abstract method Removes all roles. All parent child relations will be adjusted accordingly. public abstract void removeAllRoles ( )

elasticsearch\ElasticsearchTarget $_contextMessage

$_contextMessage protected property Context message cache (can be used multiple times if context is appended to every message) protected string $_contextMessage = null

console\controllers\FixtureController $globalFixtures

$globalFixtures public property Global fixtures that should be applied when loading and unloading. By default it is set to InitDbFixture that disables and enables integrity check, so your data can be safely loaded. public array $globalFixtures = ['yii\test\InitDb']

console\controllers\MigrateController $migrationTable

$migrationTable public property The name of the table for keeping applied migration information. public string $migrationTable = '{{%migration}}'

base\InvalidCallException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

base\Controller EVENT_BEFORE_ACTION

EVENT_BEFORE_ACTION event of type yii\base\ActionEvent An event raised right before executing a controller action. You may set yii\base\ActionEvent::$isValid to be false to cancel the action execution.

filters\VerbFilter events()

events() public method Declares event handlers for the $owner's events. public array events ( )return array Events (array keys) and the corresponding event handler methods (array values).