MiniAsset\AssetScanner::_expandPrefix PHP Метод

_expandPrefix() защищенный Метод

Path resolution hook. Used by framework integrations to add in framework module paths.
protected _expandPrefix ( string $path ) : string
$path string Path to resolve
Результат string resolved path
    protected function _expandPrefix($path)
    {
        return $path;
    }