1 | <?php |
||
9 | class RotatingFileHandlerStrategy implements CreationStrategyInterface |
||
10 | { |
||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | 1 | public function getRequiredParameters(): array |
|
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | 3 | public function getConstructorParameters(array $config): array |
|
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | public function getConfigurationCallable(array $config): callable |
||
45 | } |
||
46 |