Skip to content

Commit

Permalink
Merge pull request #187 from leevigraham/patch-1
Browse files Browse the repository at this point in the history
Added getCurrentPageOffsetStart() & getCurrentPageOffsetEnd() to docs
  • Loading branch information
Sam Partington committed Jul 18, 2017
2 parents 7d228ca + d0ade62 commit 466d073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ $pagerfanta->hasPreviousPage();
$pagerfanta->getPreviousPage();
$pagerfanta->hasNextPage();
$pagerfanta->getNextPage();
$pagerfanta->getCurrentPageOffsetStart();
$pagerfanta->getCurrentPageOffsetEnd();
```

The `->setMaxPerPage()` and `->setCurrentPage()` methods implement
Expand Down

0 comments on commit 466d073

Please sign in to comment.