Modifiable

Interface for mutable MongoDB objects.

interface Modifiable extends Persistable
Copyright
2015-2016 Appertly
Since
0.5.1
License
Apache-2.0

Instance Methods

Public
ReturnsSignature and Description
ConstMap<string,Map<string,mixed>>

Gets the pending changes.

bool

Whether the object has any changes.

Method Details

getChanges

abstract public function getChanges()

Gets the pending changes.

Returns
TypeDescription
ConstMap<string,Map<string,mixed>>

The pending changes

isDirty

abstract public function isDirty()

Whether the object has any changes.

Returns
TypeDescription
bool

Whether the object has any changes