| 1 | <?php |
||
| 12 | class FileExtensionDiscoverStrategy extends AbstractDiscoverStrategy |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * (non-PHPdoc). |
||
| 16 | * |
||
| 17 | * @see \Mathielen\ImportEngine\Storage\Format\Discovery\FormatDiscoverStrategyInterface::getFormat() |
||
| 18 | */ |
||
| 19 | 8 | public function getFormat(StorageSelection $selection) |
|
| 27 | |||
| 28 | 8 | private function discoverFormat($ext, $uri) |
|
| 36 | |||
| 37 | 7 | public static function fileExtensionToFormat($ext) |
|
| 62 | } |
||
| 63 |