MyBuilder\Conductor\PackageZipper::getZipPath PHP Метод

getZipPath() приватный Метод

private getZipPath ( $packageName, $version )
    private function getZipPath($packageName, $version)
    {
        return $this->zipsPath . DIRECTORY_SEPARATOR . str_replace("/", '_', $packageName) . '_' . $version . '.zip';
    }