UnitOfWork.php Table of Contents Classes UnitOfWorkThe UnitOfWork is responsible for tracking changes to objects during an "object-level" transaction and for writing out changes to the database in the correct order. ×