public function __construct(FileInfo $srcDir, FileInfo $xmlDir) { $this->xmlDir = $xmlDir; $this->srcDir = $srcDir; $this->initCollections(); }