FluidTYPO3\Flux\View\ExposedTemplateView::resolveFileNamePath PHP Метод

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

Wrapper method to make the static call to GeneralUtility mockable in tests
protected resolveFileNamePath ( string $pathAndFilename ) : string
$pathAndFilename string
Результат string absolute pathAndFilename
    protected function resolveFileNamePath($pathAndFilename)
    {
        return '/' !== $pathAndFilename[0] ? GeneralUtility::getFileAbsFileName($pathAndFilename) : $pathAndFilename;
    }