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

__construct() 공개 메소드

public __construct ( Symfony\Component\Filesystem\Filesystem $filesystem, $dir, $gitExecutable )
$filesystem Symfony\Component\Filesystem\Filesystem
    public function __construct(Filesystem $filesystem, $dir, $gitExecutable)
    {
        $this->filesystem = $filesystem;
        $this->dir = $dir;
        $this->gitExecutable = $gitExecutable;
        $this->filesystem->mkdir($this->dir);
    }