bootstrap\Nav run()

run() public method Renders the widget. public void run ( )

db\QueryTrait $offset

$offset public property Zero-based offset from where the records are to be returned. If not set or less than 0, it means starting from the beginning. public integer $offset = null

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

captcha\CaptchaValidator $captchaAction

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

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 = []

rbac\Item $data

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

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

db\ColumnSchemaBuilder $isNotNull

$isNotNull protected property Whether the column is or not nullable. If this is true, a NOT NULL constraint will be added. If this is false, a NULL constraint will be added. protected boolean|null $isNotNull = null

console\controllers\FixtureController needToApplyAll()

needToApplyAll() public method Checks if needed to apply all fixtures. public boolean needToApplyAll ( $fixture )$fixture string