web\HeaderCollection offsetUnset()

offsetUnset() public method Removes the named header. This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like unset($collection[$name]). This is equivalent to remove(). public void offsetUnset ( $name )$name string The header name

mongodb\QueryBuilder buildInCondition()

buildInCondition() public method Creates an Mongo condition with the IN operator. public array buildInCondition ( $operator, $operands )$operator string The operator to use (e.g. IN or NOT IN) $operands array The first operand is the column name. If it is an array a composite IN condition will be generated. The second operand is an array of values that column value should be among. return array The generated Mongo condition. throws yii\base\InvalidParamException if wrong number of

elasticsearch\DebugPanel $summary

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

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

web\Session open()

open() public method Starts the session. public void open ( )

mongodb\QueryBuilder $db

$db public property The MongoDB connection. public yii\mongodb\Connection $db = null

authclient\OpenId $returnUrl

$returnUrl public property Authentication return URL. public string getReturnUrl ( )public void setReturnUrl ( $returnUrl )

mongodb\Command log()

log() protected method Logs the command data if logging is enabled at $db. protected string|false log ( $namespace, $data, $category )$namespace array|string Command namespace. $data array Command data. $category string Log category return string|false Log token, false if log is not enabled.

debug\panels\LogPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

validators\Validator $on

$on public property Scenarios that the validator can be applied to. For multiple scenarios, please specify them as an array; for single scenario, you may use either a string or an array. public array|string $on = []