eloquent/pathogen API
Interface

Eloquent\Pathogen\Normalizer\PathNormalizerInterface

interface PathNormalizerInterface

The interface implemented by path normalizers.

Methods

PathInterface normalize(PathInterface $path)

Normalize the supplied path to its most canonical form.

Details

at line 28
public PathInterface normalize(PathInterface $path)

Normalize the supplied path to its most canonical form.

Parameters

PathInterface $path The path to normalize.

Return Value

PathInterface The normalized path.