\Vegas\PaginatorPage

Class Page

Represents page from paginator

Summary

Methods
Properties
Constants
No public methods found
$total_pages
$before
$current
$next
$items
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$total_pages

$total_pages : integer

Number of total pages

Type

integer

$before

$before : integer

Number of previous page

Type

integer

$current

$current : integer

Number of current page

Type

integer

$next

$next : integer

Number of next page

Type

integer

$items

$items : \Vegas\Paginator\array()|\Iterator

Pagination items

Type

\Vegas\Paginator\array()|\Iterator