$js public property public $js = ['authchoice.js']
$viewFile public read-only property The view file currently being rendered. False if no view file is being rendered. public string|boolean getViewFile ( )
$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://apis.live.net/v5.0'
$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. public array $dynamicPlaceholders = null
$sql public property The SQL statement to be executed public string getSql ( )public $this setSql ( $sql )
$layout public property The layout that should be applied for views in this application. Defaults to 'main'. If this is false, layout will be disabled. public string|boolean $layout = 'main'
setRuntimePath() public method Sets the directory that stores runtime files. public void setRuntimePath ( $path )$path string The directory that stores runtime files.
$db public property The DB connection that this command is associated with public yii\db\Connection $db = null
$vendorPath public property The directory that stores vendor files. Defaults to "vendor" directory under $basePath. public string getVendorPath ( )public void setVendorPath ( $path )
$isPrimaryKey public property Whether this column is a primary key public boolean $isPrimaryKey = null
Page 169 of 633