MutateCounterSpec
in package
implements
MutateInSpec
Indicates to increment or decrement a counter value at a path in a document.
Interfaces, Classes and Traits
- MutateInSpec
- MutateInSpec is an interface for providing subdocument mutation operations.
Table of Contents
- __construct() : mixed
Methods
__construct()
public
__construct(string $path, int $delta, bool $isXattr, bool $createPath) : mixed
Parameters
- $path : string
- $delta : int
- $isXattr : bool
- $createPath : bool