Class SetOperation - Operation to set a value for an object key.
author |
Fosco Marotto [email protected] |
---|---|
package |
Parse\Internal |
__construct(mixed $value, boolean $isAssociativeArray = false)
mixed
Value to set for this operation.
boolean
If the value should be forced as object.
_apply(mixed $oldValue, mixed $object, string $key) : mixed
mixed
Value prior to this operation.
mixed
Value for this operation.
string
Key to set this value on.
mixed
_encode() : mixed
mixed
_mergeWithPrevious(\Parse\Internal\FieldOperation $previous) : \Parse\Internal\FieldOperation
getValue() : mixed
mixed
Value.
value : mixed
var |
---|
mixed
isAssociativeArray : boolean
var |
---|
boolean