web\Request setRawBody()

setRawBody() public method Sets the raw HTTP request body, this method is mainly used by test scripts to simulate raw HTTP requests. public void setRawBody ( $rawBody )$rawBody string The request body

base\View endCache()

endCache() public method Ends fragment caching. public void endCache ( )

behaviors\SluggableBehavior $slugAttribute

$slugAttribute public property The attribute that will receive the slug value public string $slugAttribute = 'slug'

bootstrap\Tabs $dropdownClass

$dropdownClass public property (available since version 2.0.7) Name of a class to use for rendering dropdowns withing this widget. Defaults to yii\bootstrap\Dropdown. public string $dropdownClass = 'yii\bootstrap\Dropdown'

db\pgsql\QueryBuilder batchInsert()

batchInsert() public method Generates a batch INSERT SQL statement. For example, $sql = $queryBuilder->batchInsert('user', ['name', 'age'], [ ['Tom', 30], ['Jane', 20], ['Linda', 25], ]); Note that the values in each row must match the corresponding column names. The method will properly escape the column names, and quote the values to be inserted. public string batchInsert ( $table, $columns, $rows )$table string The table that new rows will be inserted into. $columns a

rbac\Item $data

$data public property The additional data associated with this item public mixed $data = null

widgets\BaseListView $options

$options public property The HTML attributes for the container tag of the list view. The "tag" element specifies the tag name of the container element and defaults to "div". See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

captcha\CaptchaValidator $captchaAction

$captchaAction public property The route of the controller action that renders the CAPTCHA image. public string $captchaAction = 'site/captcha'

rbac\PhpManager assign()

assign() public method Assigns a role to a user. public yii\rbac\Assignment assign ( $role, $userId )$role yii\rbac\Role $userId string|integer The user ID (see yii\web\User::$id) return yii\rbac\Assignment The role assignment information. throws Exception if the role has already been assigned to the user

caching\MemCacheServer $port

$port public property Memcache server port public integer $port = 11211