mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-01 04:56:28 +01:00
Added reader interface
This commit is contained in:
parent
9e29bdf3e9
commit
c5a035b9ba
9
src/Interfaces/ReaderInterface.php
Normal file
9
src/Interfaces/ReaderInterface.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace JeroenED\Libpairtwo\Interfaces;
|
||||
|
||||
interface ReaderInterface
|
||||
{
|
||||
public function read($filename);
|
||||
}
|
Loading…
Reference in New Issue
Block a user