More code for new importer

This commit is contained in:
James Cole
2016-08-12 09:27:09 +02:00
parent 2111873bcf
commit 28962007c1
11 changed files with 146 additions and 86 deletions

View File

@@ -28,4 +28,11 @@ interface SpecificInterface
*/
static public function getDescription(): string;
/**
* @param array $row
*
* @return array
*/
public function run(array $row): array;
}