class PaginationResult (View source)

The PaginationResult class.

Methods

int
getFirst()

Method to get property First

setFirst(int $first)

Method to set property first

int
getLess()

Method to get property Less

setLess(int $less)

Method to set property less

int
getPrevious()

Method to get property Previous

setPrevious(int $previous)

Method to set property previous

array
getLowers()

Method to get property Lowers

setLowers(int $lowers)

Method to set property lowers

$this
addLower(integer $lower)

addLower

int
getCurrent()

Method to get property Current

setCurrent(int $current)

Method to set property current

array
getHighers()

Method to get property Highers

setHighers(int $highers)

Method to set property highers

addHigher(integer $higher)

addHigher

int
getMore()

Method to get property More

setMore(int $more)

Method to set property more

int
getLast()

Method to get property Last

setLast(int $last)

Method to set property last

int
getNext()

Method to get property Next

setNext(int $next)

Method to set property next

array
getPages()

getPages

array
getAll()

getAll

Details

at line line 88
int getFirst()

Method to get property First

Return Value

int

at line line 100
PaginationResult setFirst(int $first)

Method to set property first

Parameters

int $first

Return Value

PaginationResult Return self to support chaining.

at line line 112
int getLess()

Method to get property Less

Return Value

int

at line line 124
PaginationResult setLess(int $less)

Method to set property less

Parameters

int $less

Return Value

PaginationResult Return self to support chaining.

at line line 136
int getPrevious()

Method to get property Previous

Return Value

int

at line line 148
PaginationResult setPrevious(int $previous)

Method to set property previous

Parameters

int $previous

Return Value

PaginationResult Return self to support chaining.

at line line 160
array getLowers()

Method to get property Lowers

Return Value

array

at line line 172
PaginationResult setLowers(int $lowers)

Method to set property lowers

Parameters

int $lowers

Return Value

PaginationResult Return self to support chaining.

at line line 186
$this addLower(integer $lower)

addLower

Parameters

integer $lower

Return Value

$this

at line line 198
int getCurrent()

Method to get property Current

Return Value

int

at line line 210
PaginationResult setCurrent(int $current)

Method to set property current

Parameters

int $current

Return Value

PaginationResult Return self to support chaining.

at line line 222
array getHighers()

Method to get property Highers

Return Value

array

at line line 234
PaginationResult setHighers(int $highers)

Method to set property highers

Parameters

int $highers

Return Value

PaginationResult Return self to support chaining.

at line line 248
PaginationResult addHigher(integer $higher)

addHigher

Parameters

integer $higher

Return Value

PaginationResult

at line line 260
int getMore()

Method to get property More

Return Value

int

at line line 272
PaginationResult setMore(int $more)

Method to set property more

Parameters

int $more

Return Value

PaginationResult Return self to support chaining.

at line line 284
int getLast()

Method to get property Last

Return Value

int

at line line 296
PaginationResult setLast(int $last)

Method to set property last

Parameters

int $last

Return Value

PaginationResult Return self to support chaining.

at line line 308
int getNext()

Method to get property Next

Return Value

int

at line line 320
PaginationResult setNext(int $next)

Method to set property next

Parameters

int $next

Return Value

PaginationResult Return self to support chaining.

at line line 332
array getPages()

getPages

Return Value

array

at line line 361
array getAll()

getAll

Return Value

array