<?php declare(strict_types = 1); namespace MailPoet\Doctrine\WPDB; if (!defined('ABSPATH')) exit; use MailPoetVendor\Doctrine\DBAL\Driver\AbstractMySQLDriver; class Driver extends AbstractMySQLDriver { public function connect(array $params): Connection { return new Connection(); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Exceptions | Folder | 0755 |
|
|
Connection.php | File | 3.72 KB | 0644 |
|
ConvertParameters.php | File | 2.34 KB | 0644 |
|
Driver.php | File | 297 B | 0644 |
|
Result.php | File | 1.61 KB | 0644 |
|
Statement.php | File | 2.16 KB | 0644 |
|
index.php | File | 6 B | 0644 |
|