Class DeleteOperation - FieldOperation to remove a key from an object.
author |
Fosco Marotto [email protected] |
---|---|
package |
Parse\Internal |
_apply(mixed $oldValue, mixed $object, string $key) : null
mixed
Value prior to this operation.
mixed
Unused for this operation type.
string
Key to remove from the target object.
null
_encode() : array
array
Associative array encoding the operation.
_mergeWithPrevious(\Parse\Internal\FieldOperation $previous) : \Parse\Internal\FieldOperation