TransactionGetMultiResult
in package
Table of Contents
- $entries : array<string|int, mixed>
- $transcoders : array<string|int, mixed>
- content() : mixed
- Returns the content of the document decoded using associated transcoder
- contentAs() : mixed
- Returns the content of the document decoded using custom transcoder
- exists() : bool
- Check if the operation has document for the specific spec index.
Properties
$entries
private
array<string|int, mixed>
$entries
$transcoders
private
array<string|int, mixed>
$transcoders
Methods
content()
Returns the content of the document decoded using associated transcoder
public
content(int $index) : mixed
Parameters
- $index : int
-
the index that corresponds to spec position in request
Tags
Return values
mixed —contentAs()
Returns the content of the document decoded using custom transcoder
public
contentAs(int $index, Transcoder $transcoder[, int|null $overrideFlags = null ]) : mixed
Parameters
- $index : int
- $transcoder : Transcoder
- $overrideFlags : int|null = null
Tags
Return values
mixed —exists()
Check if the operation has document for the specific spec index.
public
exists(int $index) : bool
Parameters
- $index : int
-
the index that corresponds to spec position in request
Tags
Return values
bool —true, if there is a content for $index