W3cubDocs

/Laravel 5.8

StatementPrepared

class StatementPrepared (View source)

Properties

Connection $connection The database connection instance.
PDOStatement $statement The PDO statement.

Methods

void __construct(Connection $connection, PDOStatement $statement)

Create a new event instance.

Details

void __construct(Connection $connection, PDOStatement $statement)

Create a new event instance.

Parameters

Connection $connection
PDOStatement $statement

Return Value

void

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