Pagination
class Pagination (View source)
Methods
__construct(int $next, int $previous, int $total, int $perPage, int $current, Collection $data)
No description
int
next()
No description
bool
hasNext()
No description
int
perPage()
No description
int
previous()
No description
bool
hasPrevious()
No description
int
current()
No description
Collection
items()
No description
int
total()
No description
Details
__construct(int $next, int $previous, int $total, int $perPage, int $current, Collection $data)
No description
int
next()
No description
bool
hasNext()
No description
int
perPage()
No description
int
previous()
No description
bool
hasPrevious()
No description
int
current()
No description
Collection
items()
No description
int
total()
No description