MongoDB\Driver\Session::getTransactionState
(mongodb >=1.7.0)
MongoDB\Driver\Session::getTransactionState — Returns the current transaction state for this session
Description
Returns the transaction state for this session.
Parameters
This function has no parameters.
Return Values
Returns the current transaction state for this session.
Errors/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
See Also
- MongoDB\Driver\Session::isInTransaction() - Returns whether a multi-document transaction is in progress
- MongoDB\Driver\Session::getTransactionOptions() - Returns options for the currently running transaction