elasticsearch\Connection initConnection()

initConnection() protected method Initializes the DB connection. This method is invoked right after the DB connection is established. The default implementation triggers an EVENT_AFTER_OPEN event. protected void initConnection ( )

elasticsearch\Query addAgg()

addAgg() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/1.x/search-aggregations.html. public $this addAgg ( $name, $type, $options )$name string The name of the aggregation $type string The aggregation type. e.g. terms, range, histogram... $options string|array The configuration options for this aggregation. Can be an array or a json string. return $this The query object itself

debug\models\search\Mail $to

$to public property To attribute input search value public string $to = null

rbac\ManagerInterface removeAllAssignments()

removeAllAssignments() public abstract method Removes all role assignments. public abstract void removeAllAssignments ( )

mail\BaseMailer setViewPath()

setViewPath() public method public void setViewPath ( $path )$path string The directory that contains the view files for composing mail messages This can be specified as an absolute path or a path alias.

sphinx\QueryBuilder buildBetweenCondition()

buildBetweenCondition() public method Creates an SQL expressions with the BETWEEN operator. public string buildBetweenCondition ( $indexes, $operator, $operands, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $operator string The operator to use (e.g. BETWEEN or NOT BETWEEN) $operands array The first operand is the column name. The second and third operands describe the interval that column value should be in. $params array The binding par

mongodb\rbac\Role $parents

$parents public property List of parent item names. public array|null $parents = null

validators\DateValidator $tooBig

$tooBig public property (available since version 2.0.4) User-defined error message used when the value is bigger than $max. public string $tooBig = null

widgets\LinkPager $options

$options public property HTML attributes for the pager container tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = ['class' => 'pagination']

web\AssetBundle $css

$css public property List of CSS files that this bundle contains. Each CSS file can be specified in one of the three formats as explained in $js. Note that only a forward slash "/" should be used as directory separator. public array $css = []