1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-09 17:32:40 +00:00
Arsse/vendor/JKingWeb/NewsSync/Db/DriverInterface.php

7 lines
161 B
PHP
Raw Normal View History

2016-10-02 21:07:17 +00:00
<?php
namespace JKingWeb\NewsSync\Db;
interface DriverInterface {
function __construct(\JKingWeb\NewsSync\Conf $conf);
static function driverName(): string;
}