interface NameConverterInterface
Defines the interface for property name converters.
string | normalize(string $propertyName) Converts a property name to its normalized value. | |
string | denormalize(string $propertyName) Converts a property name to its denormalized value. |
Converts a property name to its normalized value.
string | $propertyName |
string |
Converts a property name to its denormalized value.
string | $propertyName |
string |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Serializer/NameConverter/NameConverterInterface.html