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\Command $db

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

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.

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\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 ( )

elasticsearch\Command $queryParts

$queryParts public property List of arrays or json strings that become parts of a query public array $queryParts = null

web\Application $session

$session public read-only property The session component. public yii\web\Session getSession ( )

db\ColumnSchema $autoIncrement

$autoIncrement public property Whether this column is auto-incremental public boolean $autoIncrement = false

grid\Column renderHeaderCell()

renderHeaderCell() public method Renders the header cell. public void renderHeaderCell ( )

caching\WinCache getValue()

getValue() protected method Retrieves a value from cache with a specified key. This is the implementation of the method declared in the parent class. protected string|boolean getValue ( $key )$key string A unique key identifying the cached value return string|boolean The value stored in cache, false if the value is not in the cache or expired.