final class ProxyAwareObjectNormalizer extends ObjectNormalizer (View source)

An implementation of the ObjectNormalizer that supports Flow proxy classes

Flow issue {https://github.com/neos/flow-development-collection/issues/3076#issuecomment-1790701913}

Methods

getConstructor(array $data, string $class, array $context, ReflectionClass $reflectionClass, array<string|int, mixed>|bool $allowedAttributes)

No description

bool
hasCacheableSupportsMethod()

No description

Details

protected ReflectionMethod|null getConstructor(array $data, string $class, array $context, ReflectionClass $reflectionClass, array<string|int, mixed>|bool $allowedAttributes)

No description

Parameters

array $data
string $class
array $context
ReflectionClass $reflectionClass
array<string|int, mixed>|bool $allowedAttributes

Return Value

ReflectionMethod|null

bool hasCacheableSupportsMethod()

No description

Return Value

bool