Modifiable
Interface for mutable MongoDB objects.
Instance Methods
| Returns | Signature and Description |
|---|---|
ConstMap<string,Map<string,mixed>> | Gets the pending changes. |
bool | isDirty()Whether the object has any changes. |
Method Details
getChanges
abstract public function
getChanges()Gets the pending changes.
| Type | Description |
|---|---|
ConstMap<string,Map<string,mixed>> | The pending changes |
isDirty
abstract public function
isDirty()Whether the object has any changes.
| Type | Description |
|---|---|
bool | Whether the object has any changes |