debug\Module $dataPath

$dataPath public property The directory storing the debugger data files. This can be specified using a path alias. public string $dataPath = '@runtime/debug'

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

mongodb\file\Collection $database

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

gii\generators\form\Generator $viewPath

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

mongodb\gii\model\Generator $modelClass

$modelClass public property public $modelClass = null

mongodb\Database $connection

$connection public property MongoDB connection. public yii\mongodb\Connection $connection = null

gii\Generator $template

$template public property The name of the code template that the user has selected. The value of this property is internally managed by this class. public string $template = 'default'

db\Connection $attributes

$attributes public property PDO attributes (name => value) that should be set when calling open() to establish a DB connection. Please refer to the PHP manual for details about available attributes. public array $attributes = null

base\Widget $viewPath

$viewPath public read-only property The directory containing the view files for this widget. public string getViewPath ( )

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