CreateCollectionSettings
in package
Table of Contents
- $history : bool|null
- $maxExpiry : int|null
- __construct() : mixed
- build() : CreateCollectionSettings
- 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 ]) : CreateCollectionSettings
Parameters
- $maxExpiry : int = null
- $history : bool = null
Tags
Return values
CreateCollectionSettings —history()
public
history() : bool|null
Return values
bool|null —maxExpiry()
public
maxExpiry() : int|null