Jackalope\Transport\DoctrineDBAL\Client::getConnection PHP Method

getConnection() public method

public getConnection ( ) : Doctrine\DBAL\Connection
return Doctrine\DBAL\Connection
    public function getConnection()
    {
        $this->initConnection();
        return $this->conn;
    }

Usage Example

Example #1
0
 /**
  * @return Connection
  */
 public function getConnection()
 {
     return $this->transport->getConnection();
 }