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';
    }