| 1 | <?php |
||
| 10 | class ArrayFactory extends AbstractFactory |
||
| 11 | { |
||
| 12 | |||
| 13 | public function __construct() |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | public function getModuleName() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param CacheProvider $cacheProvider |
||
| 27 | * @return CacheProvider |
||
| 28 | */ |
||
| 29 | protected function decorateWithConnectable(CacheProvider $cacheProvider) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param Config $config |
||
| 36 | * @return bool |
||
| 37 | */ |
||
| 38 | protected function isValidConfig(Config $config) |
||
| 42 | |||
| 43 | } |