| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 52 | public function showPage(int $pageNumber) |
||
| 53 | { |
||
| 54 | // Get the paginator. This will also set the final page number value. |
||
| 55 | $paginator = $this->paginator($pageNumber); |
||
| 56 | // Render the page content. |
||
| 57 | $this->render(); |
||
| 58 | // Render the pagination component. |
||
| 59 | $paginator->render($this->rq()->showPage(je()->rd()->page())); |
||
|
|
|||
| 60 | } |
||
| 71 |