Copied!

CamelCase to Underscore name converter.

CloneableInstantiable
Methods
public __construct(?array $attributes = NULL, bool $lowerCamelCase = true)
 
  • param array|null $attributes The list of attributes to rename or null for all attributes
  • param bool $lowerCamelCase Use lowerCamelCase style
public denormalize(string $propertyName) : string
public normalize(string $propertyName) : string
Properties
private ?array $attributes
private bool $lowerCamelCase
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration