Documentation

AdvancedNameConverterInterface extends NameConverterInterface

Gives access to the class, the format and the context in the property name converters.

Tags
author

Kévin Dunglas dunglas@gmail.com

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
string

normalize()

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> = []
Return values
string

        
On this page

Search results