Knp\Bundle\KnpBundlesBundle\Git\RepoManager::getRepoDir PHP Méthode

getRepoDir() protected méthode

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