web\ViewAction resolveViewName()

resolveViewName() protected method Resolves the view name currently being requested. protected string resolveViewName ( )return string The resolved view name throws yii\web\NotFoundHttpException if the specified view name is invalid

validators\PunycodeAsset $js

$js public property public $js = ['punycode.js']

widgets\InputWidget $attribute

$attribute public property The model attribute that this widget is associated with. public string $attribute = null

gii\CodeFile save()

save() public method Saves the code into the file specified by $path. public string|boolean save ( )return string|boolean The error occurred while saving the code file, or true if no error.

rbac\DbManager getAssignment()

getAssignment() public method Returns the assignment information regarding a role and a user. public null|yii\rbac\Assignment getAssignment ( $roleName, $userId )$roleName string The role name $userId string|integer The user ID (see yii\web\User::$id) return null|yii\rbac\Assignment The assignment information. Null is returned if the role is not assigned to the user.

base\Application $name

$name public property The application name. public string $name = 'My Application'

elasticsearch\ElasticsearchTarget $logContext

$logContext public property If true, context will be logged as a separate message after all other messages. public boolean $logContext = true

Fixtures

Defining a Fixture Using Fixtures Defining and Using Global Fixtures Organizing Fixture Classes and Data Files Summary Fixtures format Loading fixtures Unloading fixtures Configure Command Globally Auto-generating fixtures Fixtures are an important part of testing. Their main purpose is to set up the environment in a fixed/known state so that your tests are repeatable and run in an expected way. Yii provides a fixture framework that allows you to define your fixtures precisely and use them eas

jui\Sortable renderItems()

renderItems() public method Renders sortable items as specified on $items. public string renderItems ( )return string The rendering result. throws \yii\jui\InvalidConfigException.

db\ColumnSchemaBuilder buildFirstString()

buildFirstString() protected method (available since version 2.0.8) Builds the first constraint for the column. Defaults to unsupported. protected string buildFirstString ( )return string A string containing the FIRST constraint.