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

__construct() public méthode

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);
    }