1 | <?php |
||
9 | class UploadFileStorageProvider extends FileStorageProvider |
||
10 | { |
||
11 | private $targetDirectory; |
||
12 | |||
13 | 4 | public function __construct($targetDirectory, StorageFactoryInterface $storageFactory = null) |
|
23 | |||
24 | /** |
||
25 | * (non-PHPdoc). |
||
26 | * |
||
27 | * @see \Mathielen\ImportEngine\Storage\Provider\StorageProviderInterface::select() |
||
28 | */ |
||
29 | 2 | public function select($id = null) |
|
48 | |||
49 | 1 | private function generateTargetFilename(UploadedFile $file) |
|
53 | } |
||
54 |