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

cloneRepo() protected method

protected cloneRepo ( string $repoUrl, string $targetDir ) : PHPGit_Repository
$repoUrl string
$targetDir string
return PHPGit_Repository
    protected function cloneRepo($repoUrl, $targetDir)
    {
        return PHPGit_Repository::cloneUrl($repoUrl, $targetDir, false, array('git_executable' => $this->gitExecutable));
    }