Transaction.php
getObjects()
Get all objects currently involved in the transaction.
attach(PersistentObject $object)
Attach an object to the transaction.
begin()
Set the transaction active (object changes will be recorded).
ObjectId is the unique identifier of an object.
Definition: ObjectId.php:28
PersistentObject defines the interface of all persistent objects.
Definition: PersistentObject.php:23
Transaction implements the Unit of Work pattern as it defines the interface for maintaining a list of...
Definition: Transaction.php:21