DatabaseTransactions
Table of Contents
- beginDatabaseTransaction() : void
- Handle database transactions on the specified connections.
- connectionsToTransact() : array<string|int, mixed>
- The database connections that should have transactions.
Methods
beginDatabaseTransaction()
Handle database transactions on the specified connections.
public
beginDatabaseTransaction() : void
Return values
void —connectionsToTransact()
The database connections that should have transactions.
protected
connectionsToTransact() : array<string|int, mixed>