elasticsearch\Query $minScore

$minScore public property (available since version 2.0.4) Exclude documents which have a _score less than the minimum specified in min_score See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-min-score.html. public float $minScore = null

elasticsearch\DebugPanel $summary

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

gii\generators\controller\Generator stickyAttributes()

stickyAttributes() public method Returns the list of sticky attributes. A sticky attribute will remember its value and will initialize the attribute with this value when the generator is restarted. public array stickyAttributes ( )return array List of sticky attributes

filters\PageCache init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

data\Sort $urlManager

$urlManager public property The URL manager used for creating sort URLs. If not set, the urlManager application component will be used. public yii\web\UrlManager $urlManager = null

grid\Column $grid

$grid public property The grid view object that owns this column. public yii\grid\GridView $grid = null

i18n\GettextMessageSource $useBigEndian

$useBigEndian public property public boolean $useBigEndian = false

elasticsearch\QueryBuilder buildCondition()

buildCondition() public method Parses the condition specification and generates the corresponding SQL expression. public string buildCondition ( $condition )$condition string|array The condition specification. Please refer to yii\elasticsearch\Query::where() on how to specify a condition. return string The generated SQL expression throws yii\base\InvalidParamException if unknown operator is used in query throws yii\base\NotSupportedException if string conditions are used in where

mongodb\Command dropDatabase()

dropDatabase() public method Drops database associated with this command. public boolean dropDatabase ( )return boolean Whether operation was successful.

faker\FixtureController $generator

$generator public read-only property public \Faker\Generator getGenerator ( )