bootstrap\BootstrapAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/bootstrap/dist'

helpers\BaseHtml $voidElements

$voidElements public static property List of void elements (element name => 1) See also http://www.w3.org/TR/html-markup/syntax.html#void-element. public static array $voidElements = ['area' => 1, 'base' => 1, 'br' => 1, 'col' => 1, 'command' => 1, 'embed' => 1, 'hr' => 1, 'img' => 1, 'input' => 1, 'keygen' => 1, 'link' => 1, 'meta' => 1, 'param' => 1, 'source' => 1, 'track' => 1, 'wbr' => 1]

validators\StringValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

console\controllers\AssetController $assetManager

$assetManager public property Asset manager instance. public yii\web\AssetManager getAssetManager ( )public void setAssetManager ( $assetManager )

web\Session $flash

$flash public write-only property The key identifying the flash message. Note that flash messages and normal session variables share the same name space. If you have a normal session variable using the same name, its value will be overwritten by this method. public void setFlash ( $key, $value = true, $removeAfterAccess = true )

i18n\MessageSource $forceTranslation

$forceTranslation public property Whether to force message translation when the source and target languages are the same. Defaults to false, meaning translation is only performed when source and target languages are different. public boolean $forceTranslation = false

console\controllers\MessageController $overwrite

$overwrite public property Whether the message file should be overwritten with the merged messages public boolean $overwrite = true

helpers\BaseConsole restoreCursorPosition()

restoreCursorPosition() public static method Restores the cursor position saved with saveCursorPosition() by sending ANSI control code RCP to the terminal. public static void restoreCursorPosition ( )

helpers\BaseArrayHelper merge()

merge() public static method Merges two or more arrays into one recursively. If each array has an element with the same string key value, the latter will overwrite the former (different from array_merge_recursive). Recursive merging will be conducted if both arrays have an element of array type and are having the same key. For integer-keyed elements, the elements from the latter array will be appended to the former array. You can use yii\helpers\UnsetArrayValue object to unset value from pr

db\Connection $pdo

$pdo public property The PHP PDO instance associated with this DB connection. This property is mainly managed by open() and close() methods. When a DB connection is active, this property will represent a PDO instance; otherwise, it will be null. See also $pdoClass. public PDO $pdo = null