public
|
resolve(ConfigurableInterface $target, ?Ui5Context $ctx = null): Ui5Config
Build an immutable configuration bag for the given target and context.
Build an immutable configuration bag for the given target and context.
Parameters
| $target |
The class decorated with #[Setting(...)] attributes
|
| $ctx |
Runtime context (artifact, tenant, partner, locale). Can be null in tests.
|
Returns
Typed, read-only configuration values keyed by setting key
Implements
|
#
|