Defines the interface for property name converters.
- author Kévin Dunglas
AbstractInterface
Methods |
public abstract denormalize(string $propertyName) : string Converts a property name to its denormalized value. |
public abstract normalize(string $propertyName) : string Converts a property name to its normalized value. |