Notifies this UnitOfWork of a property change in an entity.
public propertyChanged ( object $entity, string $propertyName, mixed $oldValue, mixed $newValue ) | ||
$entity | object | The entity that owns the property. |
$propertyName | string | The name of the property that changed. |
$oldValue | mixed | The old value of the property. |
$newValue | mixed | The new value of the property. |