AdvancedNameConverterInterface
extends
NameConverterInterface
in
Gives access to the class, the format and the context in the property name converters.
Tags
Table of Contents
Methods
- denormalize() : string
- Converts a property name to its denormalized value.
- normalize() : string
- Converts a property name to its normalized value.
Methods
denormalize()
Converts a property name to its denormalized value.
public
denormalize(string $propertyName[, string $class = null ][, string $format = null ][, array<string|int, mixed> $context = [] ]) : string
Parameters
- $propertyName : string
- $class : string = null
- $format : string = null
- $context : array<string|int, mixed> = []
Return values
stringnormalize()
Converts a property name to its normalized value.
public
normalize(string $propertyName[, string $class = null ][, string $format = null ][, array<string|int, mixed> $context = [] ]) : string
Parameters
- $propertyName : string
- $class : string = null
- $format : string = null
- $context : array<string|int, mixed> = []