Exemple #1
0
 public function __construct($templatePath)
 {
     parent::__construct();
     $this->packageSupport = new PackageSupport();
     $this->git = new GitWrapper();
     $this->setTemplatePath($templatePath);
 }