Documentation

Collection
in package
implements CollectionInterface

Interfaces, Classes, Traits and Enums

CollectionInterface

Table of Contents

DEFAULT_NAME  = "_default"
$bucketName  : string
$client  : Client
$name  : string
$scopeName  : string
__construct()  : mixed
binary()  : BinaryCollectionInterface
bucketName()  : string
exists()  : ExistsResult
get()  : GetResult
getAllReplicas()  : array<string|int, mixed>
getAndLock()  : GetResult
getAndTouch()  : GetResult
getAnyReplica()  : GetReplicaResult
insert()  : MutationResult
lookupIn()  : LookupInResult
mutateIn()  : MutateInResult
name()  : string
queryIndexes()  : CollectionQueryIndexManager
remove()  : MutationResult
replace()  : MutationResult
scopeName()  : string
touch()  : MutationResult
unlock()  : Result
upsert()  : MutationResult

Constants

DEFAULT_NAME

public mixed DEFAULT_NAME = "_default"

Properties

Methods

__construct()

public __construct(Client $client, string $bucketName, string $scopeName, string $name) : mixed
Parameters
$client : Client
$bucketName : string
$scopeName : string
$name : string
Return values
mixed

bucketName()

public bucketName() : string
Return values
string

name()

public name() : string
Return values
string

scopeName()

public scopeName() : string
Return values
string

        

Search results