Mvc\Model\Transaction\Manager

implements Pha

2016-10-16 09:55:00
Mvc\Model\Transaction\Manager::getDbService

public string getDbService () Returns the database service used to isolate the transaction

2016-10-16 09:55:00
Mvc\Model\Transaction\Manager::rollback

public rollback ([boolean $collect]) Rollbacks active transactions within the manager Collect will remove the transaction

2016-10-16 09:55:02
Mvc\Model\Transaction\Manager::getRollbackPendent

public getRollbackPendent () Check if the transaction manager is registering a shutdown function to clean up pendent transactions

2016-10-16 09:55:01
Mvc\Model\Transaction\Manager::setRollbackPendent

public setRollbackPendent (mixed $rollbackPendent) Set if the transaction manager must register a shutdown function

2016-10-16 09:55:02
Mvc\Model\Transaction\Manager::setDbService

public setDbService (mixed $service) Sets the database service used to run the isolated transactions

2016-10-16 09:55:02
Mvc\Model\Transaction\Manager::has

public has () Checks whether the manager has an active transaction

2016-10-16 09:55:01
Mvc\Model\Transaction\Manager::commit

public commit () Commits active transactions within the manager

2016-10-16 09:55:00
Mvc\Model\Transaction\Manager::getOrCreateTransaction

public getOrCreateTransaction ([mixed $autoBegin]) Create/Returns a new transaction or an existing one

2016-10-16 09:55:00
Mvc\Model\Transaction\Manager::rollbackPendent

public rollbackPendent () Rollbacks active transactions within the manager

2016-10-16 09:55:02