queue = $q; } public function setFileEntryRepository(FileEntryRepository $fileEntryRepository) { $this->fileEntryRepository = $fileEntryRepository; } public function setSnapshotRepository(SnapshotRepository $snapshotRepository) { $this->snapshotRepository = $snapshotRepository; } protected function log(string $s) { //echo $s."\n"; //error_log($s); } public function toDescription(): string { return static::class; } }