code = $code; $this->driver = $driver; } public function getDriver(): WP_PDO_MySQL_On_SQLite { return $this->driver; } }