sphinx\QueryBuilder buildSimpleCondition()

buildSimpleCondition() public method Creates an SQL expressions like "column" operator value. public string buildSimpleCondition ( $indexes, $operator, $operands, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $operator string The operator to use. Anything could be used e.g. >, <=, etc. $operands array Contains two column names. $params array The binding parameters to be populated return string The generated SQL expression throws

web\Request $csrfCookie

$csrfCookie public property The configuration for creating the CSRF cookie. This property is used only when both $enableCsrfValidation and $enableCsrfCookie are true. public array $csrfCookie = ['httpOnly' => true]

web\Response $acceptMimeType

$acceptMimeType public property The MIME type (e.g. application/json) from the request ACCEPT header chosen for this response. This property is mainly set by yii\filters\ContentNegotiator. public string $acceptMimeType = null

base\Application $controller

$controller public property The currently active controller instance public yii\base\Controller $controller = null

log\Dispatcher $flushInterval

$flushInterval public property How many messages should be logged before they are sent to targets. This method returns the value of yii\log\Logger::$flushInterval. public integer getFlushInterval ( )public void setFlushInterval ( $value )

db\SchemaBuilderTrait date()

date() public method (available since version 2.0.6) Creates a date column. public yii\db\ColumnSchemaBuilder date ( )return yii\db\ColumnSchemaBuilder The column instance which can be further customized.

db\SchemaBuilderTrait string()

string() public method (available since version 2.0.6) Creates a string column. public yii\db\ColumnSchemaBuilder string ( $length = null )$length integer Column size definition i.e. the maximum string length. This parameter will be ignored if not supported by the DBMS. return yii\db\ColumnSchemaBuilder The column instance which can be further customized.

db\Migration truncateTable()

truncateTable() public method Builds and executes a SQL statement for truncating a DB table. public void truncateTable ( $table )$table string The table to be truncated. The name will be properly quoted by the method.

validators\EachValidator validateAttribute()

validateAttribute() public method Validates a single attribute. Child classes must implement this method to provide the actual validation logic. public void validateAttribute ( $model, $attribute )$model yii\base\Model The data model to be validated $attribute string The name of the attribute to be validated.

bootstrap\Nav isChildActive()

isChildActive() protected method Check to see if a child item is active optionally activating the parent. protected array isChildActive ( $items, &$active )$items array @see items $active boolean Should the parent be active too return array @see items