implements Pha
public string getDbService () Returns the database service used to isolate the transaction
public rollback ([boolean $collect]) Rollbacks active transactions within the manager Collect will remove the transaction
public getRollbackPendent () Check if the transaction manager is registering a shutdown function to clean up pendent transactions
public setRollbackPendent (mixed $rollbackPendent) Set if the transaction manager must register a shutdown function
public setDbService (mixed $service) Sets the database service used to run the isolated transactions
public has () Checks whether the manager has an active transaction
public commit () Commits active transactions within the manager
public getOrCreateTransaction ([mixed $autoBegin]) Create/Returns a new transaction or an existing one
public notifyCommit (P
Page 1 of 2