We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
through
1 parent 0dd85c8 commit 1a031bdCopy full SHA for 1a031bd
pagination.md
@@ -352,6 +352,7 @@ Method | Description
352
`$paginator->url($page)` | Get the URL for a given page number.
353
`$paginator->getPageName()` | Get the query string variable used to store the page.
354
`$paginator->setPageName($name)` | Set the query string variable used to store the page.
355
+`$paginator->through($callback)` | Transform each item using a callback.
356
357
<a name="cursor-paginator-instance-methods"></a>
358
## Cursor Paginator Instance Methods
0 commit comments