web\Controller $actionParams

$actionParams public property The parameters bound to the current action. public array $actionParams = []

web\User $enableAutoLogin

$enableAutoLogin public property Whether to enable cookie-based login. Defaults to false. Note that this property will be ignored if $enableSession is false. public boolean $enableAutoLogin = false

web\View $assetManager

$assetManager public property The asset manager. Defaults to the "assetManager" application component. public yii\web\AssetManager getAssetManager ( )public void setAssetManager ( $value )

widgets\DetailView $template

$template public property The template used to render a single attribute. If a string, the token {label} and {value} will be replaced with the label and the value of the corresponding attribute. If a callback (e.g. an anonymous function), the signature must be as follows: function ($attribute, $index, $widget) where $attribute refer to the specification of the attribute being rendered, $index is the zero-based index of the attribute in the $attributes array, and $widget refers to this widg

db\DataReader getIsClosed()

getIsClosed() public method Whether the reader is closed or not. public boolean getIsClosed ( )return boolean Whether the reader is closed or not.

web\ErrorHandler $previousExceptionView

$previousExceptionView public property The path of the view file for rendering previous exceptions. public string $previousExceptionView = '@yii/views/errorHandler/previousException.php'

behaviors\AttributeBehavior $skipUpdateOnClean

$skipUpdateOnClean public property (available since version 2.0.8) Whether to skip this behavior when the $owner has not been modified public boolean $skipUpdateOnClean = true

test\InitDbFixture load()

load() public method Loads the fixture. This method is called before performing every test method. You should override this method with concrete implementation about how to set up the fixture. public void load ( )

redis\Session $useCustomStorage

$useCustomStorage public read-only property Whether to use custom storage. public boolean getUseCustomStorage ( )

widgets\BaseListView $showOnEmpty

$showOnEmpty public property Whether to show the list view if $dataProvider returns no data. public boolean $showOnEmpty = false