grid\GridView $filterErrorSummaryOptions

$filterErrorSummaryOptions public property The options for rendering the filter error summary. Please refer to yii\helpers\Html::errorSummary() for more details about how to specify the options. See also renderErrors(). public array $filterErrorSummaryOptions = ['class' => 'error-summary']

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 ( )

mail\MessageInterface getCc()

getCc() public abstract method Returns the Cc (additional copy receiver) addresses of this message. public abstract array getCc ( )return array The Cc (additional copy receiver) addresses of this message.

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

debug\Panel getSummary()

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

base\Model $errors

$errors public read-only property Errors for all attributes or the specified attribute. Empty array is returned if no error. Note that when returning errors for all attributes, the result is a two-dimensional array, like the following: [ 'username' => [ 'Username is required.', 'Username must contain only word characters.', ], 'email' => [ 'Email address is invalid.', ] ] public array getErrors ( $attribute = null )

web\YiiAsset $depends

$depends public property public $depends = ['yii\web\JqueryAsset']

rest\UrlRule $ruleConfig

$ruleConfig public property The default configuration for creating each URL rule contained by this rule. public array $ruleConfig = ['class' => 'yii\web\UrlRule']

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 = []