Reader mockup

This commit is contained in:
2022-09-03 14:39:08 +02:00
parent 0542c7e844
commit 65e8f39da4
5 changed files with 66 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace NoccyLabs\Dataset;
interface ReaderInterface
{
public function __construct(string $filename, array $options);
}