| 1 | <?php |
||
| 8 | class ArrayFactory extends AbstractFactory |
||
| 9 | { |
||
| 10 | 2 | public function __construct() |
|
| 13 | |||
| 14 | /** |
||
| 15 | * @return string |
||
| 16 | */ |
||
| 17 | public function getModuleName() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param CacheProvider $cacheProvider |
||
| 24 | * |
||
| 25 | * @return CacheProvider |
||
| 26 | */ |
||
| 27 | 2 | protected function decorateWithConnectable(CacheProvider $cacheProvider) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @param Config $config |
||
| 34 | * |
||
| 35 | * @return bool |
||
| 36 | */ |
||
| 37 | 2 | protected function isValidConfig(Config $config) |
|
| 41 | } |
||
| 42 |