mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #6864 from 3Dgoo/patch-1
Fixing pagination api doc typo
This commit is contained in:
commit
9315ac2442
@ -270,7 +270,7 @@ class PaginatedList extends SS_ListDecorator {
|
|||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* @param int $context The number of pages to display around the current
|
* @param int $context The number of pages to display around the current
|
||||||
* page. The number should be event, as half the number of each pages
|
* page. The number should be even, as half the number of each pages
|
||||||
* are displayed on either side of the current one.
|
* are displayed on either side of the current one.
|
||||||
* @return SS_List
|
* @return SS_List
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user