CamelCase to Underscore name converter.
- author Kévin Dunglas
- author Aurélien Pillevesse
CloneableInstantiable
Constants |
public Symfony Require all properties to be written in snake_case. |
Methods |
public __construct(?array $attributes = NULL, bool $lowerCamelCase = true)
|
public denormalize(string $propertyName) : string
|
public normalize(string $propertyName) : string
|
Properties |
private ?array $attributes |
private bool $lowerCamelCase |