web\User $id

$id public read-only property The unique identifier for the user. If null, it means the user is a guest. public string|integer getId ( )

console\controllers\BaseMigrateController actionCreate()

actionCreate() public method Creates a new migration. This command creates a new migration using the available migration template. After using this command, developers should modify the created migration skeleton by filling up the actual migration logic. yii migrate/create create_user_table In order to generate a namespaced migration, you should specify a namespace before the migration's name. Note that backslash (\) is usually considered a special character in the shell, so you need to es

console\controllers\ServeController $port

$port public property Port to serve on. public integer $port = 8080

console\controllers\BaseMigrateController generateMigrationSourceCode()

generateMigrationSourceCode() protected method (available since version 2.0.8) Generates new migration source PHP code. Child class may override this method, adding extra logic or variation to the process. protected string generateMigrationSourceCode ( $params )$params array Generation parameters, usually following parameters are present: name: string migration base name className: string migration class name return string Generated PHP code.

rest\UrlRule $extraPatterns

$extraPatterns public property Patterns for supporting extra actions in addition to those listed in $patterns. The keys are the patterns and the values are the corresponding action IDs. These extra patterns will take precedence over $patterns. public array $extraPatterns = []

mail\MailEvent $isSuccessful

$isSuccessful public property If message was sent successfully. public boolean $isSuccessful = null

base\Module $params

$params public property Custom module parameters (name => value). public array $params = []

debug\Panel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar

i18n\MissingTranslationEvent $language

$language public property The language ID (e.g. en-US) that the message is to be translated to public string $language = null

db\Connection EVENT_COMMIT_TRANSACTION

EVENT_COMMIT_TRANSACTION event of type \yii\db\Event An event that is triggered right after a top-level transaction is committed