class CamelCaseToSnakeCaseNameConverter implements NameConverterInterface
CamelCase to Underscore name converter.
Methods
__construct(array $attributes = null, bool $lowerCamelCase = true)
string normalize(string $propertyName) Converts a property name to its normalized value.
string denormalize(string $propertyName) Converts a property name to its denormalized value.
Details
__construct(array $attributes = null, bool $lowerCamelCase = true)