| 1 | <?php |
||
| 8 | class LazyLoadingValueHolderFactoryFactory |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param null|string $proxyManagerCacheDir |
||
| 12 | * |
||
| 13 | * @return LazyLoadingValueHolderFactory |
||
| 14 | */ |
||
| 15 | 4 | public function getFactory($proxyManagerCacheDir = null): LazyLoadingValueHolderFactory |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @param string $proxyManagerCacheDir |
||
| 30 | * |
||
| 31 | * @throws \InvalidArgumentException When $proxyManagerCacheDir is not a dir |
||
| 32 | * |
||
| 33 | * @return Configuration |
||
| 34 | */ |
||
| 35 | 4 | protected function getProxyManagerConfiguration(string $proxyManagerCacheDir): Configuration |
|
| 46 | } |
||
| 47 |