UpdateCollectionSettings
in package
Table of Contents
- $history : bool|null
- $maxExpiry : int|null
- __construct() : mixed
- build() : UpdateCollectionSettings
- export() : array<string|int, mixed>
- history() : bool|null
- maxExpiry() : int|null
Properties
$history
private
bool|null
$history
$maxExpiry
private
int|null
$maxExpiry
Methods
__construct()
public
__construct([int $maxExpiry = null ][, bool $history = null ]) : mixed
Parameters
- $maxExpiry : int = null
- $history : bool = null
Tags
Return values
mixed —build()
public
static build([int $maxExpiry = null ][, bool $history = null ]) : UpdateCollectionSettings
Parameters
- $maxExpiry : int = null
- $history : bool = null
Tags
Return values
UpdateCollectionSettings —export()
public
static export(UpdateCollectionSettings $settings) : array<string|int, mixed>
Parameters
- $settings : UpdateCollectionSettings
Return values
array<string|int, mixed> —history()
public
history() : bool|null
Return values
bool|null —maxExpiry()
public
maxExpiry() : int|null