Reader mockup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Dataset;
|
||||
|
||||
interface ReaderInterface
|
||||
{
|
||||
public function __construct(string $filename, array $options);
|
||||
}
|
||||
Reference in New Issue
Block a user