$dataPath public property The directory storing the debugger data files. This can be specified using a path alias. public string $dataPath = '@runtime/debug'
$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
$database public property MongoDB database instance. public yii\mongodb\Database $database = null
$viewPath public property public $viewPath = '@app/views'
$modelClass public property public $modelClass = null
$connection public property MongoDB connection. public yii\mongodb\Connection $connection = null
$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'
$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
$viewPath public read-only property The directory containing the view files for this widget. public string getViewPath ( )
$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 = []
Page 100 of 633