Kdyby\Translation\Caching\PhpFileStorage::getCacheFile PHP 메소드

getCacheFile() 보호된 메소드

Returns file name.
protected getCacheFile ( $key ) : string
리턴 string
    protected function getCacheFile($key)
    {
        return parent::getCacheFile(substr_replace($key, trim(strtr($this->hint, '\\/@', '.._'), '.') . '-', strpos($key, Nette\Caching\Cache::NAMESPACE_SEPARATOR) + 1, 0)) . '.php';
    }