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.

web\Request $securePort

$securePort public property Port number for secure requests. public integer getSecurePort ( )public void setSecurePort ( $value )

web\Cookie $secure

$secure public property Whether cookie should be sent via secure connection public boolean $secure = false

widgets\BaseListView init()

init() public method Initializes the view. public void init ( )

caching\MemCache getMemcache()

getMemcache() public method Returns the underlying memcache (or memcached) object. public \Memcache|\Memcached getMemcache ( )return \Memcache|\Memcached The memcache (or memcached) object used by this cache component. throws yii\base\InvalidConfigException if memcache or memcached extension is not loaded

widgets\Pjax init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

behaviors\SluggableBehavior $ensureUnique

$ensureUnique public property Whether to ensure generated slug value to be unique among owner class records. If enabled behavior will validate slug uniqueness automatically. If validation fails it will attempt generating unique slug value from based one until success. public boolean $ensureUnique = false

base\Event $data

$data public property The data that is passed to yii\base\Component::on() when attaching an event handler. Note that this varies according to which event handler is currently executing. public mixed $data = null

sphinx\gii\model\Generator rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s