Mvc\Model\TransactionInterface

Interface Phalcon\Mvc\Model\TransactionInterface

Phalcon\Mvc\Model\TransactionInterface initializer

Methods

abstract public setTransactionManager (Phalcon\Mvc\Model\Transaction\ManagerInterface $manager)

Sets transaction manager related to the transaction

abstract public boolean begin ()

Starts the transaction

abstract public boolean commit ()

Commits the transaction

abstract public boolean rollback ([string $rollbackMessage], [登录查看完整内容