db\Query $selectOption

$selectOption public property Additional option that should be appended to the 'SELECT' keyword. For example, in MySQL, the option 'SQL_CALC_FOUND_ROWS' can be used. public string $selectOption = null

db\oci\Schema init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

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