db\Connection EVENT_AFTER_OPEN

EVENT_AFTER_OPEN event of type \yii\db\Event An event that is triggered after a DB connection is established

mongodb\Connection $options

$options public property Connection options. For example: [ 'socketTimeoutMS' => 1000, // how long a send or receive on a socket can take before timing out 'ssl' => true // initiate the connection with TLS/SSL ] See also https://docs.mongodb.com/manual/reference/connection-string/#connections-connection-options. public array $options = []

console\controllers\MessageController $languages

$languages public property Required, list of language codes that the extracted messages should be translated to. For example, ['zh-CN', 'de']. public array $languages = []

web\Request $scriptFile

$scriptFile public property The entry script file path public string getScriptFile ( )public void setScriptFile ( $value )

swiftmailer\Message $bcc

$bcc public property The Bcc (hidden copy receiver) addresses of this message. public array getBcc ( )public $this setBcc ( $bcc )

filters\auth\AuthMethod $request

$request public property The current request. If not set, the request application component will be used. public yii\web\Request $request = null

mongodb\Command createIndexes()

createIndexes() public method Creates indexes in the collection. public boolean createIndexes ( $collectionName, $indexes )$collectionName string Collection name. $indexes array[] Indexes specification. Each specification should be an array in format: optionName => value The main options are: keys: array, column names with sort order, to be indexed. This option is mandatory. unique: boolean, whether to create unique index. name: string, the name of the index, if not set it will be

base\Widget render()

render() public method Renders a view. The view to be rendered can be specified in one of the following formats: path alias (e.g. "@app/views/site/index"); absolute path within application (e.g. "//site/index"): the view name starts with double slashes. The actual view file will be looked for under the view path of the application. absolute path within module (e.g. "/site/index"): the view name starts with a single slash. The actual view file will be looked for under the view path of the cu

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

debug\panels\MailPanel $name

$name public read-only property Name of the panel public string getName ( )