i18n\GettextMessageSource $basePath

$basePath public property public string $basePath = '@app/messages'

bootstrap\ActiveField $wrapperOptions

$wrapperOptions public property Options for the wrapper tag, used in the {beginWrapper} placeholder public array $wrapperOptions = []

mongodb\file\Query $collection

$collection public read-only property Collection instance. public yii\mongodb\file\Collection getCollection ( $db = null )

debug\panels\LogPanel $summary

$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )

elasticsearch\Connection $driverName

$driverName public read-only property Name of the DB driver public string getDriverName ( )

base\Model fields()

fields() public method Returns the list of fields that should be returned by default by toArray() when no specific fields are specified. A field is a named element in the returned array by toArray(). This method should return an array of field names or field definitions. If the former, the field name will be treated as an object property name whose value will be used as the field value. If the latter, the array key should be the field name while the array value should be the corresponding f

gii\generators\crud\Generator $name

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

i18n\MessageFormatter $errorCode

$errorCode public read-only property Code of the last error. public string getErrorCode ( )

db\Command bindParam()

bindParam() public method Binds a parameter to the SQL statement to be executed. See also http://www.php.net/manual/en/function.PDOStatement-bindParam.php. public $this bindParam ( $name, &$value, $dataType = null, $length = null, $driverOptions = null )$name string|integer Parameter identifier. For a prepared statement using named placeholders, this will be a parameter name of the form :name. For a prepared statement using question mark placeholders, this will be the 1-indexed pos

authclient\OAuthToken $expireDurationParamKey

$expireDurationParamKey public property Expire duration param key. public string getExpireDurationParamKey ( )public void setExpireDurationParamKey ( $expireDurationParamKey )