builder = $builder; $this->directory = $directory; $this->targetDirectory = $targetDirectory; } public function getBuilder(): Builder { return $this->builder; } public function getDirectory(): string { return $this->directory; } public function getTargetDirectory(): string { return $this->targetDirectory; } }