Skip to content

Commit

Permalink
Add additional information according to Paginator Contract
Browse files Browse the repository at this point in the history
Added: firstItem & lastItem.
This is important information as subtitution of getFrom and getTo.
  • Loading branch information
ifaniqbal committed May 12, 2015
1 parent 9c51db1 commit fc596e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ You may also access additional pagination information via the following methods:
- `hasMorePages`
- `url`
- `nextPageUrl`
- `firstItem`
- `lastItem`
- `total`
- `count`

Expand Down

0 comments on commit fc596e4

Please sign in to comment.