elasticsearch\Query $suggest

$suggest public property List of suggesters to add to this query. See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html. public array $suggest = []

elasticsearch\Query addOptions()

addOptions() public method (available since version 2.0.4) Adds more options, overwriting existing options. See also options(). public $this addOptions ( $options )$options array The options to be added. return $this The query object itself throws yii\base\InvalidParamException if $options is not an array

di\Container clear()

clear() public method Removes the definition for the specified name. public void clear ( $class )$class string Class name, interface name or alias name

di\Container hasSingleton()

hasSingleton() public method Returns a value indicating whether the given name corresponds to a registered singleton. public boolean hasSingleton ( $class, $checkInstance = false )$class string Class name, interface name or alias name $checkInstance boolean Whether to check if the singleton has been instantiated. return boolean Whether the given name corresponds to a registered singleton. If $checkInstance is true, the method should return a value indicating whether the singleton has

validators\ExistValidator $allowArray

$allowArray public property Whether to allow array type attribute. public boolean $allowArray = false

swiftmailer\Mailer createSwiftMailer()

createSwiftMailer() protected method Creates Swift mailer instance. protected \Swift_Mailer createSwiftMailer ( )return \Swift_Mailer Mailer instance.

db\ActiveRecordInterface isPrimaryKey()

isPrimaryKey() public abstract static method Returns a value indicating whether the given set of attributes represents the primary key for this model public abstract static boolean isPrimaryKey ( $keys )$keys array The set of attributes to check return boolean Whether the given set of attributes represents the primary key for this model

elasticsearch\ActiveQuery search()

search() public method Executes the query and returns the complete search result including e.g. hits, facets, totalCount. public array search ( $db = null, $options = [] )$db yii\elasticsearch\Connection The database connection used to execute the query. If this parameter is not given, the elasticsearch application component will be used. $options array The options given with this query. Possible options are: routing search_type return array The query results.

elasticsearch\ActiveRecord updateInternal()

updateInternal() protected method See also update(). protected integer|false updateInternal ( $attributes = null, $options = [] )$attributes array Attributes to update $options array Options given in this parameter are passed to elasticsearch as request URI parameters. See update() for details. return integer|false The number of rows affected, or false if beforeSave() stops the updating process. throws yii\db\StaleObjectException if optimistic locking is enabled and the data bei

data\BaseDataProvider $sort

$sort public property The sorting object. If this is false, it means the sorting is disabled. public yii\data\Sort|boolean getSort ( )public void setSort ( $value )