$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
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 ( )
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
$clientId public property OAuth client ID. public string $clientId = null
$tokenParam public property The parameter name for passing the access token public string $tokenParam = 'access-token'
format() public abstract method Formats the specified response. public abstract void format ( $response )$response yii\web\Response The response to be formatted.
$js public property public $js = ['jquery.js']
getClusterState() public method public void getClusterState ( )
resetGlobalSettings() protected method Resets potentially incompatible global settings done in app config. protected void resetGlobalSettings ( )
$defaultValue public property Default value of this column public mixed $defaultValue = null
Page 76 of 633