elasticsearch\Connection getNodeInfo()

getNodeInfo() public method public void getNodeInfo ( )

validators\Validator $except

$except public property Scenarios that the validator should not 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 $except = []

bootstrap\ButtonGroup run()

run() public method Renders the widget. public void run ( )

db\sqlite\QueryBuilder addPrimaryKey()

addPrimaryKey() public method Builds a SQL statement for adding a primary key constraint to an existing table. public string addPrimaryKey ( $name, $table, $columns )$name string The name of the primary key constraint. $table string The table that the primary key constraint will be added to. $columns string|array Comma separated string or array of columns that the primary key will consist of. return string The SQL statement for adding a primary key constraint to an existing table

authclient\widgets\GooglePlusButton getCallback()

getCallback() public method public string getCallback ( )return string Callback JavaScript function name.

debug\models\search\Debug $mailCount

$mailCount public property Total mail count attribute input search value public integer $mailCount = null

bootstrap\Alert run()

run() public method Renders the widget. public void run ( )

authclient\widgets\AuthChoice $clientOptions

$clientOptions public property Additional options to be passed to the underlying JS plugin. public array $clientOptions = []

debug\models\search\Debug $sqlCount

$sqlCount public property Sql count attribute input search value public integer $sqlCount = null

sphinx\QueryBuilder buildNotCondition()

buildNotCondition() public method Inverts an SQL expressions with NOT operator. public string buildNotCondition ( $indexes, $operator, $operands, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $operator string The operator to use for connecting the given operands $operands array The SQL expressions to connect. $params array The binding parameters to be populated return string The generated SQL expression throws yii\base\InvalidParamExce