chapterId = $chapterId; $this->pageIndex = $pageIndex; $this->totalPages = $totalPages; } public function getChapterId(): int { return $this->chapterId; } public function getPageIndex(): int { return $this->pageIndex; } public function getTotalPages(): int { return $this->totalPages; } }