Documentation

StatementPrepared
in package

Table of Contents

$connection  : Connection
The database connection instance.
$statement  : PDOStatement
The PDO statement.
__construct()  : void
Create a new event instance.

Properties

Methods

__construct()

Create a new event instance.

public __construct(Connection $connection, PDOStatement $statement) : void
Parameters
$connection : Connection
$statement : PDOStatement
Return values
void

Search results