db\BaseActiveRecord unlinkAll()

unlinkAll() public method Destroys the relationship in current model. The model with the foreign key of the relationship will be deleted if $delete is true. Otherwise, the foreign key will be set null and the model will be saved without validation. Note that to destroy the relationship without removing records make sure your keys can be set to null public void unlinkAll ( $name, $delete = false )$name string The case sensitive name of the relationship, e.g. orders for a relation defined

console\controllers\MigrateController $templateFile

$templateFile public property The template file for generating new migrations. This can be either a path alias (e.g. "@app/migrations/template.php") or a file path. The template file for generating new migrations. This can be either a path alias (e.g. "@app/migrations/template.php") or a file path. public string $templateFile = '@yii/views/migration.php'

elasticsearch\Command setMapping()

setMapping() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html. public mixed setMapping ( $index, $type, $mapping, $options = [] )$index string $type string $mapping string|array $options array

sphinx\MatchBuilder buildZoneMatch()

buildZoneMatch() public method Create MATCH expressions for zones. public string buildZoneMatch ( $operator, $operands, &$params )$operator string The operator which is used for Create Match expressions $operands array The Match expressions $params return string The MATCH expression

db\IntegrityException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

db\oci\QueryBuilder dropIndex()

dropIndex() public method Builds a SQL statement for dropping an index. public string dropIndex ( $name, $table )$name string The name of the index to be dropped. The name will be properly quoted by the method. $table string The table whose index is to be dropped. The name will be properly quoted by the method. return string The SQL statement for dropping an index.

base\InvalidParamException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

db\SchemaBuilderTrait boolean()

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

sphinx\MatchBuilder $matchBuilders

$matchBuilders protected property Map of MATCH keywords to builder methods. These methods are used by buildMatch() to build MATCH expression from array syntax. protected array $matchBuilders = ['AND' => 'buildAndMatch', 'OR' => 'buildAndMatch', 'IGNORE' => 'buildIgnoreMatch', 'PROXIMITY' => 'buildProximityMatch', 'MAYBE' => 'buildMultipleMatch', 'SENTENCE' => 'buildMultipleMatch', 'PARAGRAPH' => 'buildMultipleMatch', 'ZONE' => 'buildZoneMatch', 'ZONESPAN' => 'bui

db\SchemaBuilderTrait integer()

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