Gives access to the class, the format and the context in the property name converters.
- author Kévin Dunglas
- deprecated since Symfony 7.2, use NameConverterInterface instead
AbstractInterface
Methods |
public abstract denormalize(string $propertyName, ?string $class = NULL, ?string $format = NULL, array $context = []) : string |
public abstract normalize(string $propertyName, ?string $class = NULL, ?string $format = NULL, array $context = []) : string |