implements |
BackedEnum |
|---|
Represents the applicability level (scope) of a setting.
Resolution follows a strict precedence chain: USER (4) > TEAM (3) > APP (2) > TENANT (1)
Settings with a higher scope value override those with a lower value.
| Cases | |
|---|---|
Installation = 0
|
# |
Tenant = 1
|
# |
App = 2
|
# |
Team = 3
|
# |
User = 4
|
# |
| Methods | ||
|---|---|---|
public
|
label(): string
|
# |
public
|
overrides(SettingScope $other): bool
|
# |