File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525class PagerRenderer
2626{
2727 /**
28- * First page number in the current pages being displayed.
28+ * First page number in the set of links to be displayed.
2929 *
3030 * @var int
3131 */
3232 protected $ first ;
3333
3434 /**
35- * Last page number in the current pages being displayed.
35+ * Last page number in the set of links to be displayed.
3636 *
3737 * @var int
3838 */
@@ -382,7 +382,7 @@ public function getNextPage()
382382 }
383383
384384 /**
385- * Returns the page number of the first page in the current pages being displayed.
385+ * Returns the page number of the first page in the set of links to be displayed.
386386 */
387387 public function getFirstPageNumber (): int
388388 {
@@ -398,7 +398,7 @@ public function getCurrentPageNumber(): int
398398 }
399399
400400 /**
401- * Returns the page number of the last page in the current pages being displayed.
401+ * Returns the page number of the last page in the set of links to be displayed.
402402 */
403403 public function getLastPageNumber (): int
404404 {
Original file line number Diff line number Diff line change @@ -320,11 +320,11 @@ These methods return the page number for the previous or next pages in relation
320320getFirstPageNumber() & getLastPageNumber()
321321------------------------------------------
322322
323- These methods return the page numbers to the first and last pages in the current pages
324- being displayed.
323+ These methods return the page numbers to the first and last pages in the set of
324+ links to be displayed.
325325
326326.. note :: Unlike `getFirst() & getLast()`_, these methods return the numbers in
327- the current pages being displayed.
327+ the set of links to be displayed.
328328
329329getCurrentPageNumber()
330330----------------------
You can’t perform that action at this time.
0 commit comments