$first
$first : integer
First page number.
Class PagerRenderer
This class is passed to the view that describes the pagination, and is used to get the link information and provide utility methods needed to work with pagination.
setSurroundCount(integer|null $count = null) : \CodeIgniter\Pager\PagerRenderer
Sets the total number of links that should appear on either side of the current page. Adjusts the first and last counts to reflect it.
integer|null | $count |
Loading…