behaviors\TimestampBehavior $updatedAtAttribute

$updatedAtAttribute public property The attribute that will receive timestamp value. Set this property to false if you do not want to record the update time. public string $updatedAtAttribute = 'updated_at'

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 )

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

sphinx\QueryBuilder $conditionBuilders

$conditionBuilders protected property Map of query condition to builder methods. These methods are used by buildCondition() to build SQL conditions from array syntax. protected array $conditionBuilders = ['AND' => 'buildAndCondition', 'OR' => 'buildAndCondition', 'BETWEEN' => 'buildBetweenCondition', 'NOT BETWEEN' => 'buildBetweenCondition', 'IN' => 'buildInCondition', 'NOT IN' => 'buildInCondition', 'LIKE' => 'buildLikeCondition', 'NOT LIKE' => 'buildLikeCondition'

console\controllers\MessageController $overwrite

$overwrite public property Whether the message file should be overwritten with the merged messages public boolean $overwrite = 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