authclient\widgets\AuthChoiceAsset $js

$js public property public $js = ['authchoice.js']

base\View $viewFile

$viewFile public read-only property The view file currently being rendered. False if no view file is being rendered. public string|boolean getViewFile ( )

authclient\clients\Live $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://apis.live.net/v5.0'

widgets\FragmentCache $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. public array $dynamicPlaceholders = null

db\Command $sql

$sql public property The SQL statement to be executed public string getSql ( )public $this setSql ( $sql )

base\Application $layout

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

base\Application setRuntimePath()

setRuntimePath() public method Sets the directory that stores runtime files. public void setRuntimePath ( $path )$path string The directory that stores runtime files.

db\Command $db

$db public property The DB connection that this command is associated with public yii\db\Connection $db = null

base\Application $vendorPath

$vendorPath public property The directory that stores vendor files. Defaults to "vendor" directory under $basePath. public string getVendorPath ( )public void setVendorPath ( $path )

db\ColumnSchema $isPrimaryKey

$isPrimaryKey public property Whether this column is a primary key public boolean $isPrimaryKey = null