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::rollback
  • References/PHP/Phalcon/Mvc/Model/Transaction

public boolean rollback ([string $rollbackMessage], [

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::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
Mvc\Model\Transaction\ManagerInterface
  • References/PHP/Phalcon/Mvc/Model/Transaction/ManagerInterface

Source on GitHub Methods abstract public has () ... abstract public get ([mixed $autoBegin]) ... abstract public rollbackPendent () ... abstract public commit () ... abstract public rollback ([mixed $collect]) ... abstract public notifyRollback (Phalcon\Mvc\Model\TransactionInterface $transaction) ... abstract public notifyCommit (Phalcon\Mvc\Model\TransactionInterface $transaction) ... abstract public collectTransactions () ...

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

public setRollbackOnAbort (mixed $rollbackOnAbort) Sets flag to rollback on abort the HTTP connection

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

abstract public collectTransactions () ...

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

abstract public get ([mixed $autoBegin]) ...

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

public get ([mixed $autoBegin]) Returns a new \Phalcon\Mvc\Model\Transaction or an already created once This method

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

public getDI () Returns the dependency injection container

2025-01-10 15:47:30