DocumentAdditionOrUpdateDetails
in package
implements
TaskDetails
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $indexedDocuments : int|null
- $receivedDocuments : int
Methods
- __construct() : mixed
- fromArray() : self
Properties
$indexedDocuments read-only
public
int|null
$indexedDocuments
$receivedDocuments read-only
public
int
$receivedDocuments
Methods
__construct()
public
__construct(int $receivedDocuments, int|null $indexedDocuments) : mixed
Parameters
- $receivedDocuments : int
- $indexedDocuments : int|null
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>