chapterId => pagesDirectory */ public array $stored = []; public function storeChapterImages(string $chapterId, array $localImagePaths): string { $dir = '/fake/pages/' . $chapterId; $this->stored[$chapterId] = $dir; return $dir; } }