ManagesConnectionInterface
in
Interface for classes that use the Connection object
Tags
Table of Contents
Methods
- getConnection() : Connection
- Return the connection object
- setConnection() : void
- Set a connection object for the class
Methods
getConnection()
Return the connection object
public
getConnection() : Connection
Return values
ConnectionsetConnection()
Set a connection object for the class
public
setConnection(Connection $connection) : void
Parameters
- $connection : Connection