First basic ready-to-use implementation
This commit is contained in:
11
src/Exporters/ConverterContract.php
Normal file
11
src/Exporters/ConverterContract.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace PmConverter\Exporters;
|
||||
|
||||
interface ConverterContract
|
||||
{
|
||||
public function convert(object $collection, string $outputPath): void;
|
||||
public function getOutputPath(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user