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
$connection
The database connection instance.
public
Connection
$connection
$statement
The PDO statement.
public
PDOStatement
$statement
Methods
__construct()
Create a new event instance.
public
__construct(Connection $connection, PDOStatement $statement) : void
Parameters
- $connection : Connection
- $statement : PDOStatement