TransactionCommitted
extends ConnectionEvent
in package
Table of Contents
- $connection : Connection
- The database connection instance.
- $connectionName : string
- The name of the connection.
- __construct() : void
- Create a new event instance.
Properties
$connection
The database connection instance.
public
Connection
$connection
$connectionName
The name of the connection.
public
string
$connectionName
Methods
__construct()
Create a new event instance.
public
__construct(Connection $connection) : void
Parameters
- $connection : Connection