base\Model getAttributes()

getAttributes() public method Returns attribute values. public array getAttributes ( $names = null, $except = [] )$names array List of attributes whose value needs to be returned. Defaults to null, meaning all attributes listed in attributes() will be returned. If it is an array, only the attributes in the array will be returned. $except array List of attributes whose value should NOT be returned. return array Attribute values (name => value).

web\Response getIsInformational()

getIsInformational() public method public boolean getIsInformational ( )return boolean Whether this response is informational

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 )

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']

widgets\ActiveForm $errorCssClass

$errorCssClass public property The CSS class that is added to a field container when the associated attribute has validation error. public string $errorCssClass = 'has-error'

authclient\signature\RsaSha1 $publicCertificateFile

$publicCertificateFile public property Path to the file, which holds public key certificate. public string $publicCertificateFile = ''