\Phug\CompilerNormalizerInterface

Interface NormalizerInterface.

An interface for paths normalization.

Locators implementing this interface can customize the path normalization on resolving file paths.

Summary

Methods
Constants
normalize()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

normalize()

normalize(string  $path) : string

Normalize the string of a relative or absolute path.

Parameters

string $path

the path to normalize.

Returns

string