BinaryCollection
in package
implements
BinaryCollectionInterface
Interfaces, Classes, Traits and Enums
Table of Contents
- $bucketName : string
- $client : Client
- $name : string
- $scopeName : string
- append() : MutationResult
- decrement() : CounterResult
- increment() : CounterResult
- name() : string
- prepend() : MutationResult
Properties
$bucketName
private
string
$bucketName
$client
private
Client
$client
$name
private
string
$name
$scopeName
private
string
$scopeName
Methods
append()
public
append(string $key, string $value[, AppendOptions $options = null ]) : MutationResult
Parameters
- $key : string
- $value : string
- $options : AppendOptions = null
Tags
Return values
MutationResult —decrement()
public
decrement(string $key[, DecrementOptions $options = null ]) : CounterResult
Parameters
- $key : string
- $options : DecrementOptions = null
Tags
Return values
CounterResult —increment()
public
increment(string $key[, IncrementOptions $options = null ]) : CounterResult
Parameters
- $key : string
- $options : IncrementOptions = null
Tags
Return values
CounterResult —name()
public
name() : string
Return values
string —prepend()
public
prepend(string $key, string $value[, PrependOptions $options = null ]) : MutationResult
Parameters
- $key : string
- $value : string
- $options : PrependOptions = null