Knp\Bundle\KnpBundlesBundle\Git\RepoManager::getRepoDir PHP Method

getRepoDir() protected method

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