| 1 | <?php |
||
| 34 | class PhpFilesystemAdapterFactory implements FilesystemAdapterFactoryInterface |
||
| 35 | { |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Factory method to create new filesystem adapter instance. |
||
| 39 | * |
||
| 40 | * @param \TechDivision\Import\Configuration\SubjectConfigurationInterface $subjectConfiguration The subject configuration |
||
| 41 | * |
||
| 42 | * @return \TechDivision\Import\Adapter\FilesystemAdapterInterface The filesystem adapter instance |
||
| 43 | */ |
||
| 44 | public function createFilesystemAdapter(SubjectConfigurationInterface $subjectConfiguration) |
||
| 48 | } |
||
| 49 |