AuditingOutputStrategy.php
getOriginalValue($name)
Get the original of an attribute provided to the initialize method.
OutputStrategy defines the interface for classes that write an object's content to a destination (cal...
Definition: OutputStrategy.php:22
getValueNames($excludeTransient=false)
Get the names of all attributes.
const STATE_DELETED
Definition: PersistentObject.php:28
AuditingOutputStrategy outputs object changes to the logger category AuditingOutputStrategy,...
Definition: AuditingOutputStrategy.php:24
static getInstance($name, $dynamicConfiguration=[])
Definition: ObjectFactory.php:47
PersistentObject defines the interface of all persistent objects.
Definition: PersistentObject.php:23
LogManager is used to retrieve Logger instances.
Definition: LogManager.php:20
writeObject(PersistentObject $obj)
Definition: AuditingOutputStrategy.php:54
ObjectFactory implements the service locator pattern by wrapping a Factory instance and providing sta...
Definition: ObjectFactory.php:24
const STATE_DIRTY
Definition: PersistentObject.php:26
writeFooter()
Definition: AuditingOutputStrategy.php:47
writeHeader()
Definition: AuditingOutputStrategy.php:40