Mvc\Model\TransactionInterface::commit

abstract public commit () ...

Mvc\Model\TransactionInterface::begin

abstract public begin () ...

Mvc\Model\TransactionInterface

Source on GitHub Methods abstract public setTransactionManager (Phalcon\Mvc\Model\Transaction\ManagerInterface $manager) ... abstract public begin () ... abstract public commit () ... abstract public rollback ([mixed $rollbackMessage], [mixed $rollbackRecord]) ... abstract public getConnection () ... abstract public setIsNewTransaction (mixed $isNew) ... abstract public setRollbackOnAbort (mixed $rollbackOnAbort) ... abstract public isManaged () ... abstract public getMessages () ... abstract p

Mvc\Model\Transaction::setTransactionManager

public setTransactionManager (Phalcon\Mvc\Model\Transaction\ManagerInterface $manager) Sets transaction manager related to the transaction

Mvc\Model\Transaction::setRollbackOnAbort

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

Mvc\Model\Transaction::setRollbackedRecord

public setRollbackedRecord (Phalcon\Mvc\ModelInterface $record) Sets object which generates rollback action

Mvc\Model\Transaction::setIsNewTransaction

public setIsNewTransaction (mixed $isNew) Sets if is a reused transaction or new once

Mvc\Model\Transaction::rollback

public boolean rollback ([string $rollbackMessage], [Phalcon\Mvc\ModelInterface $rollbackRecord]) Rollbacks the transaction

Mvc\Model\Transaction::isValid

public isValid () Checks whether internal connection is under an active transaction

Mvc\Model\Transaction::isManaged

public isManaged () Checks whether transaction is managed by a transaction manager