1 | <?php |
||
19 | class HelperFactory extends \Box\Spout\Common\Creator\HelperFactory |
||
20 | { |
||
21 | /** |
||
22 | * @param OptionsManagerInterface $optionsManager |
||
23 | * @param EntityFactory $entityFactory |
||
24 | * @return FileSystemHelper |
||
25 | */ |
||
26 | 43 | public function createSpecificFileSystemHelper(OptionsManagerInterface $optionsManager, EntityFactory $entityFactory) |
|
33 | |||
34 | /** |
||
35 | * @param $entityFactory |
||
36 | * @return ZipHelper |
||
37 | */ |
||
38 | 43 | private function createZipHelper($entityFactory) |
|
42 | |||
43 | /** |
||
44 | * @return Escaper\ODS |
||
45 | */ |
||
46 | 43 | public function createStringsEscaper() |
|
50 | |||
51 | /** |
||
52 | * @return StringHelper |
||
53 | */ |
||
54 | 43 | public function createStringHelper() |
|
58 | } |
||
59 |