File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
class PagerRenderer
26
26
{
27
27
/**
28
- * First page number in the current pages being displayed.
28
+ * First page number in the set of links to be displayed.
29
29
*
30
30
* @var int
31
31
*/
32
32
protected $ first ;
33
33
34
34
/**
35
- * Last page number in the current pages being displayed.
35
+ * Last page number in the set of links to be displayed.
36
36
*
37
37
* @var int
38
38
*/
@@ -382,7 +382,7 @@ public function getNextPage()
382
382
}
383
383
384
384
/**
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.
386
386
*/
387
387
public function getFirstPageNumber (): int
388
388
{
@@ -398,7 +398,7 @@ public function getCurrentPageNumber(): int
398
398
}
399
399
400
400
/**
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.
402
402
*/
403
403
public function getLastPageNumber (): int
404
404
{
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
320
320
getFirstPageNumber() & getLastPageNumber()
321
321
------------------------------------------
322
322
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.
325
325
326
326
.. note :: Unlike `getFirst() & getLast()`_, these methods return the numbers in
327
- the current pages being displayed.
327
+ the set of links to be displayed.
328
328
329
329
getCurrentPageNumber()
330
330
----------------------
You can’t perform that action at this time.
0 commit comments