Documentation

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

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
since
4.3.0
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
since
4.3.0
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
since
4.3.0
Return values
bool

true, if there is a content for $index


        

Search results