Paging extends Model
Table of Contents
- $next : string|null
- from() : static
- Initializing a model from an array
- getNext() : string
- Getter for next
- jsonSerialize() : array<string|int, mixed>
- setNext() : static
- Setter for next
Properties
$next
protected
string|null
$next
= null
Methods
from()
Initializing a model from an array
public
static from(array<string|int, mixed> $params) : static
Parameters
- $params : array<string|int, mixed>
-
Pass this parameter if you want to initial property value from an array. See API reference for all property names and types
Tags
Return values
static —getNext()
Getter for next
public
getNext() : string
Return values
string —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setNext()
Setter for next
public
setNext(string $next) : static
Parameters
- $next : string
Return values
static —To use in method chains