Neos\Flow\Reflection\ReflectionService::getPrecompiledReflectionStoragePath PHP 메소드

getPrecompiledReflectionStoragePath() 보호된 메소드

Determines the path to the precompiled reflection data.
    protected function getPrecompiledReflectionStoragePath()
    {
        return Files::concatenatePaths([$this->environment->getPathToTemporaryDirectory(), 'PrecompiledReflectionData/']) . '/';
    }
ReflectionService