currentPage = $currentPage; $this->pages = $pages; $this->pageSize = $pageSize; } public function getCurrentPage(): int { return $this->currentPage; } public function getPages(): int { return $this->pages; } public function getPageSize(): int { return $this->pageSize; } }