web\View $assetBundles

$assetBundles public property List of the registered asset bundles. The keys are the bundle names, and the values are the registered yii\web\AssetBundle objects. See also registerAssetBundle(). public yii\web\AssetBundle[] $assetBundles = []

bootstrap\ActiveField $inline

$inline public property Whether to render checkboxList() and radioList() inline. public boolean $inline = false

web\SessionIterator key()

key() public method Returns the key of the current array element. This method is required by the interface Iterator. public mixed key ( )return mixed The key of the current array element

web\Request $bodyParams

$bodyParams public property The request parameters given in the request body. public array getBodyParams ( )public void setBodyParams ( $values )

debug\Panel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view

debug\TimelineAsset $css

$css public property public $css = ['timeline.css']

test\ArrayFixture load()

load() public method Loads the fixture. The default implementation simply stores the data returned by getData() in $data. You should usually override this method by putting the data into the underlying database. public void load ( )

web\UrlManager addRules()

addRules() public method Adds additional URL rules. This method will call buildRules() to parse the given rule declarations and then append or insert them to the existing $rules. Note that if $enablePrettyUrl is false, this method will do nothing. public void addRules ( $rules, $append = true )$rules array The new rules to be added. Each array element represents a single rule declaration. Please refer to $rules for the acceptable rule format. $append boolean Whether to add the new rule

validators\Validator addError()

addError() public method Adds an error about the specified attribute to the model object. This is a helper method that performs message selection and internationalization. public void addError ( $model, $attribute, $message, $params = [] )$model yii\base\Model The data model being validated $attribute string The attribute being validated $message string The error message $params array Values for the placeholders in the error message

web\Request $baseUrl

$baseUrl public property The relative URL for the application public string getBaseUrl ( )public void setBaseUrl ( $value )