/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->filesystem = new Filesystem();
     $this->fileContent = explode("\n", $this->configurationFileContent());
     $this->setTemplates();
 }
 public function __construct()
 {
     parent::__construct();
     $this->filesystem = new Filesystem();
     $this->setConfiguration($this->loadConfiguration());
 }