Documentation

ListOptions
in package

Pagination and metadata mechanism that can be used throughout all list functions.

Tags
see
https://www.vultr.com/api/#section/Introduction/Meta-and-Pagination

Table of Contents

Properties

$currentCursor  : string
$nextCursor  : string
$perPage  : int
$prevCursor  : string
$total  : int

Methods

__construct()  : mixed
getCurrentCursor()  : string
getNextCursor()  : string
getPerPage()  : int
getPrevCursor()  : string
getTotal()  : int
setCurrentCursor()  : void
setNextCursor()  : void
setPerPage()  : void
setPrevCursor()  : void
setTotal()  : void

Properties

Methods

__construct()

public __construct([int $perPage = 50 ]) : mixed
Parameters
$perPage : int = 50

getCurrentCursor()

public getCurrentCursor() : string
Return values
string

getNextCursor()

public getNextCursor() : string
Return values
string

getPerPage()

public getPerPage() : int
Return values
int

getPrevCursor()

public getPrevCursor() : string
Return values
string

getTotal()

public getTotal() : int
Return values
int

setCurrentCursor()

public setCurrentCursor(string $current_cursor) : void
Parameters
$current_cursor : string

setNextCursor()

public setNextCursor(string $next_cursor) : void
Parameters
$next_cursor : string

setPerPage()

public setPerPage(int $per_page) : void
Parameters
$per_page : int

setPrevCursor()

public setPrevCursor(string $prev_cursor) : void
Parameters
$prev_cursor : string

setTotal()

public setTotal(int $total) : void
Parameters
$total : int

        
On this page

Search results