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

bootstrap\NavBar init()

init() public method Initializes the widget. public void init ( )

data\Sort $separator

$separator public property The character used to separate different attributes that need to be sorted by. public string $separator = ','

mongodb\BatchQueryResult reset()

reset() public method Resets the batch query. This method will clean up the existing batch query so that a new batch query can be performed. public void reset ( )

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.

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.