final |
|---|
readonly |
Frozen, serializable registry of entity set resolver bindings.
On both cold and warm boot, the ResolverMap drives resolver creation: it iterates its bindings, calls createResolver() on each, and binds the result to the corresponding entity set in the RuntimeSchemaBuilder.
| Methods | ||
|---|---|---|
public
|
__construct(array<string, ResolverBindingInterface> $bindings)
|
# |
public
|
applyTo(RuntimeSchemaBuilderInterface $builder): void
|
# |
public
|
getBindings(): array<string, ResolverBindingInterface>
|
# |