abstract |
|---|
Base class for all configurable UI5 handlers and providers.
Provides read-only, virtual properties for settings declared via #[Setting] attributes.
Settings are injected once by the framework before execution and must not be mutated afterwards.
| Methods | ||
|---|---|---|
final
public
|
injectSettings(array<string, mixed> $values): void
|
# |
final
public
|
__get(string $name): mixed
|
# |