sphinx\QueryBuilder buildLikeCondition()

buildLikeCondition() public method Creates an SQL expressions with the LIKE operator. public string buildLikeCondition ( $indexes, $operator, $operands, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $operator string The operator to use (e.g. LIKE, NOT LIKE, OR LIKE or OR NOT LIKE) $operands array An array of two or three operands The first operand is the column name. The second operand is a single value or an array of values that column val

gii\generators\form\Generator successMessage()

successMessage() public method Returns the message to be displayed when the newly generated code is saved successfully. Child classes may override this method to customize the message. public string successMessage ( )return string The message to be displayed when the newly generated code is saved successfully.

mongodb\QueryBuilder buildLikeCondition()

buildLikeCondition() public method Creates a Mongo condition, which emulates the LIKE operator. public array buildLikeCondition ( $operator, $operands )$operator string The operator to use $operands array The first operand is the column name. The second operand is a single value that column value should be compared with. return array The generated Mongo condition. throws yii\base\InvalidParamException if wrong number of operands have been given.

web\User loginByCookie()

loginByCookie() protected method Logs in a user by cookie. This method attempts to log in a user using the ID and authKey information provided by the identity cookie. protected void loginByCookie ( )

debug\components\search\matchers\Base hasValue()

hasValue() public method Checks if base value is set public boolean hasValue ( )return boolean If base value is set

console\controllers\MigrateController createMigrationHistoryTable()

createMigrationHistoryTable() protected method Creates the migration history table. protected void createMigrationHistoryTable ( )

base\Model offsetUnset()

offsetUnset() public method Sets the element value at the specified offset to null. This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like unset($model[$offset]). public void offsetUnset ( $offset )$offset mixed The offset to unset element

grid\DataColumn renderDataCellContent()

renderDataCellContent() protected method Renders the data cell content. protected string renderDataCellContent ( $model, $key, $index )$model mixed The data model $key mixed The key associated with the data model $index integer The zero-based index of the data model among the models array returned by yii\grid\GridView::$dataProvider. return string The rendering result

validators\IpValidator getRanges()

getRanges() public method public array getRanges ( )return array The IPv4 or IPv6 ranges that are allowed or forbidden.

console\Controller optionAliases()

optionAliases() public method (available since version 2.0.8) Returns option alias names. Child classes may override this method to specify alias options. See also \yii\console\options($actionID). public array optionAliases ( )return array The options alias names valid for the action where the keys is alias name for option and value is option name.