mongodb\gii\model\Generator $modelClass

$modelClass public property public $modelClass = null

gii\generators\form\Generator $viewPath

$viewPath public property public $viewPath = '@app/views'

mongodb\file\Collection $database

$database public property MongoDB database instance. public yii\mongodb\Database $database = null

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

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

behaviors\SluggableBehavior $slugAttribute

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

base\View endCache()

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

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 $dynamicPlaceholders

$dynamicPlaceholders public property A list of placeholders for embedding dynamic contents. This property is used internally to implement the content caching feature. Do not modify it directly. public array $dynamicPlaceholders = []