rbac\ManagerInterface assign()

assign() public abstract method Assigns a role to a user. public abstract yii\rbac\Assignment assign ( $role, $userId )$role yii\rbac\Role $userId string|integer The user ID (see yii\web\User::$id) return yii\rbac\Assignment The role assignment information. throws Exception if the role has already been assigned to the user

authclient\OAuth2 $clientId

$clientId public property OAuth client ID. public string $clientId = null

filters\auth\QueryParamAuth $tokenParam

$tokenParam public property The parameter name for passing the access token public string $tokenParam = 'access-token'

web\ResponseFormatterInterface format()

format() public abstract method Formats the specified response. public abstract void format ( $response )$response yii\web\Response The response to be formatted.

web\JqueryAsset $js

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

elasticsearch\Connection getClusterState()

getClusterState() public method public void getClusterState ( )

debug\Module resetGlobalSettings()

resetGlobalSettings() protected method Resets potentially incompatible global settings done in app config. protected void resetGlobalSettings ( )

db\ColumnSchema $defaultValue

$defaultValue public property Default value of this column public mixed $defaultValue = null

mongodb\QueryBuilder aggregate()

aggregate() public method Generates 'aggregate' command. public array aggregate ( $collectionName, $pipelines, $options = [] )$collectionName string Collection name $pipelines array List of pipeline operators. $options array Optional parameters. return array Command document.

db\Schema $schemaNames

$schemaNames public read-only property All schema names in the database, except system schemas. public string[] getSchemaNames ( $refresh = false )