Class FieldOperation - Interface for all Parse Field Operations.
author |
Fosco Marotto [email protected] |
---|---|
package |
Parse\Internal |
_apply(mixed $oldValue, mixed $object, string $key) : mixed
mixed
Value prior to this operation.
mixed
Value for this operation.
string
Key to perform this operation on.
mixed
Result of the operation.
_encode() : mixed
mixed
_mergeWithPrevious(\Parse\Internal\FieldOperation $previous) : \Parse\Internal\FieldOperation