Common
This commit is contained in:
8
common/Define/Engine.php
Normal file
8
common/Define/Engine.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace ProVM\Common\Define;
|
||||
|
||||
interface Engine {
|
||||
public function __construct(string $host, string $name, ?int $port = null);
|
||||
public function dsn(): string;
|
||||
public function hasLogin(): bool;
|
||||
}
|
Reference in New Issue
Block a user