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

cloneRepo() 보호된 메소드

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