Mvc\Model\Transaction\Manager
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

implements Pha

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::getDbService
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

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

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::setRollbackPendent
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

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

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::getRollbackPendent
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

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

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::rollback
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

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

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::getOrCreateTransaction
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

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

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::rollbackPendent
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

public rollbackPendent () Rollbacks active transactions within the manager

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::has
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

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

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::notifyCommit
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

public notifyCommit (P

2025-01-10 15:47:30
Mvc\Model\Transaction\Manager::setDbService
  • References/PHP/Phalcon/Mvc/Model/Transaction/Manager

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

2025-01-10 15:47:30