TxnKVOperation

Holds operation to apply to the key/value store inside a transaction

package

Default

Methods

TxnKVOperation constructor

__construct( $txnKVOperation = null) 

Arguments

$txnKVOperation

mixed | null

getFlags

getFlags() : integer

Response

integer

getIndex

getIndex() : integer

Response

integer

getKey

getKey() : string

Response

string

getSession

getSession() : string

Response

string

getType

getType() : string

Response

string

getValue

getValue() : string

Response

string

setFlags

setFlags( $flags) : $this

Arguments

$flags

integer

Response

$this

setIndex

setIndex( $index) : $this

Arguments

$index

integer

Response

$this

setKey

setKey( $key) : $this

Arguments

$key

string

Response

$this

setSession

setSession( $session) : $this

Arguments

$session

string

Response

$this

setType

setType( $type) : $this

Arguments

$type

string

Response

$this

setValue

setValue( $value) : $this

Arguments

$value

string

Response

$this