W3cubDocs

/Laravel 8

ConnectionEvent

abstract class ConnectionEvent (View source)

Properties

string $connectionName The name of the connection.
Connection $connection The database connection instance.

Methods

void __construct(Connection $connection)

Create a new event instance.

Details

void __construct(Connection $connection)

Create a new event instance.

Parameters

Connection $connection

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Database/Events/ConnectionEvent.html