Knp\Bundle\KnpBundlesBundle\Git\RepoManager::getRepoDir PHP 메소드

getRepoDir() 보호된 메소드

protected getRepoDir ( Bundle $repo ) : string
$repo Knp\Bundle\KnpBundlesBundle\Entity\Bundle
리턴 string
    protected function getRepoDir(BundleEntity $repo)
    {
        return $this->dir . DIRECTORY_SEPARATOR . $repo->getOwnerName() . DIRECTORY_SEPARATOR . $repo->getName();
    }