Interfaces
This commit is contained in:
8
src/Concept/Database/Query.php
Normal file
8
src/Concept/Database/Query.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace ProVM\Concept\Database;
|
||||
|
||||
interface Query
|
||||
{
|
||||
public function build(): string;
|
||||
public function __toString(): string;
|
||||
}
|
Reference in New Issue
Block a user