mongodb\Query $from

$from public property The collection to be selected from. If string considered as the name of the collection inside the default database. If array - first element considered as the name of the database, second - as name of collection inside that database See also from(). public string|array $from = null

base\Module setVersion()

setVersion() public method (available since version 2.0.11) Sets current module version. public void setVersion ( $version )$version string|callable The version of this module. Version can be specified as a PHP callback, which can accept module instance as an argument and should return the actual version. For example: function (Module $module) { //return string }

debug\components\TimelineDataProvider prepareModels()

prepareModels() protected method Prepares the data models that will be made available in the current page. protected array prepareModels ( )return array The available data models

mutex\FileMutex $fileMode

$fileMode public property The permission to be set for newly created mutex files. This value will be used by PHP chmod() function. No umask will be applied. If not set, the permission will be determined by the current environment. public integer $fileMode = null

web\UrlManager buildRules()

buildRules() protected method Builds URL rule objects from the given rule declarations. protected yii\web\UrlRuleInterface[] buildRules ( $rules )$rules array The rule declarations. Each array element represents a single rule declaration. Please refer to $rules for the acceptable rule formats. return yii\web\UrlRuleInterface[] The rule objects built from the given rule declarations throws yii\base\InvalidConfigException if a rule declaration is invalid

i18n\GettextMoFile $useBigEndian

$useBigEndian public property Whether to use big-endian when reading and writing an integer. public boolean $useBigEndian = false

mongodb\Command setWriteConcern()

setWriteConcern() public method Sets write concern for this command. public $this setWriteConcern ( $writeConcern )$writeConcern \MongoDB\Driver\WriteConcern|integer|string|null Write concern, it can be an instance of \MongoDB\Driver\WriteConcern or its scalar mode value, for example: majority. return $this Self reference

elasticsearch\Command deleteIndex()

deleteIndex() public method Deletes an index See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-delete-index.html. public mixed deleteIndex ( $index )$index

mongodb\file\ActiveRecord $fileResource

$fileResource public read-only property File stream resource. public resource getFileResource ( )

debug\Module initPanels()

initPanels() protected method Initializes panels. protected void initPanels ( )