Methods |
public
|
getReplaceableKeys(
?string $class,
?string $baseClass,
array $path,
): array<string, array{(string|null), ((Closure(mixed $value, SyncStoreInterface|null $store): mixed)|null)}>
|
#
|
public
|
getForSyncStore(): bool
Check if entities should be serialized for an entity store
Check if entities should be serialized for an entity store
Implemented by
|
#
|
public
|
withForSyncStore(?bool $forSyncStore = true): static
Get an instance where entities are serialized for an entity store
Get an instance where entities are serialized for an entity store
Implemented by
|
#
|
public
|
getCanonicalId(): bool
Check if the canonical identifiers of sync entities should be included
when they are serialized
Check if the canonical identifiers of sync entities should be included
when they are serialized
Implemented by
|
#
|
public
|
withCanonicalId(?bool $include = true): static
Get an instance where the canonical identifiers of sync entities are
included when they are serialized
Get an instance where the canonical identifiers of sync entities are
included when they are serialized
Implemented by
|
#
|