FetchOptions
in package
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$after read-only
public
string|null
$after
= null
$before read-only
public
string|null
$before
= null
$limit read-only
public
int
$limit
= 50
Methods
__construct()
public
__construct([string|null $before = null ][, string|null $after = null ][, int $limit = 50 ]) : mixed
Parameters
- $before : string|null = null
- $after : string|null = null
- $limit : int = 50