public function __construct($options = array())
 {
     parent::__construct($options);
     $this->exportFiles = $options["exportFiles"];
     $this->exportClean = $options["exportClean"];
     $this->patternPaths = $options["patternPaths"];
 }
 public function __construct($options = array())
 {
     parent::__construct($options);
     $this->lineageMatch = html_entity_decode(Config::getOption("lineageMatch"), ENT_QUOTES);
     $this->lineageMatchKey = Config::getOption("lineageMatchKey");
 }
 public function __construct($options = array())
 {
     parent::__construct($options);
 }