Normalizer implements INormalizer
Normalize Locations names for search and mapping purposes.
Class Normalizer
Table of Contents
Interfaces
- INormalizer
- Interface for location names normalizers Interface INormalizer
Methods
- __construct() : mixed
- Normalizer constructor.
- normalize() : string
Methods
__construct()
Normalizer constructor.
public
__construct(array<string|int, INormalizer> $normalizers) : mixed
Parameters
- $normalizers : array<string|int, INormalizer>
normalize()
public
normalize(string $string) : string
Parameters
- $string : string