Documentation

MutateInResult extends MutationResult

Interface for results created by the mutateIn operation.

Table of Contents

cas()  : string|null
Returns the CAS value for the document
content()  : array<string|int, mixed>|null
Returns any value located at the index specified
mutationToken()  : MutationToken|null
Returns the mutation token generated during the mutation

Methods

cas()

Returns the CAS value for the document

public cas() : string|null
Return values
string|null

content()

Returns any value located at the index specified

public content(int $index) : array<string|int, mixed>|null
Parameters
$index : int

the index to retrieve content from

Return values
array<string|int, mixed>|null

Search results