AdvancedNameConverterInterface
interface AdvancedNameConverterInterface implementsNameConverterInterface
Gives access to the class, the format and the context in the property name converters.
Methods
string
normalize(string$propertyName,string$class =null,string$format =null,array$context =[])
Converts a property name to its normalized value.
string
denormalize(string$propertyName,string$class =null,string$format =null,array$context =[])
Converts a property name to its denormalized value.