data\Sort $enableMultiSort

$enableMultiSort public property Whether the sorting can be applied to multiple attributes simultaneously. Defaults to false, which means each time the data can only be sorted by one attribute. public boolean $enableMultiSort = false

db\mysql\QueryBuilder dropForeignKey()

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

elasticsearch\BatchQueryResult current()

current() public method Returns the current dataset. This method is required by the interface Iterator. public mixed current ( )return mixed The current dataset.

web\Request $isGet

$isGet public read-only property Whether this is a GET request. public boolean getIsGet ( )

jui\Selectable begin()

begin() public static method Begins a widget. This method creates an instance of the calling class setting the MODE_BEGIN mode. Any item between begin() and end() which match the filter attribute, will be selectable. It will apply the configuration to the created instance. A matching end() call should be called later. As some widgets may use output buffering, the end() call should be made in the same view to avoid breaking the nesting of output buffers. See also end(). public static stati

caching\Cache madd()

madd() public method Stores multiple items in cache. Each item contains a value identified by a key. If the cache already contains such a key, the existing value and expiration time will be preserved. public boolean madd ( $items, $duration = 0, $dependency = null )$items array The items to be cached, as key-value pairs. $duration integer Default number of seconds in which the cached values will expire. 0 means never expire. $dependency yii\caching\Dependency Dependency of the cached

gii\generators\model\Generator $generateQuery

$generateQuery public property public $generateQuery = false

web\Request $userIP

$userIP public read-only property User IP address, null if not available public string|null getUserIP ( )

gii\generators\model\Generator $baseClass

$baseClass public property public $baseClass = 'yii\db\ActiveRecord'

rest\CreateAction $viewAction

$viewAction public property The name of the view action. This property is need to create the URL when the model is successfully created. public string $viewAction = 'view'