elasticsearch\Query $stats

$stats public property The 'stats' part of the query. An array of groups to maintain a statistics aggregation for. See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search.html#stats-groups. public array $stats = []

mongodb\Connection $logBuilder

$logBuilder public property The log builder for this connection. public yii\mongodb\LogBuilder getLogBuilder ( )public void setLogBuilder ( $logBuilder )

web\CookieCollection offsetGet()

offsetGet() public method Returns the cookie with the specified name. This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like $cookie = $collection[$name];. This is equivalent to get(). public yii\web\Cookie offsetGet ( $name )$name string The cookie name return yii\web\Cookie The cookie with the specified name, null if the named cookie does not exist.

i18n\PhpMessageSource $fileMap

$fileMap public property Mapping between message categories and the corresponding message file paths. The file paths are relative to $basePath. For example, [ 'core' => 'core.php', 'ext' => 'extensions.php', ] public array $fileMap = null

widgets\InputWidget init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

widgets\ActiveField $parts

$parts public property Different parts of the field (e.g. input, label). This will be used together with $template to generate the final field HTML code. The keys are the token names in $template, while the values are the corresponding HTML code. Valid tokens include {input}, {label} and {error}. Note that you normally don't need to access this property directly as it is maintained by various methods of this class. public array $parts = []

behaviors\AttributeTypecastBehavior $typecastAfterFind

$typecastAfterFind public property Whether to perform typecasting after retrieving owner model data from the database (after find or refresh). This option may be disabled in order to achieve better performance. For example, in case of yii\db\ActiveRecord usage, typecasting after find will grant no benefit in most cases an thus can be disabled. Note that changing this option value will have no effect after this behavior has been attached to the model. public boolean $typecastAfterFind = fal

gii\components\ActiveField autoComplete()

autoComplete() public method Makes field auto completable public $this autoComplete ( $data )$data array Auto complete data (array of callables or scalars) return $this The field object itself

web\Request getAbsoluteUrl()

getAbsoluteUrl() public method Returns the currently requested absolute URL. This is a shortcut to the concatenation of $hostInfo and $url. public string getAbsoluteUrl ( )return string The currently requested absolute URL.

mongodb\file\Collection delete()

delete() public method Deletes the file with given _id. public boolean delete ( $id )$id mixed _id of the file to find. return boolean Whether the operation was successful. throws yii\mongodb\Exception on failure.