ConnectionEvent
abstract class ConnectionEvent
Properties
| string | $connectionName | The name of the connection. |
|
| Connection | $connection | The database connection instance. |
Methods
void
Details
at line 27
void
__construct(Connection $connection)
Create a new event instance.