Documentation

NameConverterInterface

Defines the interface for 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
Parameters
$propertyName : string
Return values
string

normalize()

Converts a property name to its normalized value.

public normalize(string $propertyName) : string
Parameters
$propertyName : string
Return values
string

        
On this page

Search results