Gc\Mvc\Resolver\AssetAliasPathStack::normalizePath PHP Méthode

normalizePath() protected méthode

Normalize a path for insertion in the stack
protected normalizePath ( string $path ) : string
$path string Path to normalize
Résultat string
    protected function normalizePath($path)
    {
        return rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
    }