Shopware\Install\Services\ReleaseDownloader::getCacheFilePath PHP Méthode

getCacheFilePath() private méthode

Return a generic cache file name for a given release
private getCacheFilePath ( $release ) : string
$release
Résultat string
    private function getCacheFilePath($release)
    {
        return $this->cachePath . "/{$release}.zip";
    }